Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/unfold/src/com/android/systemui/unfold/updates/
DDeviceFoldStateProvider.kt174 val closingThreshold = getClosingThreshold() in isClosingThresholdMet() constant
175 return closingThreshold == null || currentAngle < closingThreshold in isClosingThresholdMet()