HomeSort by relevance Sort by last modified time
    Searched defs:overscanBottom (Results 1 - 4 of 4) sorted by null

  /frameworks/base/core/java/android/view/
DisplayInfo.java 135 public int overscanBottom;
245 && overscanBottom == other.overscanBottom
277 overscanBottom = other.overscanBottom;
304 overscanBottom = source.readInt();
332 dest.writeInt(overscanBottom);
413 if (overscanLeft != 0 || overscanTop != 0 || overscanRight != 0 || overscanBottom != 0) {
421 sb.append(overscanBottom);
  /frameworks/base/services/java/com/android/server/wm/
DisplaySettings.java 53 public int overscanBottom;
73 outRect.bottom = entry.overscanBottom;
94 entry.overscanBottom = bottom;
177 entry.overscanBottom = getIntAttribute(parser, "overscanBottom");
210 if (entry.overscanBottom != 0) {
211 out.attribute(null, "overscanBottom", Integer.toString(entry.overscanBottom));
WindowManagerService.java     [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/
PhoneWindowManager.java     [all...]

Completed in 605 milliseconds