Searched refs:outDm (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/content/res/
H A DCompatibilityInfo.java488 * @param outDm If non-null the width and height will be set to their scaled values.
491 public static float computeCompatibleScaling(DisplayMetrics dm, DisplayMetrics outDm) { argument
524 if (outDm != null) {
525 outDm.widthPixels = newWidth;
526 outDm.heightPixels = newHeight;

Completed in 72 milliseconds