Searched refs:important (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/ui/
H A DBottomBar.java460 public void setShutterButtonImportantToA11y(boolean important) { argument
461 if (important) {
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DSelectedConversationsActionMenu.java322 * Marks the important state of currently selected conversations (<b>and</b> the backing
324 * @param important is true if the conversations are to be marked as important, false if they
325 * are to be marked not important.
327 private void markConversationsImportant(boolean important) { argument
329 final int priority = important ? UIProvider.ConversationPriority.HIGH
/packages/apps/Camera2/src/com/android/camera/app/
H A DCameraAppUI.java1469 * ModeOptionsOverlay, but since it is very important that we
1902 public void setShutterButtonImportantToA11y(boolean important) { argument
1903 mBottomBar.setShutterButtonImportantToA11y(important);

Completed in 190 milliseconds