Searched refs:mInvGlobalScale (Results 1 – 1 of 1) sorted by relevance
456 float mInvGlobalScale=1; field in WindowState1415 windowFrames.mCompatFrame.scale(mInvGlobalScale); in computeFrame()1707 state.scale(mInvGlobalScale); in getCompatInsetsState()1871 mInvGlobalScale = 1 / mGlobalScale; in prelayout()1873 mGlobalScale = mInvGlobalScale = 1; in prelayout()2915 if (mInvGlobalScale != 1.f) { in getSurfaceTouchableRegion()2916 region.scale(mInvGlobalScale); in getSurfaceTouchableRegion()3870 if (mInvGlobalScale != 1.0f && hasCompatScale()) { in fillClientWindowFramesAndConfiguration()3871 outFrames.displayFrame.scale(mInvGlobalScale); in fillClientWindowFramesAndConfiguration()4566 CoordinateTransforms.scaleRectSize(containingFrame, parent.mInvGlobalScale); in applyGravityAndUpdateFrame()[all …]