Searched refs:hasIcon (Results 1 – 9 of 9) sorted by relevance
60 boolean hasIcon = in.readBoolean(); in QCTile()61 if (hasIcon) { in QCTile()80 boolean hasIcon = mIcon != null; in writeToParcel()81 dest.writeBoolean(hasIcon); in writeToParcel()82 if (hasIcon) { in writeToParcel()
59 boolean hasIcon = in.readBoolean(); in QCActionItem()60 if (hasIcon) { in QCActionItem()
79 boolean hasIcon = in.readBoolean(); in QCRow()80 if (hasIcon) { in QCRow()
111 boolean hasIcon = mMenuItem.getIcon() != null; in updateView()118 || (!checkable && !hasIcon && !hasText)) { in updateView()129 } else if (hasText && hasIcon && textAndIcon) { in updateView()134 } else if (hasIcon) { in updateView()152 if (!mMenuItem.isTinted() && hasIcon) { in updateView()
59 private static boolean hasIcon(@Nonnull final String keySpec) { in hasIcon() method in KeySpecParser146 if (hasIcon(keySpec)) { in getLabel()243 if (!hasIcon(keySpec)) { in getIconId()
298 boolean hasIcon = false; in assertAnySliceItemContainsIcon()308 hasIcon = true; in assertAnySliceItemContainsIcon()313 assertThat(hasIcon).isTrue(); in assertAnySliceItemContainsIcon()
185 val hasIcon = icon != null in Chip() constant192 textAlign = if (hasSecondaryLabel || hasIcon) TextAlign.Start else TextAlign.Center, in Chip()
152 ? step.getManeuver().hasIcon() ? step.getManeuver().getIcon() : null in update()
150 ? step.getManeuver().hasIcon() ? step.getManeuver().getIcon() : null in update()