Home
last modified time | relevance | path

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

/packages/apps/ThemePicker/src/com/android/customization/widget/
DDynamicAdaptiveIconDrawable.java141 addLayer(BACKGROUND_ID, createChildDrawable(backgroundDrawable)); in DynamicAdaptiveIconDrawable()
144 addLayer(FOREGROUND_ID, createChildDrawable(foregroundDrawable)); in DynamicAdaptiveIconDrawable()
154 private void addLayer(int index, @NonNull ChildDrawable layer) { in addLayer() method in DynamicAdaptiveIconDrawable
393 addLayer(childIndex, layer); in inflateLayers()