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

/frameworks/base/graphics/java/android/graphics/drawable/
H A DAdaptiveIconDrawable.java116 * Indices used to access {@link #mLayerState.mChildDrawable} array for foreground and
125 LayerState mLayerState; field in class:AdaptiveIconDrawable
152 mLayerState = createConstantState(state, res);
166 final ChildDrawable layer = new ChildDrawable(mLayerState.mDensity);
169 mLayerState.mChildrenChangingConfigurations |=
202 mLayerState.mChildren[index] = layer;
203 mLayerState.invalidateCache();
212 final LayerState state = mLayerState;
269 return mLayerState.mChildren[FOREGROUND_ID].mDrawable;
280 return mLayerState
[all...]
H A DLayerDrawable.java96 LayerState mLayerState; field in class:LayerDrawable
139 r[i] = new ChildDrawable(mLayerState.mDensity);
142 mLayerState.mChildrenChangingConfigurations |= layers[i].getChangingConfigurations();
144 mLayerState.mNumChildren = length;
145 mLayerState.mChildren = r;
160 mLayerState = createConstantState(state, res);
161 if (mLayerState.mNumChildren > 0) {
179 final LayerState state = mLayerState;
204 final LayerState state = mLayerState;
244 final LayerState state = mLayerState;
[all...]

Completed in 1692 milliseconds