Home
last modified time | relevance | path

Searched refs:updateTypes (Results 1 – 6 of 6) 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.kt408 private fun showCreateTimerView(updateTypes: Int) { in showCreateTimerView()
420 updateFab(updateTypes) in showCreateTimerView()
426 private fun showTimersView(updateTypes: Int) { in showTimersView()
438 updateFab(updateTypes) in showTimersView()
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.kt489 private fun updateUI(@UpdateFabFlag updateTypes: Int) { in <lambda>()
506 updateFab(updateTypes) in <lambda>()
DStopwatchFragment.java510 private void updateUI(@UpdateFabFlag int updateTypes) { in updateUI() argument
529 updateFab(updateTypes); in updateUI()