Home
last modified time | relevance | path

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

/frameworks/opt/photoviewer/src/com/android/ex/photo/
DIntents.java52 public static final String EXTRA_ACTION_BAR_HIDDEN_INITIALLY = "action_bar_hidden_initially"; field in Intents
320 mIntent.putExtra(EXTRA_ACTION_BAR_HIDDEN_INITIALLY, mActionBarHiddenInitially); in build()
DPhotoViewController.java248 Intents.EXTRA_ACTION_BAR_HIDDEN_INITIALLY, false) in onCreate()