Searched refs:mTmpNavigationFrame (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java662 static final Rect mTmpNavigationFrame = new Rect(); field in class:PhoneWindowManager
4607 mTmpNavigationFrame.set(0, top, displayWidth, displayHeight - overscanBottom);
4608 mStableBottom = mStableFullscreenBottom = mTmpNavigationFrame.top;
4613 mDockBottom = mTmpNavigationFrame.top;
4627 mSystemBottom = mTmpNavigationFrame.top;
4633 mTmpNavigationFrame.set(left, 0, displayWidth - overscanRight, displayHeight);
4634 mStableRight = mStableFullscreenRight = mTmpNavigationFrame.left;
4639 mDockRight = mTmpNavigationFrame.left;
4653 mSystemRight = mTmpNavigationFrame.left;
4658 mTmpNavigationFrame
[all...]

Completed in 86 milliseconds