Home
last modified time | relevance | path

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

12

/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/app/
DActionBar.java142 DISPLAY_USE_LOGO,
158 public static final int DISPLAY_USE_LOGO = android.app.ActionBar.DISPLAY_USE_LOGO; field in ActionBar
DToolbarActionBar.java265 setDisplayOptions(useLogo ? DISPLAY_USE_LOGO : 0, DISPLAY_USE_LOGO); in setDisplayUseLogoEnabled()
DWindowDecorActionBar.java370 setDisplayOptions(useLogo ? DISPLAY_USE_LOGO : 0, DISPLAY_USE_LOGO); in setDisplayUseLogoEnabled()
/frameworks/base/core/java/android/app/
DActionBar.java147 DISPLAY_USE_LOGO,
163 public static final int DISPLAY_USE_LOGO = 0x1; field in ActionBar
/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/main/java/androidx/appcompat/widget/
DToolbarWidgetWrapper.java66 ActionBar.DISPLAY_SHOW_HOME | ActionBar.DISPLAY_USE_LOGO;
207 ActionBar.DISPLAY_USE_LOGO; in detectDisplayOptions()
324 if ((mDisplayOpts & ActionBar.DISPLAY_USE_LOGO) != 0) { in updateToolbarLogo()
/frameworks/support/samples/Support7Demos/src/main/java/com/example/android/supportv7/app/
DToolbarDisplayOptions.java87 flags = ActionBar.DISPLAY_USE_LOGO; in onClick()
DActionBarDisplayOptions.java92 flags = ActionBar.DISPLAY_USE_LOGO; in onClick()
/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_legacy/
D27.0.0.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
D26.1.0.txt70 field public static final int DISPLAY_USE_LOGO = 1; // 0x1
D28.0.0-alpha1.txt70 field public static final int DISPLAY_USE_LOGO = 1; // 0x1
Dcurrent.txt70 field public static final int DISPLAY_USE_LOGO = 1; // 0x1
D27.1.0.txt70 field public static final int DISPLAY_USE_LOGO = 1; // 0x1
/frameworks/support/v7/appcompat/api/
Dcurrent.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.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.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.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.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

12