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

  /frameworks/base/core/java/android/view/
DisplayInfo.java 127 public int overscanRight;
225 && overscanRight == other.overscanRight
255 overscanRight = other.overscanRight;
280 overscanRight = source.readInt();
306 dest.writeInt(overscanRight);
372 if (overscanLeft != 0 || overscanTop != 0 || overscanRight != 0 || overscanBottom != 0) {
378 sb.append(overscanRight);
  /frameworks/base/services/java/com/android/server/wm/
DisplaySettings.java 52 public int overscanRight;
72 outRect.right = entry.overscanRight;
93 entry.overscanRight = right;
176 entry.overscanRight = getIntAttribute(parser, "overscanRight");
207 if (entry.overscanRight != 0) {
208 out.attribute(null, "overscanRight", Integer.toString(entry.overscanRight));
  /frameworks/base/policy/src/com/android/internal/policy/impl/
PhoneWindowManager.java     [all...]

Completed in 133 milliseconds