Searched defs:logicalHeight (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
H A DDisplayInfo.java125 public int logicalHeight; field in class:DisplayInfo
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
[all...]

Completed in 9 milliseconds