/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/ |
D | FolderAdaptiveIcon.java | 63 mConstantState = new MyConstantState(bg.getConstantState(), fg.getConstantState(), in FolderAdaptiveIcon() 64 badge.getConstantState(), mask); in FolderAdaptiveIcon() 173 public ConstantState getConstantState() { in getConstantState() method in FolderAdaptiveIcon 228 public ConstantState getConstantState() { in getConstantState() method in FolderAdaptiveIcon.BitmapRendererDrawable
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/ |
D | FloatingWidgetBackgroundView.java | 85 mOriginalForeground.getConstantState().newDrawable().mutate()); in init() 88 mOriginalForeground.getConstantState().newDrawable().mutate(); in init() 101 mOriginalBackground.getConstantState().newDrawable().mutate()); in init() 104 mOriginalBackground.getConstantState().newDrawable().mutate(); in init()
|
D | TaskThumbnailViewDeprecated.java | 479 if (icon == null || icon.getConstantState() == null) { in updateSplashView() 484 mSplashViewDrawable = icon.getConstantState().newDrawable().mutate(); in updateSplashView()
|
/packages/apps/Car/systemlibs/car-qc-lib/src/com/android/car/qc/view/ |
D | QCViewUtils.java | 47 ? defaultToggleBackground.getConstantState().newDrawable().mutate() in getToggleIcon() 48 : unavailableToggleBackground.getConstantState().newDrawable().mutate(); in getToggleIcon()
|
/packages/apps/ThemePicker/src/com/android/customization/picker/clock/ui/view/ |
D | SaturationProgressDrawable.kt | 76 override fun getConstantState(): ConstantState { in getConstantState() method 78 return RoundedCornerState(super.getConstantState()!!) in getConstantState()
|
/packages/modules/Permission/PermissionController/iconloaderlib/src/com/android/launcher3/icons/ |
D | ClockDrawableWrapper.java | 165 info.baseDrawableState = drawable.getConstantState(); in forExtras() 198 getBackground().getConstantState().newDrawable(), null); in getExtendedInfo() 427 public ConstantState getConstantState() { in getConstantState() method in ClockDrawableWrapper.ClockIconDrawable
|
D | FastBitmapDrawable.java | 270 public ConstantState getConstantState() { in getConstantState() method in FastBitmapDrawable
|
D | ThemedIconDrawable.java | 108 public ConstantState getConstantState() { in getConstantState() method in ThemedIconDrawable
|
/packages/apps/Camera2/src/com/android/camera/ui/ |
D | ModeIconView.java | 88 return mIconDrawable.getConstantState().newDrawable(); in getIconDrawableClone()
|
D | BottomBar.java | 107 context.getResources().getDrawable(drawableId).getConstantState(); in BottomBar()
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ |
D | CachingIconLoader.kt | 110 store(if (value == null) null else value.getConstantState()) in consume()
|
/packages/apps/Launcher3/src/com/android/launcher3/views/ |
D | FloatingIconView.java | 332 drawable = drawable == null ? null : drawable.getConstantState().newDrawable(); in getIconResult() 336 Drawable btvClone = btvIcon == null ? null : btvIcon.getConstantState().newDrawable(); in getIconResult() 570 btvDrawableSupplier = () -> btvIcon.getConstantState().newDrawable(); in fetchIcon()
|
/packages/apps/Car/Settings/src/com/android/car/settings/common/ |
D | TopLevelIcon.java | 111 public ConstantState getConstantState() { in getConstantState() method in TopLevelIcon
|
/packages/apps/Settings/src/com/android/settings/fuelgauge/batteryusage/ |
D | BatteryDiffEntry.java | 259 return mAppIcon != null && mAppIcon.getConstantState() != null in getAppIcon() 260 ? mAppIcon.getConstantState().newDrawable() in getAppIcon()
|
/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/common/ |
D | TopLevelIconTest.java | 104 (TopLevelIcon.AdaptiveConstantState) icon.getConstantState(); in getConstantState_returnCorrectState()
|
/packages/apps/ThemePicker/src/com/android/customization/widget/ |
D | DynamicAdaptiveIconDrawable.java | 695 public ConstantState getConstantState() { in getConstantState() method in DynamicAdaptiveIconDrawable 733 final ConstantState cs = dr.getConstantState(); in ChildDrawable() 920 if (dr != null && dr.getConstantState() == null) { in canConstantState()
|
/packages/apps/Launcher3/src/com/android/launcher3/graphics/ |
D | DragPreviewProvider.java | 108 Drawable drawable = icon.getConstantState().newDrawable(); in createDrawable()
|
/packages/apps/Car/Launcher/libs/appgrid/lib/src/com/android/car/carlauncher/recyclerview/ |
D | AppItemViewHolder.java | 403 if (appIcon.getConstantState() == null) return; 405 appIcon.getConstantState().newDrawable().mutate(),
|
/packages/apps/Launcher3/src/com/android/launcher3/popup/ |
D | ArrowPopup.java | 271 view.setBackground(mRoundedTop.getConstantState().newDrawable()); in assignMarginsAndBackgrounds() 273 view.setBackground(mRoundedBottom.getConstantState().newDrawable()); in assignMarginsAndBackgrounds()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/ |
D | KeyboardQuickSwitchTaskView.java | 202 Drawable.ConstantState constantState = task.icon.getConstantState(); in applyIcon()
|
/packages/apps/Settings/src/com/android/settings/widget/ |
D | EntityHeaderController.java | 124 final Drawable.ConstantState state = icon.getConstantState(); in setIcon()
|
/packages/apps/Settings/src/com/android/settings/display/ |
D | ConversationMessageView.java | 266 final Drawable.ConstantState constantStateDrawable = drawable.getConstantState(); in getTintedDrawable()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/batteryusage/ |
D | BatteryDiffEntryTest.java | 615 doReturn(mMockConstantState).when(drawable).getConstantState(); in mockConstantState()
|
/packages/apps/Messaging/src/com/android/messaging/util/ |
D | ImageUtils.java | 877 final Drawable.ConstantState constantStateDrawable = drawable.getConstantState(); in getTintedDrawable()
|
/packages/apps/Settings/src/com/android/settings/wifi/addappnetworks/ |
D | AddAppNetworksFragment.java | 424 final Drawable wifiIconDark = wifiIcon.getConstantState().newDrawable().mutate(); in updateSingleNetworkSignalIcon()
|