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

/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindowManager.java377 int mCurLeft, mCurTop, mCurRight, mCurBottom; field in class:PhoneWindowManager
2368 availRight - mCurRight, availBottom - mCurBottom);
2371 availRight - mCurRight, availBottom - mCurBottom);
2395 = mSystemBottom = mCurBottom = displayHeight;
2482 mContentBottom = mCurBottom = mDockBottom;
2523 mContentBottom = mCurBottom = mDockBottom;
2532 mCurLeft, mCurTop, mCurRight, mCurBottom));
2750 vf.bottom = mCurBottom;
2835 vf.bottom = mCurBottom;
2880 vf.bottom = mCurBottom;
[all...]

Completed in 33 milliseconds