Searched refs:inOutMetrics (Results 1 – 1 of 1) sorted by relevance
576 @NonNull DisplayMetrics inOutMetrics) { in rotateRearDisplayMetricsIfNeeded() argument589 final int heightPixels = inOutMetrics.heightPixels; in rotateRearDisplayMetricsIfNeeded()590 final int widthPixels = inOutMetrics.widthPixels; in rotateRearDisplayMetricsIfNeeded()591 inOutMetrics.widthPixels = heightPixels; in rotateRearDisplayMetricsIfNeeded()592 inOutMetrics.heightPixels = widthPixels; in rotateRearDisplayMetricsIfNeeded()594 final int noncompatHeightPixels = inOutMetrics.noncompatHeightPixels; in rotateRearDisplayMetricsIfNeeded()595 final int noncompatWidthPixels = inOutMetrics.noncompatWidthPixels; in rotateRearDisplayMetricsIfNeeded()596 inOutMetrics.noncompatWidthPixels = noncompatHeightPixels; in rotateRearDisplayMetricsIfNeeded()597 inOutMetrics.noncompatHeightPixels = noncompatWidthPixels; in rotateRearDisplayMetricsIfNeeded()