Home | History | Annotate | Download | only in view

Lines Matching refs:appScale

899         final float appScale = mAttachInfo.mApplicationScale;
901 (int) (mWidth * appScale + 0.5f), (int) (mHeight * appScale + 0.5f));
2090 final float appScale = attachInfo.mApplicationScale;
2121 dirty.set(0, 0, (int) (mWidth * appScale + 0.5f), (int) (mHeight * appScale + 0.5f));
2129 + surface + " surface.isValid()=" + surface.isValid() + ", appScale:" +
2130 appScale + ", width=" + mWidth + ", height=" + mHeight);
3815 float appScale = mAttachInfo.mApplicationScale;
3837 (int) (mView.getMeasuredWidth() * appScale + 0.5f),
3838 (int) (mView.getMeasuredHeight() * appScale + 0.5f),