Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/area/
DWindowAreaComponentImpl.java576 @NonNull DisplayMetrics inOutMetrics) { in rotateRearDisplayMetricsIfNeeded() argument
589 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()