Searched refs:mLayerState (Results 1 – 1 of 1) sorted by relevance
79 private LayerState mLayerState; field in DynamicAdaptiveIconDrawable107 mLayerState = createConstantState(state, res); in DynamicAdaptiveIconDrawable()118 final ChildDrawable layer = new ChildDrawable(mLayerState.mDensity); in createChildDrawable()121 mLayerState.mChildrenChangingConfigurations |= in createChildDrawable()155 mLayerState.mChildren[index] = layer; in addLayer()156 mLayerState.invalidateCache(); in addLayer()165 final LayerState state = mLayerState; in inflate()190 return mLayerState.mChildren[FOREGROUND_ID].mDrawable; in getForeground()201 return mLayerState.mChildren[BACKGROUND_ID].mDrawable; in getBackground()232 for (int i = 0, count = mLayerState.N_CHILDREN; i < count; i++) { in updateLayerBoundsInternal()[all …]