Home
last modified time | relevance | path

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

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