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

  /frameworks/base/core/java/android/view/
DisplayInfo.java 133 public int overscanBottom;
226 && overscanBottom == other.overscanBottom
256 overscanBottom = other.overscanBottom;
281 overscanBottom = source.readInt();
307 dest.writeInt(overscanBottom);
372 if (overscanLeft != 0 || overscanTop != 0 || overscanRight != 0 || overscanBottom != 0) {
380 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));
  /frameworks/base/policy/src/com/android/internal/policy/impl/
PhoneWindowManager.java     [all...]

Completed in 60 milliseconds