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

  /frameworks/base/core/java/android/view/
DisplayInfo.java 118 public int logicalHeight;
292 && logicalHeight == other.logicalHeight
333 logicalHeight = other.logicalHeight;
370 logicalHeight = source.readInt();
416 dest.writeInt(logicalHeight);
522 getMetricsWithSize(outMetrics, compatInfo, configuration, logicalWidth, logicalHeight);
527 logicalWidth : logicalHeight;
532 logicalHeight : logicalWidth
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/wm/
WindowFrameTests.java 254 final int logicalHeight = displayInfo.logicalHeight;
257 final int taskTop = logicalHeight / 4;
259 final int taskBottom = logicalHeight / 4 * 3;
266 final Rect pf = new Rect(0, 0, logicalWidth, logicalHeight);
274 pf.set(0, 0, logicalWidth, logicalHeight);
277 final int cfBottom = logicalHeight / 2;
287 pf.set(0, 0, logicalWidth, logicalHeight);
292 final int insetTop = logicalHeight / 5;
313 final int logicalHeight = displayInfo.logicalHeight
    [all...]

Completed in 70 milliseconds