Home
last modified time | relevance | path

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

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