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

/frameworks/base/core/java/android/view/
H A DDisplayInfo.java118 public int logicalHeight; field in class:DisplayInfo
286 && logicalHeight == other.logicalHeight
326 logicalHeight = other.logicalHeight;
363 logicalHeight = source.readInt();
409 dest.writeInt(logicalHeight);
533 getMetricsWithSize(outMetrics, compatInfo, configuration, logicalWidth, logicalHeight);
538 logicalWidth : logicalHeight;
543 logicalHeight
[all...]

Completed in 352 milliseconds