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

  /frameworks/base/core/java/android/view/
DisplayInfo.java 111 public int logicalWidth;
291 && logicalWidth == other.logicalWidth
332 logicalWidth = other.logicalWidth;
369 logicalWidth = source.readInt();
415 dest.writeInt(logicalWidth);
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 253 final int logicalWidth = displayInfo.logicalWidth;
256 final int taskLeft = logicalWidth / 4;
258 final int taskRight = logicalWidth / 4 * 3;
266 final Rect pf = new Rect(0, 0, logicalWidth, logicalHeight);
274 pf.set(0, 0, logicalWidth, logicalHeight);
276 final int cfRight = logicalWidth / 2;
287 pf.set(0, 0, logicalWidth, logicalHeight);
291 final int insetLeft = logicalWidth / 5;
312 final int logicalWidth = displayInfo.logicalWidth
    [all...]

Completed in 53 milliseconds