Home
last modified time | relevance | path

Searched refs:DISPLAY_USE_LOGO (Results 1 – 25 of 39) sorted by relevance

12

/frameworks/support/v7/appcompat/src/android/support/v7/app/
DActionBar.java141 DISPLAY_USE_LOGO,
157 public static final int DISPLAY_USE_LOGO = android.app.ActionBar.DISPLAY_USE_LOGO; field in ActionBar
DToolbarActionBar.java264 setDisplayOptions(useLogo ? DISPLAY_USE_LOGO : 0, DISPLAY_USE_LOGO); in setDisplayUseLogoEnabled()
DWindowDecorActionBar.java369 setDisplayOptions(useLogo ? DISPLAY_USE_LOGO : 0, DISPLAY_USE_LOGO); in setDisplayUseLogoEnabled()
/frameworks/base/core/java/android/app/
DActionBar.java144 DISPLAY_USE_LOGO,
160 public static final int DISPLAY_USE_LOGO = 0x1; field in ActionBar
/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/app/
DToolbarDisplayOptions.java86 flags = ActionBar.DISPLAY_USE_LOGO; in onClick()
DActionBarDisplayOptions.java91 flags = ActionBar.DISPLAY_USE_LOGO; in onClick()
/frameworks/base/core/java/com/android/internal/widget/
DToolbarWidgetWrapper.java62 ActionBar.DISPLAY_SHOW_HOME | ActionBar.DISPLAY_USE_LOGO;
202 ActionBar.DISPLAY_USE_LOGO; in detectDisplayOptions()
345 if ((mDisplayOpts & ActionBar.DISPLAY_USE_LOGO) != 0) { in updateToolbarLogo()
DActionBarView.java77 ActionBar.DISPLAY_USE_LOGO |
617 if ((flagsChanged & ActionBar.DISPLAY_USE_LOGO) != 0) { in setDisplayOptions()
618 … final boolean logoVis = mLogo != null && (options & ActionBar.DISPLAY_USE_LOGO) != 0; in setDisplayOptions()
670 ((mDisplayOptions & ActionBar.DISPLAY_USE_LOGO) == 0 || mLogo == null)) { in setIcon()
688 if (logo != null && (mDisplayOptions & ActionBar.DISPLAY_USE_LOGO) != 0) { in setLogo()
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DToolbarWidgetWrapper.java65 ActionBar.DISPLAY_SHOW_HOME | ActionBar.DISPLAY_USE_LOGO;
206 ActionBar.DISPLAY_USE_LOGO; in detectDisplayOptions()
323 if ((mDisplayOpts & ActionBar.DISPLAY_USE_LOGO) != 0) { in updateToolbarLogo()
/frameworks/base/core/java/com/android/internal/app/
DToolbarActionBar.java260 setDisplayOptions(useLogo ? DISPLAY_USE_LOGO : 0, DISPLAY_USE_LOGO); in setDisplayUseLogoEnabled()
DWindowDecorActionBar.java367 setDisplayOptions(useLogo ? DISPLAY_USE_LOGO : 0, DISPLAY_USE_LOGO); in setDisplayUseLogoEnabled()
/frameworks/support/v7/appcompat/api/
Dcurrent.txt70 field public static final int DISPLAY_USE_LOGO = 1; // 0x1
D26.0.0.txt70 field public static final int DISPLAY_USE_LOGO = 1; // 0x1
/frameworks/support/api/
D23.0.0.txt5980 field public static final int DISPLAY_USE_LOGO = 1; // 0x1
8120 field public static final int DISPLAY_USE_LOGO = 1; // 0x1
D23.4.0.txt6690 field public static final int DISPLAY_USE_LOGO = 1; // 0x1
8920 field public static final int DISPLAY_USE_LOGO = 1; // 0x1
D23.1.0.txt6284 field public static final int DISPLAY_USE_LOGO = 1; // 0x1
8477 field public static final int DISPLAY_USE_LOGO = 1; // 0x1
D23.1.1.txt6254 field public static final int DISPLAY_USE_LOGO = 1; // 0x1
8446 field public static final int DISPLAY_USE_LOGO = 1; // 0x1
D23.2.1.txt6678 field public static final int DISPLAY_USE_LOGO = 1; // 0x1
8906 field public static final int DISPLAY_USE_LOGO = 1; // 0x1
D23.2.0.txt6678 field public static final int DISPLAY_USE_LOGO = 1; // 0x1
8905 field public static final int DISPLAY_USE_LOGO = 1; // 0x1
D22.0.0.txt4361 field public static final int DISPLAY_USE_LOGO = 1; // 0x1
D24.1.0.txt7300 field public static final int DISPLAY_USE_LOGO = 1; // 0x1
9641 field public static final int DISPLAY_USE_LOGO = 1; // 0x1
D24.0.0.txt7298 field public static final int DISPLAY_USE_LOGO = 1; // 0x1
9631 field public static final int DISPLAY_USE_LOGO = 1; // 0x1
D22.1.0.txt4769 field public static final int DISPLAY_USE_LOGO = 1; // 0x1
D22.2.0.txt5183 field public static final int DISPLAY_USE_LOGO = 1; // 0x1
D22.2.1.txt5212 field public static final int DISPLAY_USE_LOGO = 1; // 0x1

12