Searched refs:mInvGlobalScale (Results 1 – 2 of 2) sorted by relevance
230 float mInvGlobalScale=1; field in WindowState695 mOverscanInsets.scale(mInvGlobalScale); in computeFrameLw()696 mContentInsets.scale(mInvGlobalScale); in computeFrameLw()697 mVisibleInsets.scale(mInvGlobalScale); in computeFrameLw()698 mStableInsets.scale(mInvGlobalScale); in computeFrameLw()699 mOutsets.scale(mInvGlobalScale); in computeFrameLw()703 mCompatFrame.scale(mInvGlobalScale); in computeFrameLw()907 mInvGlobalScale = 1/mGlobalScale; in prelayout()909 mGlobalScale = mInvGlobalScale = 1; in prelayout()
1262 if (w.mEnforceSizeCompat && w.mInvGlobalScale != 1.0f) { in applyDecorRect()1263 final float scale = w.mInvGlobalScale; in applyDecorRect()