Searched refs:mLayerState (Results 1 – 1 of 1) sorted by relevance
82 private LayerState mLayerState; field in DynamicAdaptiveIconDrawable110 mLayerState = createConstantState(state, res); in DynamicAdaptiveIconDrawable()121 final ChildDrawable layer = new ChildDrawable(mLayerState.mDensity); in createChildDrawable()124 mLayerState.mChildrenChangingConfigurations |= in createChildDrawable()158 mLayerState.mChildren[index] = layer; in addLayer()159 mLayerState.invalidateCache(); in addLayer()168 final LayerState state = mLayerState; in inflate()193 return mLayerState.mChildren[FOREGROUND_ID].mDrawable; in getForeground()204 return mLayerState.mChildren[BACKGROUND_ID].mDrawable; in getBackground()235 for (int i = 0, count = mLayerState.N_CHILDREN; i < count; i++) { in updateLayerBoundsInternal()[all …]