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

/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindowManager.java374 int mStableFullscreenRight, mStableFullscreenBottom; field in class:PhoneWindowManager
2357 availRight - mStableFullscreenRight,
2392 mDockRight = mContentRight = mStableRight = mStableFullscreenRight
2463 mStableRight = mStableFullscreenRight = mTmpNavigationFrame.left;
2610 if (r.right > mStableFullscreenRight) r.right = mStableFullscreenRight;
4599 pw.print(")-("); pw.print(mStableFullscreenRight);

Completed in 422 milliseconds