Home
last modified time | relevance | path

Searched refs:FOREGROUND_ID (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/apps/ThemePicker/src/com/android/customization/widget/
H A DDynamicAdaptiveIconDrawable.java74 private static final int FOREGROUND_ID = 1; field in DynamicAdaptiveIconDrawable
144 addLayer(FOREGROUND_ID, createChildDrawable(foregroundDrawable)); in DynamicAdaptiveIconDrawable()
190 return mLayerState.mChildren[FOREGROUND_ID].mDrawable; in getForeground()
367 childIndex = FOREGROUND_ID; in inflateLayers()
/aosp12/frameworks/base/graphics/java/android/graphics/drawable/
H A DAdaptiveIconDrawable.java122 private static final int FOREGROUND_ID = 1; field in AdaptiveIconDrawable
196 addLayer(FOREGROUND_ID, createChildDrawable(foregroundDrawable)); in AdaptiveIconDrawable()
275 return mLayerState.mChildren[FOREGROUND_ID].mDrawable; in getForeground()
486 childIndex = FOREGROUND_ID; in inflateLayers()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt19356 Landroid/graphics/drawable/AdaptiveIconDrawable;->FOREGROUND_ID:I