Home | History | Annotate | Download | only in drawable

Lines Matching refs:mDensity

167         final ChildDrawable layer = new ChildDrawable(mLayerState.mDensity);
478 final ChildDrawable layer = new ChildDrawable(state.mDensity);
887 public int mDensity = DisplayMetrics.DENSITY_DEFAULT;
890 mDensity = density;
917 mDensity = Drawable.resolveDensity(res, orig.mDensity);
926 if (mDensity != targetDensity) {
927 mDensity = targetDensity;
939 int mDensity;
959 mDensity = Drawable.resolveDensity(res, orig != null ? orig.mDensity : 0);
982 mChildren[i] = new ChildDrawable(mDensity);
988 if (mDensity != targetDensity) {
989 mDensity = targetDensity;