Searched refs:hasIcon (Results 1 – 12 of 12) sorted by relevance
38 boolean hasIcon(); in hasIcon() method
60 boolean hasIcon(); in hasIcon() method
812 public boolean hasIcon() {814 return mDecorToolbar.hasIcon();
311 public boolean hasIcon() { in hasIcon() method in ToolbarWidgetWrapper
682 public boolean hasIcon() { in hasIcon() method in ActionBarView
134 final boolean hasIcon = indication != null && indication.getIcon() != null; in switchIndication()138 if (!TextUtils.isEmpty(mMessage) || hasIcon) { in switchIndication()
263 boolean hasIcon = false; in build()267 hasIcon = true; in build()290 hasIcon = true; in build()293 if (mOverlayDrawable != null || (!hasIcon && !mAllowHandleSolidColor)) { in build()
283 if (!mActionBar.hasIcon() && icon != null) { in setIcon()
1366 public boolean hasIcon() { in hasIcon() method in WindowDecorActionBar1367 return mDecorToolbar.hasIcon(); in hasIcon()
1899 if (mDecorContentParent != null && (!mDecorContentParent.hasIcon() || in setDefaultIcon()2910 (mIconRes != 0 && !mDecorContentParent.hasIcon())) {2913 mIconRes == 0 && !mDecorContentParent.hasIcon()) {
7217 final boolean hasIcon = n.extras.containsKey(Notification.EXTRA_PICTURE_ICON)7219 if (hasIcon) {
85733 Lcom/android/internal/widget/DecorToolbar;->hasIcon()Z86063 Lcom/android/internal/widget/ToolbarWidgetWrapper;->hasIcon()Z