Searched refs:animateToView (Results 1 – 1 of 1) sorted by relevance
/packages/apps/DeskClock/src/com/android/deskclock/timer/ |
D | TimerFragment.kt | 183 animateToView(mTimersView, null, false) in onResume() 344 animateToView(mTimersView, null, true) in onFabClick() 356 animateToView(mCreateTimerView, timer, false) in onLeftButtonClick() 364 animateToView(mTimersView, null, false) in onLeftButtonClick() 372 animateToView(mCreateTimerView, null, true) in onRightButtonClick() 474 private fun animateToView( in animateToView() method 677 animateToView(mCreateTimerView, null, false) in timerRemoved()
|