Home | History | Annotate | Download | only in drawable

Lines Matching refs:drawables

802                 // Create futures for drawables with constant states. If a
828 * Adds the drawable to the end of the list of contained drawables.
930 // No need to call createAllFutures, since future drawables will
933 final Drawable[] drawables = mDrawables;
935 if (drawables[i] != null) {
936 final boolean childChanged = drawables[i].setLayoutDirection(layoutDirection);
976 final Drawable[] drawables = mDrawables;
978 if (drawables[i] != null && drawables[i].canApplyTheme()) {
979 drawables[i].applyTheme(theme);
982 mChildrenChangingConfigurations |= drawables[i].getChangingConfigurations();
993 final Drawable[] drawables = mDrawables;
995 final Drawable d = drawables[i];
1012 // No need to call createAllFutures, since future drawables will
1015 final Drawable[] drawables = mDrawables;
1017 if (drawables[i] != null) {
1018 drawables[i].mutate();
1027 final Drawable[] drawables = mDrawables;
1029 if (drawables[i] != null) {
1030 drawables[i].clearMutated();
1060 final Drawable[] drawables = mDrawables;
1062 if (drawables[i].getPadding(t)) {
1121 final Drawable[] drawables = mDrawables;
1125 final Drawable dr = drawables[i];
1161 final Drawable[] drawables = mDrawables;
1162 int op = (N > 0) ? drawables[0].getOpacity() : PixelFormat.TRANSPARENT;
1164 op = Drawable.resolveOpacity(op, drawables[i].getOpacity());
1180 final Drawable[] drawables = mDrawables;
1183 if (drawables[i].isStateful()) {
1210 final Drawable[] drawables = mDrawables;
1212 if (drawables[i].getConstantState() == null) {
1227 // The locally cached drawables may have changed.