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

/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java737 int mOverscanBottom = 0; field in class:PhoneWindowManager
2292 mOverscanBottom = bottom;
4402 overscanRight = mOverscanBottom;
4407 overscanTop = mOverscanBottom;
4412 overscanLeft = mOverscanBottom;
4421 overscanBottom = mOverscanBottom;
4858 sf.set(mOverscanLeft, mOverscanTop, mOverscanRight, mOverscanBottom);
8366 || mOverscanRight != 0 || mOverscanBottom != 0) {
8370 pw.print(" bottom="); pw.println(mOverscanBottom);

Completed in 1551 milliseconds