Searched refs:FOREGROUND_ID (Results 1 – 3 of 3) sorted by relevance
74 private static final int FOREGROUND_ID = 1; field in DynamicAdaptiveIconDrawable144 addLayer(FOREGROUND_ID, createChildDrawable(foregroundDrawable)); in DynamicAdaptiveIconDrawable()190 return mLayerState.mChildren[FOREGROUND_ID].mDrawable; in getForeground()367 childIndex = FOREGROUND_ID; in inflateLayers()
122 private static final int FOREGROUND_ID = 1; field in AdaptiveIconDrawable196 addLayer(FOREGROUND_ID, createChildDrawable(foregroundDrawable)); in AdaptiveIconDrawable()275 return mLayerState.mChildren[FOREGROUND_ID].mDrawable; in getForeground()486 childIndex = FOREGROUND_ID; in inflateLayers()
19356 Landroid/graphics/drawable/AdaptiveIconDrawable;->FOREGROUND_ID:I