Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/unfold/util/
H A DNaturalRotationUnfoldProgressProvider.kt40 val isNewRotationNatural = rotation == Surface.ROTATION_0 || regex
43 if (isNaturalRotation != isNewRotationNatural) {
44 isNaturalRotation = isNewRotationNatural
45 scopedUnfoldTransitionProgressProvider.setReadyToHandleTransition(isNewRotationNatural)