Searched refs:mLayerState (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/graphics/java/android/graphics/drawable/
H A DLayerDrawable.java76 LayerState mLayerState; field in class:LayerDrawable
113 mLayerState.mChildrenChangingConfigurations |= layers[i].getChangingConfigurations();
115 mLayerState.mNum = length;
116 mLayerState.mChildren = r;
126 mLayerState = createConstantState(state, res);
127 if (mLayerState.mNum > 0) {
155 final LayerState state = mLayerState;
176 final LayerState state = mLayerState;
218 final LayerState state = mLayerState;
246 final LayerState state = mLayerState;
[all...]
H A DRippleDrawable.java122 /** Mirrors mLayerState with some extra information. */
613 final LayerState state = mLayerState;
729 final ChildDrawable[] array = mLayerState.mChildren;
730 final int count = mLayerState.mNum;
773 final ChildDrawable[] array = mLayerState.mChildren;
774 final int count = mLayerState.mNum;
903 mState = (RippleState) mLayerState;
980 mLayerState = mState;
H A DTransitionDrawable.java189 final ChildDrawable[] array = mLayerState.mChildren;

Completed in 142 milliseconds