Home | History | Annotate | Download | only in view

Lines Matching refs:appScale

943         final float appScale = mAttachInfo.mApplicationScale;
945 (int) (mWidth * appScale + 0.5f), (int) (mHeight * appScale + 0.5f));
2438 final float appScale = mAttachInfo.mApplicationScale;
2469 dirty.set(0, 0, (int) (mWidth * appScale + 0.5f), (int) (mHeight * appScale + 0.5f));
2477 + surface + " surface.isValid()=" + surface.isValid() + ", appScale:" +
2478 appScale + ", width=" + mWidth + ", height=" + mHeight);
5281 float appScale = mAttachInfo.mApplicationScale;
5303 (int) (mView.getMeasuredWidth() * appScale + 0.5f),
5304 (int) (mView.getMeasuredHeight() * appScale + 0.5f),