Searched refs:getStyle (Results 1 – 10 of 10) sorted by relevance
236 if (nb.getStyle() instanceof Notification.BigTextStyle) { in getTextString()237 text = ((Notification.BigTextStyle) nb.getStyle()).getBigText(); in getTextString()238 } else if (nb.getStyle() instanceof Notification.MessagingStyle) { in getTextString()239 Notification.MessagingStyle ms = (Notification.MessagingStyle) nb.getStyle(); in getTextString()
328 if (nb.getStyle() instanceof Notification.BigTextStyle) { in getTextString()329 text = ((Notification.BigTextStyle) nb.getStyle()).getBigText(); in getTextString()330 } else if (nb.getStyle() instanceof Notification.MessagingStyle) { in getTextString()331 Notification.MessagingStyle ms = (Notification.MessagingStyle) nb.getStyle(); in getTextString()
89 boolean isCurrentStyle = TextUtils.equals(Style.toString(getStyle()), currentStyle); in isActive()121 if (!Objects.equals(mStyle, other.getStyle())) { in isEquivalent()231 public Integer getStyle() { in getStyle() method in ColorOption
173 String.valueOf(Style.toString(colorOption.getStyle()))); in applyOverlays()
52 final Bundle style = presentation.getInlinePresentationSpec().getStyle(); in onRenderSuggestion()
269 public int getStyle() { in getStyle() method in FilterRepresentation
85 public int getStyle() { in getStyle() method in ImageFilterDraw
472 MaterialButton button = new MaterialButton(mContextThemeWrapper, null, getStyle());561 private int getStyle() {
129 public int getStyle() { in getStyle() method in ImageDraw
1884 val savedStyle: Style = p.getStyle() in drawGridBackground()