Lines Matching defs:mLayerState

94     LayerState mLayerState;
137 r[i] = new ChildDrawable(mLayerState.mDensity);
140 mLayerState.mChildrenChangingConfigurations |= layers[i].getChangingConfigurations();
142 mLayerState.mNum = length;
143 mLayerState.mChildren = r;
158 mLayerState = createConstantState(state, res);
159 if (mLayerState.mNum > 0) {
175 final LayerState state = mLayerState;
206 final LayerState state = mLayerState;
250 final LayerState state = mLayerState;
299 final LayerState state = mLayerState;
343 final LayerState state = mLayerState;
408 return (mLayerState != null && mLayerState.canApplyTheme()) || super.canApplyTheme();
420 final ChildDrawable[] layers = mLayerState.mChildren;
421 final int N = mLayerState.mNum;
438 final LayerState st = mLayerState;
480 mLayerState.mChildrenChangingConfigurations |= dr.getChangingConfigurations();
487 final ChildDrawable layer = new ChildDrawable(mLayerState.mDensity);
518 final ChildDrawable[] layers = mLayerState.mChildren;
519 for (int i = mLayerState.mNum - 1; i >= 0; i--) {
539 mLayerState.mChildren[index].mId = id;
554 if (index >= mLayerState.mNum) {
557 return mLayerState.mChildren[index].mId;
566 return mLayerState.mNum;
597 final ChildDrawable[] layers = mLayerState.mChildren;
598 final int N = mLayerState.mNum;
620 if (index >= mLayerState.mNum) {
624 final ChildDrawable[] layers = mLayerState.mChildren;
640 mLayerState.invalidateCache();
656 if (index >= mLayerState.mNum) {
659 return mLayerState.mChildren[index].mDrawable;
678 final ChildDrawable childDrawable = mLayerState.mChildren[index];
689 final ChildDrawable childDrawable = mLayerState.mChildren[index];
700 final ChildDrawable childDrawable = mLayerState.mChildren[index];
710 final ChildDrawable childDrawable = mLayerState.mChildren[index];
721 final ChildDrawable childDrawable = mLayerState.mChildren[index];
745 final ChildDrawable childDrawable = mLayerState.mChildren[index];
758 final ChildDrawable childDrawable = mLayerState.mChildren[index];
805 final ChildDrawable childDrawable = mLayerState.mChildren[index];
815 final ChildDrawable childDrawable = mLayerState.mChildren[index];
825 final ChildDrawable childDrawable = mLayerState.mChildren[index];
835 final ChildDrawable childDrawable = mLayerState.mChildren[index];
845 final ChildDrawable childDrawable = mLayerState.mChildren[index];
855 final ChildDrawable childDrawable = mLayerState.mChildren[index];
865 final ChildDrawable childDrawable = mLayerState.mChildren[index];
875 final ChildDrawable childDrawable = mLayerState.mChildren[index];
885 final ChildDrawable childDrawable = mLayerState.mChildren[index];
896 final ChildDrawable childDrawable = mLayerState.mChildren[index];
907 final ChildDrawable childDrawable = mLayerState.mChildren[index];
917 final ChildDrawable childDrawable = mLayerState.mChildren[index];
922 final ChildDrawable childDrawable = mLayerState.mChildren[index];
947 if (mLayerState.mPaddingMode != mode) {
948 mLayerState.mPaddingMode = mode;
959 return mLayerState.mPaddingMode;
1007 final ChildDrawable[] array = mLayerState.mChildren;
1008 final int N = mLayerState.mNum;
1019 return super.getChangingConfigurations() | mLayerState.getChangingConfigurations();
1024 final LayerState layerState = mLayerState;
1085 final LayerState layerState = mLayerState;
1118 final LayerState layerState = mLayerState;
1142 return mLayerState.mPaddingLeft;
1158 return mLayerState.mPaddingRight;
1174 return mLayerState.mPaddingStart;
1190 return mLayerState.mPaddingEnd;
1207 return mLayerState.mPaddingTop;
1224 return mLayerState.mPaddingBottom;
1234 final ChildDrawable[] array = mLayerState.mChildren;
1235 final int N = mLayerState.mNum;
1253 final ChildDrawable[] array = mLayerState.mChildren;
1254 final int N = mLayerState.mNum;
1272 final ChildDrawable[] array = mLayerState.mChildren;
1273 final int N = mLayerState.mNum;
1287 final ChildDrawable[] array = mLayerState.mChildren;
1288 final int N = mLayerState.mNum;
1299 final ChildDrawable[] array = mLayerState.mChildren;
1300 final int N = mLayerState.mNum;
1327 final ChildDrawable[] array = mLayerState.mChildren;
1328 final int N = mLayerState.mNum;
1341 final ChildDrawable[] array = mLayerState.mChildren;
1342 final int N = mLayerState.mNum;
1353 final ChildDrawable[] array = mLayerState.mChildren;
1354 final int N = mLayerState.mNum;
1375 final ChildDrawable[] array = mLayerState.mChildren;
1376 final int N = mLayerState.mNum;
1387 final ChildDrawable[] array = mLayerState.mChildren;
1388 final int N = mLayerState.mNum;
1399 final ChildDrawable[] array = mLayerState.mChildren;
1400 final int N = mLayerState.mNum;
1410 final ChildDrawable[] array = mLayerState.mChildren;
1411 final int N = mLayerState.mNum;
1433 mLayerState.mOpacityOverride = opacity;
1438 if (mLayerState.mOpacityOverride != PixelFormat.UNKNOWN) {
1439 return mLayerState.mOpacityOverride;
1441 return mLayerState.getOpacity();
1446 mLayerState.mAutoMirrored = mirrored;
1448 final ChildDrawable[] array = mLayerState.mChildren;
1449 final int N = mLayerState.mNum;
1460 return mLayerState.mAutoMirrored;
1465 final ChildDrawable[] array = mLayerState.mChildren;
1466 final int N = mLayerState.mNum;
1477 return mLayerState.isStateful();
1484 final ChildDrawable[] array = mLayerState.mChildren;
1485 final int N = mLayerState.mNum;
1505 final ChildDrawable[] array = mLayerState.mChildren;
1506 final int N = mLayerState.mNum;
1545 final boolean isPaddingNested = mLayerState.mPaddingMode == PADDING_MODE_NEST;
1546 final ChildDrawable[] array = mLayerState.mChildren;
1548 for (int i = 0, count = mLayerState.mNum; i < count; i++) {
1644 final boolean nest = mLayerState.mPaddingMode == PADDING_MODE_NEST;
1646 final ChildDrawable[] array = mLayerState.mChildren;
1647 final int N = mLayerState.mNum;
1687 final boolean nest = mLayerState.mPaddingMode == PADDING_MODE_NEST;
1688 final ChildDrawable[] array = mLayerState.mChildren;
1689 final int N = mLayerState.mNum;
1738 final int N = mLayerState.mNum;
1750 final int N = mLayerState.mNum;
1751 final ChildDrawable[] array = mLayerState.mChildren;
1759 if (mLayerState.canConstantState()) {
1760 mLayerState.mChangingConfigurations = getChangingConfigurations();
1761 return mLayerState;
1769 mLayerState = createConstantState(mLayerState, null);
1770 final ChildDrawable[] array = mLayerState.mChildren;
1771 final int N = mLayerState.mNum;
1789 final ChildDrawable[] array = mLayerState.mChildren;
1790 final int N = mLayerState.mNum;
1804 final ChildDrawable[] array = mLayerState.mChildren;
1805 final int N = mLayerState.mNum;