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

  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/android/internal/
DisplayConfig.java 125 public int logicalHeight;
280 logicalHeight = other.logicalHeight;
337 && logicalHeight == other.logicalHeight
378 logicalHeight = other.logicalHeight;
418 other.logicalHeight = logicalHeight;
471 sb.append(logicalHeight);
    [all...]
  /frameworks/base/core/java/android/view/
DisplayInfo.java 125 public int logicalHeight;
306 && logicalHeight == other.logicalHeight
348 logicalHeight = other.logicalHeight;
386 logicalHeight = source.readInt();
433 dest.writeInt(logicalHeight);
540 getMetricsWithSize(outMetrics, compatInfo, configuration, logicalWidth, logicalHeight);
545 logicalWidth : logicalHeight;
550 logicalHeight : logicalWidth
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/wm/
WindowFrameTests.java 269 final int logicalHeight = displayInfo.logicalHeight;
272 final int taskTop = logicalHeight / 4;
274 final int taskBottom = logicalHeight / 4 * 3;
281 final Rect pf = new Rect(0, 0, logicalWidth, logicalHeight);
289 pf.set(0, 0, logicalWidth, logicalHeight);
292 final int cfBottom = logicalHeight / 2;
302 pf.set(0, 0, logicalWidth, logicalHeight);
307 final int insetTop = logicalHeight / 5;
328 final int logicalHeight = displayInfo.logicalHeight
    [all...]

Completed in 58 milliseconds