Home | History | Annotate | Download | only in view

Lines Matching defs:appScale

936         final float appScale = mAttachInfo.mApplicationScale;
938 (int) (mWidth * appScale + 0.5f), (int) (mHeight * appScale + 0.5f));
2420 final float appScale = mAttachInfo.mApplicationScale;
2451 dirty.set(0, 0, (int) (mWidth * appScale + 0.5f), (int) (mHeight * appScale + 0.5f));
2459 + surface + " surface.isValid()=" + surface.isValid() + ", appScale:" +
2460 appScale + ", width=" + mWidth + ", height=" + mHeight);
5175 float appScale = mAttachInfo.mApplicationScale;
5197 (int) (mView.getMeasuredWidth() * appScale + 0.5f),
5198 (int) (mView.getMeasuredHeight() * appScale + 0.5f),