Home
last modified time | relevance | path

Searched refs:getMetricsWithSize (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
DDisplayInfo.java522 getMetricsWithSize(outMetrics, displayAdjustments.getCompatibilityInfo(), in getAppMetrics()
528 getMetricsWithSize(outMetrics, ci, configuration, appWidth, appHeight); in getAppMetrics()
533 getMetricsWithSize(outMetrics, compatInfo, configuration, logicalWidth, logicalHeight); in getLogicalMetrics()
553 private void getMetricsWithSize(DisplayMetrics outMetrics, CompatibilityInfo compatInfo, in getMetricsWithSize() method in DisplayInfo