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

/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindowManager.java402 int mContentLeft, mContentTop, mContentRight, mContentBottom; field in class:PhoneWindowManager
2966 mDockBottom = mContentBottom = mVoiceContentBottom = mStableBottom = mStableFullscreenBottom
3081 mContentBottom = mVoiceContentBottom = mCurBottom = mDockBottom;
3134 mContentBottom = mVoiceContentBottom = mCurBottom = mDockBottom;
3142 mContentLeft, mContentTop, mContentRight, mContentBottom,
3173 r.set(mContentLeft, mContentTop, mContentRight, mContentBottom);
3216 if (cf.bottom > mContentBottom) cf.bottom = mContentBottom;
3323 cf.bottom = mContentBottom;
3453 cf.bottom = mContentBottom;
[all...]

Completed in 25 milliseconds