Searched refs:isThemed (Results 1 – 8 of 8) sorted by relevance
144 assert((drawingParams.drawable as FastBitmapDrawable).isThemed) in checkThemedIconWithThemingOn_iconShouldBeThemed()154 assert(!(drawingParams.drawable as FastBitmapDrawable).isThemed) in checkThemedIconWithThemingOff_iconShouldNotBeThemed()164 assert(!(drawingParams.drawable as FastBitmapDrawable).isThemed) in checkUnthemedIconWithThemingOn_iconShouldNotBeThemed()174 assert(!(drawingParams.drawable as FastBitmapDrawable).isThemed) in checkUnthemedIconWithThemingOff_iconShouldNotBeThemed()184 assert((drawingParams.drawable as FastBitmapDrawable).isThemed) in checkThemedIconWithBadgeWithThemingOn_iconAndBadgeShouldBeThemed()197 assert(!(drawingParams.drawable as FastBitmapDrawable).isThemed) in checkUnthemedIconWithBadgeWithThemingOn_badgeShouldBeThemed()210 assert(!(drawingParams.drawable as FastBitmapDrawable).isThemed) in checkUnthemedIconWithBadgeWithThemingOff_iconAndBadgeShouldNotBeThemed()
412 return mIconLoadResult == null ? false : mIconLoadResult.isThemed; in isDifferentFromAppIcon()577 IconLoadResult result = new IconLoadResult(info, btvIcon != null && btvIcon.isThemed()); in fetchIcon()720 final boolean isThemed; field in FloatingIconView.IconLoadResult728 IconLoadResult(ItemInfo itemInfo, boolean isThemed) { in IconLoadResult() argument730 this.isThemed = isThemed; in IconLoadResult()
132 private void verifyIconTheme(String title, ViewGroup parent, boolean isThemed) { in verifyIconTheme() argument160 assertEquals(isThemed, icon.getIcon() instanceof ThemedIconDrawable); in verifyIconTheme()
126 public boolean isThemed() { in isThemed() method in FastBitmapDrawable
103 public boolean isThemed() { in isThemed() method in ThemedIconDrawable
385 public boolean isThemed() { in isThemed() method in ClockDrawableWrapper.ClockIconDrawable
165 isDarkMode ? (isThemed() ? 10 : 20) : 80 in PreloadIconDrawable()
187 if (getIcon().isThemed()) { in applyFromWorkspaceItem()