Home | History | Annotate | Download | only in launcher3

Lines Matching refs:mMinScale

181     private float mMinScale = 1f;
342 mMinScale = f;
753 scaledWidthSize = (int) (parentWidthSize / mMinScale);
754 scaledHeightSize = (int) (parentHeightSize / mMinScale);