Home
last modified time | relevance | path

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

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