Home
last modified time | relevance | path

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

/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/wear/elements/rotaryinput/
DRotary.kt290 thresholdBehaviorFactory = { in rememberSnapHandler()
866 private val thresholdBehaviorFactory: () -> ThresholdBehavior, constant in HighResSnapHandler
884 private var thresholdBehavior = thresholdBehaviorFactory()
901 thresholdBehavior = thresholdBehaviorFactory() in handleScrollEvent()