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

/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java443 int mStableFullscreenRight, mStableFullscreenBottom; field in class:PhoneWindowManager
3427 availBottom - mStableFullscreenBottom);
3517 mDockBottom = mContentBottom = mVoiceContentBottom = mStableBottom = mStableFullscreenBottom
3583 mStableBottom = mStableFullscreenBottom = mTmpNavigationFrame.top;
3802 if (r.bottom > mStableFullscreenBottom) r.bottom = mStableFullscreenBottom;
6895 pw.print(","); pw.print(mStableFullscreenBottom); pw.println(")");

Completed in 70 milliseconds