Searched defs:mStableBottom (Results 1 - 1 of 1) sorted by path

/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java620 int mStableLeft, mStableTop, mStableRight, mStableBottom; field in class:PhoneWindowManager
4315 availRight - mStableRight, availBottom - mStableBottom);
4329 availRight - mStableRight, availBottom - mStableBottom);
4425 mDockBottom = mContentBottom = mVoiceContentBottom = mStableBottom = mStableFullscreenBottom
4510 vf.bottom = mStableBottom;
4581 mStableBottom = mStableFullscreenBottom = mTmpNavigationFrame.top;
4777 if (r.bottom > mStableBottom) r.bottom = mStableBottom;
4829 sf.set(mStableLeft, mStableTop, mStableRight, mStableBottom);
4855 cf.bottom = vf.bottom = mStableBottom;
[all...]

Completed in 81 milliseconds