Searched refs:mVScale (Results 1 – 3 of 3) sorted by relevance
1160 if (mWin.mVScale > 0) { in computeShownFrameLocked()1161 mClipRect.top /= mWin.mVScale; in computeShownFrameLocked()1162 mClipRect.bottom /= mWin.mVScale; in computeShownFrameLocked()1505 || w.mLastVScale != w.mVScale in prepareSurfaceLocked()1515 w.mLastVScale = w.mVScale; in prepareSurfaceLocked()1519 + "," + mDtDx + "*" + w.mVScale in prepareSurfaceLocked()1521 + "," + mDtDy + "*" + w.mVScale + "]", null); in prepareSurfaceLocked()1529 mDsDx * w.mHScale, mDtDx * w.mVScale, in prepareSurfaceLocked()1530 mDsDy * w.mHScale, mDtDy * w.mVScale); in prepareSurfaceLocked()
219 float mHScale=1, mVScale=1; field in WindowState1610 if (mHScale != 1 || mVScale != 1) { in dump()1612 pw.print(" mVScale="); pw.println(mVScale); in dump()
3080 win.mVScale = (attrs.height != requestedHeight) ? in relayoutWindow()3083 win.mHScale = win.mVScale = 1; in relayoutWindow()