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

/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindowManager.java341 int mStableLeft, mStableTop, mStableRight, mStableBottom; field in class:PhoneWindowManager
2605 availRight - mStableRight, availBottom - mStableBottom);
2682 mDockBottom = mContentBottom = mStableBottom = mStableFullscreenBottom
2745 mStableBottom = mStableFullscreenBottom = mTmpNavigationFrame.top;
2818 vf.bottom = mStableBottom;
2945 if (r.bottom > mStableBottom) r.bottom = mStableBottom;
3004 cf.bottom = vf.bottom = mStableBottom;
3032 dcf.bottom = mStableBottom;
3285 pf.bottom = df.bottom = of.bottom = cf.bottom = mStableBottom;
[all...]

Completed in 66 milliseconds