Searched refs:hasIcon (Results 1 – 10 of 10) sorted by relevance
37 boolean hasIcon(); in hasIcon() method
60 boolean hasIcon(); in hasIcon() method
741 public boolean hasIcon() {743 return mDecorToolbar.hasIcon();
311 public boolean hasIcon() { in hasIcon() method in ToolbarWidgetWrapper
682 public boolean hasIcon() { in hasIcon() method in ActionBarView
105 final boolean hasIcon = indication != null && indication.getIcon() != null; in switchIndication()120 if (!text.equals("") || hasIcon) { in switchIndication()
283 if (!mActionBar.hasIcon() && icon != null) { in setIcon()
1366 public boolean hasIcon() { in hasIcon() method in WindowDecorActionBar1367 return mDecorToolbar.hasIcon(); in hasIcon()
1809 if (mDecorContentParent != null && (!mDecorContentParent.hasIcon() || in setDefaultIcon()2752 (mIconRes != 0 && !mDecorContentParent.hasIcon())) {2755 mIconRes == 0 && !mDecorContentParent.hasIcon()) {
89699 Lcom/android/internal/widget/DecorToolbar;->hasIcon()Z90029 Lcom/android/internal/widget/ToolbarWidgetWrapper;->hasIcon()Z