Searched defs:updateTypes (Results 1 - 4 of 4) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/
H A DDeskClockFragment.java88 * @param updateTypes the manner in which the fab container should be updated
91 public final void updateFab(@UpdateFabFlag int updateTypes) { argument
93 mFabContainer.updateFab(updateTypes);
H A DFabContainer.java63 * {@code updateTypes}.
65 * @param updateTypes indicates the types of update to apply to the fab and its buttons
67 void updateFab(@UpdateFabFlag int updateTypes); argument
/packages/apps/DeskClock/src/com/android/deskclock/timer/
H A DTimerFragment.java511 private void showCreateTimerView(int updateTypes) { argument
523 updateFab(updateTypes);
529 private void showTimersView(int updateTypes) { argument
541 updateFab(updateTypes);
/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
H A DStopwatchFragment.java510 private void updateUI(@UpdateFabFlag int updateTypes) { argument
529 updateFab(updateTypes);

Completed in 584 milliseconds