Searched defs:mTmpNavigationFrame (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java674 static final Rect mTmpNavigationFrame = new Rect(); field in class:PhoneWindowManager
4580 mTmpNavigationFrame.set(0, top, displayWidth, displayHeight - overscanBottom);
4581 mStableBottom = mStableFullscreenBottom = mTmpNavigationFrame.top;
4586 mDockBottom = mTmpNavigationFrame.top;
4600 mSystemBottom = mTmpNavigationFrame.top;
4606 mTmpNavigationFrame.set(left, 0, displayWidth - overscanRight, displayHeight);
4607 mStableRight = mStableFullscreenRight = mTmpNavigationFrame.left;
4612 mDockRight = mTmpNavigationFrame.left;
4626 mSystemRight = mTmpNavigationFrame.left;
4631 mTmpNavigationFrame
[all...]

Completed in 108 milliseconds