Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DSideFpsController.kt324 val isDefaultOrientation = regex
328 val displayWidth = if (isDefaultOrientation) size.width() else size.height()
329 val displayHeight = if (isDefaultOrientation) size.height() else size.width()
330 val boundsWidth = if (isDefaultOrientation) bounds.width() else bounds.height()
331 val boundsHeight = if (isDefaultOrientation) bounds.height() else bounds.width()