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

/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java624 int mStableFullscreenRight, mStableFullscreenBottom; field in class:PhoneWindowManager
4312 availBottom - mStableFullscreenBottom);
4425 mDockBottom = mContentBottom = mVoiceContentBottom = mStableBottom = mStableFullscreenBottom
4581 mStableBottom = mStableFullscreenBottom = mTmpNavigationFrame.top;
4772 if (r.bottom > mStableFullscreenBottom) r.bottom = mStableFullscreenBottom;
8282 pw.print(","); pw.print(mStableFullscreenBottom); pw.println(")");

Completed in 39 milliseconds