Searched defs:mGlobalScale (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/java/com/android/server/wm/
H A DWindowState.java181 float mGlobalScale=1; field in class:WindowState
409 w = (int)(mAttrs.width * mGlobalScale + .5f);
416 h = (int)(mAttrs.height * mGlobalScale + .5f);
424 w = (int)(mRequestedWidth * mGlobalScale + .5f);
431 h = (int)(mRequestedHeight * mGlobalScale + .5f);
459 x = mAttrs.x * mGlobalScale;
460 y = mAttrs.y * mGlobalScale;
1156 mGlobalScale = mService.mCompatibleScreenScale;
1157 mInvGlobalScale = 1/mGlobalScale;
1159 mGlobalScale
[all...]

Completed in 56 milliseconds