Home
last modified time | relevance | path

Searched refs:mStableFullscreenBottom (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/policy/
DPhoneWindowManager.java504 int mStableFullscreenRight, mStableFullscreenBottom; field in PhoneWindowManager
3856 availBottom - mStableFullscreenBottom); in getInsetHintLw()
3969 mDockBottom = mContentBottom = mVoiceContentBottom = mStableBottom = mStableFullscreenBottom in beginLayoutLw()
4120 mStableBottom = mStableFullscreenBottom = mTmpNavigationFrame.top; in layoutNavigationBar()
4277 if (r.bottom > mStableFullscreenBottom) r.bottom = mStableFullscreenBottom; in applyStableConstraints()
7653 pw.print(","); pw.print(mStableFullscreenBottom); pw.println(")"); in dump()