Searched refs:inOutMetrics (Results 1 – 1 of 1) sorted by relevance
561 @NonNull DisplayMetrics inOutMetrics) { in rotateRearDisplayMetricsIfNeeded() argument574 final int heightPixels = inOutMetrics.heightPixels; in rotateRearDisplayMetricsIfNeeded()575 final int widthPixels = inOutMetrics.widthPixels; in rotateRearDisplayMetricsIfNeeded()576 inOutMetrics.widthPixels = heightPixels; in rotateRearDisplayMetricsIfNeeded()577 inOutMetrics.heightPixels = widthPixels; in rotateRearDisplayMetricsIfNeeded()579 final int noncompatHeightPixels = inOutMetrics.noncompatHeightPixels; in rotateRearDisplayMetricsIfNeeded()580 final int noncompatWidthPixels = inOutMetrics.noncompatWidthPixels; in rotateRearDisplayMetricsIfNeeded()581 inOutMetrics.noncompatWidthPixels = noncompatHeightPixels; in rotateRearDisplayMetricsIfNeeded()582 inOutMetrics.noncompatHeightPixels = noncompatWidthPixels; in rotateRearDisplayMetricsIfNeeded()