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

/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindowManager.java383 int mContentLeft, mContentTop, mContentRight, mContentBottom; field in class:PhoneWindowManager
2392 mDockRight = mContentRight = mStableRight = mStableFullscreenRight
2484 mContentRight = mCurRight = mDockRight;
2525 mContentRight = mCurRight = mDockRight;
2531 mContentLeft, mContentTop, mContentRight, mContentBottom,
2589 if (cf.right > mContentRight) cf.right = mContentRight;
2741 cf.right = mContentRight;
2863 pf.right = mContentRight;
2873 df.right = cf.right = mContentRight;
[all...]

Completed in 57 milliseconds