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

/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java452 int mContentLeft, mContentTop, mContentRight, mContentBottom; field in class:PhoneWindowManager
3517 mDockBottom = mContentBottom = mVoiceContentBottom = mStableBottom = mStableFullscreenBottom
3632 mContentBottom = mVoiceContentBottom = mCurBottom = mDockBottom;
3687 mContentBottom = mVoiceContentBottom = mCurBottom = mDockBottom;
3695 mContentLeft, mContentTop, mContentRight, mContentBottom,
3732 r.set(mContentLeft, mContentTop, mContentRight, mContentBottom);
3780 if (cf.bottom > mContentBottom) cf.bottom = mContentBottom;
3907 cf.bottom = mContentBottom;
4037 cf.bottom = mContentBottom;
[all...]

Completed in 34 milliseconds