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

/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindowManager.java370 int mStableLeft, mStableTop, mStableRight, mStableBottom; field in class:PhoneWindowManager
2361 availRight - mStableRight, availBottom - mStableBottom);
2394 mDockBottom = mContentBottom = mStableBottom = mStableFullscreenBottom
2444 mStableBottom = mStableFullscreenBottom = mTmpNavigationFrame.top;
2504 vf.bottom = mStableBottom;
2616 if (r.bottom > mStableBottom) r.bottom = mStableBottom;
4604 pw.print(","); pw.print(mStableBottom); pw.println(")");

Completed in 87 milliseconds