Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/display/
DDisplayExtensions.kt31 /* bottom = */ outDisplayInfo.naturalHeight
42 val Display.naturalHeight: Int constant
46 return outDisplayInfo.naturalHeight
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/data/repository/
DDisplayStateRepository.kt118 .map { Size(it.naturalWidth, it.naturalHeight) } in <lambda>()
125 currentDisplayInfo.value.naturalHeight
/frameworks/base/packages/SystemUI/src/com/android/systemui/unfold/
DFullscreenLightRevealAnimation.kt216 height = displayInfo.naturalHeight in getLayoutParams()
220 width = displayInfo.naturalHeight in getLayoutParams()
/frameworks/base/packages/SystemUI/src/com/android/systemui/common/ui/data/repository/
DConfigurationRepository.kt137 displayInfo.value.naturalHeight in getResolutionScale()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DExpandHelper.java616 int naturalHeight = mScaler.getNaturalHeight(); in finishExpanding() local
617 float targetHeight = nowExpanded ? naturalHeight : mSmallSize; in finishExpanding()