HomeSort by relevance Sort by last modified time
    Searched refs:mLayerState (Results 1 - 3 of 3) sorted by null

  /frameworks/base/graphics/java/android/graphics/drawable/
LayerDrawable.java 76 LayerState mLayerState;
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...]
RippleDrawable.java 122 /** 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;
TransitionDrawable.java 189 final ChildDrawable[] array = mLayerState.mChildren;

Completed in 1208 milliseconds