Searched refs:mActionBarHiddenInitially (Results 1 - 3 of 3) sorted by relevance

/frameworks/opt/photoviewer/src/com/android/ex/photo/
H A DIntents.java116 private boolean mActionBarHiddenInitially; field in class:Intents.PhotoViewIntentBuilder
122 mActionBarHiddenInitially = false;
201 mActionBarHiddenInitially = actionBarHiddenInitially;
270 mIntent.putExtra(EXTRA_ACTION_BAR_HIDDEN_INITIALLY, mActionBarHiddenInitially);
/frameworks/opt/photoviewer/activity/src/com/android/ex/photo/
H A DPhotoViewActivity.java153 protected boolean mActionBarHiddenInitially; field in class:PhotoViewActivity
195 mActionBarHiddenInitially = intent.getBooleanExtra(
236 mFullScreen = mActionBarHiddenInitially;
312 if (mFullScreen && !mActionBarHiddenInitially) {
/frameworks/opt/photoviewer/appcompat/src/com/android/ex/photo/
H A DPhotoViewActivity.java152 protected boolean mActionBarHiddenInitially; field in class:PhotoViewActivity
194 mActionBarHiddenInitially = intent.getBooleanExtra(
235 mFullScreen = mActionBarHiddenInitially;
311 if (mFullScreen && !mActionBarHiddenInitially) {

Completed in 81 milliseconds