Searched refs:updateTypes (Results 1 – 5 of 5) sorted by relevance
81 override fun updateFab(@UpdateFabFlag updateTypes: Int) {82 mFabContainer?.updateFab(updateTypes)
49 fun updateFab(@UpdateFabFlag updateTypes: Int)
407 private fun showCreateTimerView(updateTypes: Int) {419 updateFab(updateTypes)425 private fun showTimersView(updateTypes: Int) {437 updateFab(updateTypes)
488 private fun updateUI(@UpdateFabFlag updateTypes: Int) {505 updateFab(updateTypes)
462 boolean hasAnyUpdateTypes(int updateTypes) { in hasAnyUpdateTypes() argument463 return (mExistingUpdateTypes & updateTypes) != 0; in hasAnyUpdateTypes()