Home
last modified time | relevance | path

Searched refs:updateTypes (Results 1 – 4 of 4) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/
DDeskClockFragment.java91 public final void updateFab(@UpdateFabFlag int updateTypes) { in updateFab() argument
93 mFabContainer.updateFab(updateTypes); in updateFab()
DFabContainer.java67 void updateFab(@UpdateFabFlag int updateTypes); in updateFab() argument
/packages/apps/DeskClock/src/com/android/deskclock/timer/
DTimerFragment.java510 private void showCreateTimerView(int updateTypes) { in showCreateTimerView() argument
522 updateFab(updateTypes); in showCreateTimerView()
528 private void showTimersView(int updateTypes) { in showTimersView() argument
540 updateFab(updateTypes); in showTimersView()
/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
DStopwatchFragment.java510 private void updateUI(@UpdateFabFlag int updateTypes) { in updateUI() argument
529 updateFab(updateTypes); in updateUI()