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

/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java621 int mContentLeft, mContentTop, mContentRight, mContentBottom; field in class:PhoneWindowManager
4452 mDockBottom = mContentBottom = mVoiceContentBottom = mStableBottom = mStableFullscreenBottom
4565 mContentBottom = mVoiceContentBottom = mCurBottom = mDockBottom;
4573 mContentLeft, mContentTop, mContentRight, mContentBottom,
4686 mContentBottom = mVoiceContentBottom = mCurBottom = mDockBottom;
4729 r.set(mContentLeft, mContentTop, mContentRight, mContentBottom);
4777 if (cf.bottom > mContentBottom) cf.bottom = mContentBottom;
4909 cf.bottom = mContentBottom;
4932 cf.bottom = mContentBottom;
[all...]

Completed in 72 milliseconds