Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/timer/
DTimerFullScreenFragment.java93 private View mLastVisibleView = null; // used to decide if to set the view or animate to it. field in TimerFullScreenFragment
521 mLastVisibleView = null; // Force a non animation setting of the view in onResume()
693 if (mLastVisibleView == null || mLastVisibleView.getId() == R.id.timer_setup) { in gotoSetupView()
719 mLastVisibleView = mTimerSetup; in gotoSetupView()
723 if (mLastVisibleView == null || mLastVisibleView.getId() == R.id.timers_list_page) { in gotoTimersView()
748 mLastVisibleView = mTimersListPage; in gotoTimersView()
955 if (mLastVisibleView != mTimersListPage) { in onFabClick()