Home
last modified time | relevance | path

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

/packages/apps/Calendar/src/com/android/calendar/
DAllInOneActivity.java112 private boolean mHideControls = false; field in AllInOneActivity
347 mHideControls = true; in onCreate()
493 mControlsMenu.setTitle(mHideControls ? mShowString : mHideString); in onResume()
660 mControlsMenu.setTitle(mHideControls ? mShowString : mHideString); in onCreateOptionsMenu()
687 mHideControls = !mHideControls; in onOptionsItemSelected()
688 item.setTitle(mHideControls ? mShowString : mHideString); in onOptionsItemSelected()
689 if (!mHideControls) { in onOptionsItemSelected()
695 mHideControls ? 0 : mControlsAnimateWidth, in onOptionsItemSelected()
696 mHideControls ? mControlsAnimateWidth : 0); in onOptionsItemSelected()
958 if (noControlsView || mHideControls) { in handleEvent()
[all …]