Searched refs:getIcons (Results 1 – 10 of 10) sorted by relevance
130 return getIcons().qsIcons[mCurrentState.inetCondition][mCurrentState.level]; in getQsCurrentIconId()132 return getIcons().qsDiscState; in getQsCurrentIconId()134 return getIcons().qsNullState; in getQsCurrentIconId()143 return getIcons().sbIcons[mCurrentState.inetCondition][mCurrentState.level]; in getCurrentIconId()145 return getIcons().sbDiscState; in getCurrentIconId()147 return getIcons().sbNullState; in getCurrentIconId()157 return getIcons().contentDesc[mCurrentState.level]; in getContentDescription()159 return getIcons().discContentDesc; in getContentDescription()181 protected I getIcons() { in getIcons() method in SignalController
61 return getIcons().contentDesc[1]; in getContentDescription()63 return getIcons().discContentDesc; in getContentDescription()
262 MobileIconGroup icons = getIcons(); in notifyListeners()
320 updateIconsForLayout(entry -> entry.getIcons().getShelfIcon(), mShelfIcons, in updateShelfIcons()330 updateIconsForLayout(entry -> entry.getIcons().getStatusBarIcon(), mNotificationIcons, in updateStatusBarIcons()343 updateIconsForLayout(entry -> entry.getIcons().getAodIcon(), mAodIcons, in updateAodNotificationIcons()
260 : newEntry.getIcons().getStatusBarIcon(), animateIsolation); in updateTopEntry()
617 StatusBarIconView icon = row.getEntry().getIcons().getShelfIcon();629 StatusBarIconView icon = row.getEntry().getIcons().getShelfIcon();
279 .map(entry -> entry.getIcons().getShelfIcon()) in getMediaIcon()
521 assertEquals(50, -group.getEntry().getIcons().getShelfIcon().getScrollX()); in testIconScrollXAfterTranslationAndReset()524 assertEquals(0, group.getEntry().getIcons().getShelfIcon().getScrollX()); in testIconScrollXAfterTranslationAndReset()
668 StatusBarIconView expandedIcon = mEntry.getIcons().getShelfIcon(); in updateShelfIconColor()1487 mEntry.getIcons().getStatusBarIcon().setDismissed();2204 getEntry().getIcons().getShelfIcon().setScrollX(0);2327 getEntry().getIcons().getShelfIcon().setScrollX((int) -translationX);2552 return getEntry().getIcons().getShelfIcon();
411 public IconPack getIcons() { in getIcons() method in NotificationEntry