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

/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindowManager.java412 int mStableFullscreenRight, mStableFullscreenBottom; field in class:PhoneWindowManager
3138 availBottom - mStableFullscreenBottom);
3222 mDockBottom = mContentBottom = mVoiceContentBottom = mStableBottom = mStableFullscreenBottom
3289 mStableBottom = mStableFullscreenBottom = mTmpNavigationFrame.top;
3499 if (r.bottom > mStableFullscreenBottom) r.bottom = mStableFullscreenBottom;
6301 pw.print(","); pw.print(mStableFullscreenBottom); pw.println(")");

Completed in 40 milliseconds