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

/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindowManager.java345 int mStableFullscreenRight, mStableFullscreenBottom; field in class:PhoneWindowManager
2601 availRight - mStableFullscreenRight,
2680 mDockRight = mContentRight = mStableRight = mStableFullscreenRight
2769 mStableRight = mStableFullscreenRight = mTmpNavigationFrame.left;
2939 if (r.right > mStableFullscreenRight) r.right = mStableFullscreenRight;
5328 pw.print(")-("); pw.print(mStableFullscreenRight);

Completed in 15 milliseconds