Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/unfold/
DDisplaySwitchLatencyTracker.kt94 foldableDeviceState -> in <lambda>() method
95 foldableDeviceState.previousValue == DeviceState.FOLDED || in <lambda>()
96 foldableDeviceState.newValue == DeviceState.FOLDED in <lambda>()
98 .flatMapLatest { foldableDeviceState -> in <lambda>() method
101 val toFoldableDeviceState = foldableDeviceState.newValue.toStatsInt() in <lambda>()
104 foldableDeviceState.previousValue.toStatsInt() in <lambda>()