Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/drawable/
DAdaptiveIconDrawable.java119 private static final int BACKGROUND_ID = 0; field in AdaptiveIconDrawable
188 addLayer(BACKGROUND_ID, createChildDrawable(backgroundDrawable)); in AdaptiveIconDrawable()
280 return mLayerState.mChildren[BACKGROUND_ID].mDrawable; in getBackground()
467 childIndex = BACKGROUND_ID; in inflateLayers()