Home
last modified time | relevance | path

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

/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/wear/elements/rotaryinput/
DRotary.kt235 fun rotaryFlingBehavior() = in isLowResInput() method
250 rotaryFlingBehaviorFactory = { rotaryFlingBehavior() }, in isLowResInput()
255 rotaryFlingBehaviorFactory = { rotaryFlingBehavior() }, in isLowResInput()
725 private var rotaryFlingBehavior: RotaryFlingBehavior? = rotaryFlingBehaviorFactory() variable in HighResRotaryScrollHandler
745 rotaryFlingBehavior?.observeEvent(event.timestamp, event.delta) in handleScrollEvent()
760 if (rotaryFlingBehavior != null) { in handleScrollEvent()
764 rotaryFlingBehavior?.trackFling( in handleScrollEvent()
785 rotaryFlingBehavior = rotaryFlingBehaviorFactory() in resetTracking()
786 rotaryFlingBehavior?.startFlingTracking(timestamp) in resetTracking()
806 private var rotaryFlingBehavior: RotaryFlingBehavior? = rotaryFlingBehaviorFactory() variable in LowResRotaryScrollHandler
[all …]