Searched defs:BACKGROUND_ID (Results 1 - 1 of 1) sorted by relevance

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

Completed in 406 milliseconds