Searched refs:mCancelCreateButton (Results 1 – 1 of 1) sorted by relevance
79 private ImageButton mCancelCreateButton; field in TimerFragment119 mCancelCreateButton = (ImageButton) view.findViewById(R.id.timer_cancel); in onCreateView()120 mCancelCreateButton.setOnClickListener(new CancelCreateListener()); in onCreateView()417 mCancelCreateButton.setVisibility(hasTimers() ? VISIBLE : INVISIBLE); in showCreateTimerView()418 mCancelCreateButton.setEnabled(true); in showCreateTimerView()490 mCancelCreateButton.setEnabled(!toTimers); in animateToView()