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

/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java643 int mOverscanBottom = 0; field in class:PhoneWindowManager
1907 mOverscanBottom = bottom;
3919 overscanRight = mOverscanBottom;
3924 overscanTop = mOverscanBottom;
3929 overscanLeft = mOverscanBottom;
3938 overscanBottom = mOverscanBottom;
4336 sf.set(mOverscanLeft, mOverscanTop, mOverscanRight, mOverscanBottom);
7631 || mOverscanRight != 0 || mOverscanBottom != 0) {
7635 pw.print(" bottom="); pw.println(mOverscanBottom);

Completed in 63 milliseconds