Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/timer/
DTimerFullScreenFragment.java87 private TimerSetupView mTimerSetup; field in TimerFullScreenFragment
459 mTimerSetup = (TimerSetupView) v.findViewById(R.id.timer_setup); in onCreateView()
621 if (mTimerSetup != null) { in onSaveInstanceState()
629 mTimerSetup.saveEntryState(outState, KEY_ENTRY_STATE); in saveViewState()
636 mTimerSetup.restoreEntryState(mViewState, KEY_ENTRY_STATE); in setPage()
694 mTimerSetup.setVisibility(View.VISIBLE); in gotoSetupView()
695 mTimerSetup.setScaleX(1f); in gotoSetupView()
706 mTimerSetup.setScaleX(0); in gotoSetupView()
707 mTimerSetup.setVisibility(View.VISIBLE); in gotoSetupView()
708 ObjectAnimator b = ObjectAnimator.ofFloat(mTimerSetup, View.SCALE_X, 0f, 1f); in gotoSetupView()
[all …]