Searched refs:swipes (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/ |
D | DraggableHandler.kt | 110 val swipes = computeSwipes(fromScene, startedPosition, pointersDown = 1) in onDrag() constant 111 val (upOrLeft, downOrRight) = swipes.computeSwipesResults(fromScene) in onDrag() 136 val swipes = oldDragController.swipes in onDrag() constant 137 swipes.updateSwipesResults(oldDragController.swipeTransition._fromScene) in onDrag() 142 swipes.updateSwipesResults(fromScene = swipeTransition._fromScene) in onDrag() 143 return updateDragController(swipes, swipeTransition) in onDrag() 148 val swipes = computeSwipes(fromScene, startedPosition, pointersDown) in onDrag() constant 150 swipes.findUserActionResult(fromScene, overSlop, true) in onDrag() 156 swipes = swipes, in onDrag() 163 swipes, in onDrag() [all …]
|
/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/ |
D | UiScrollable.java | 351 public UiScrollable setMaxSearchSwipes(int swipes) { in setMaxSearchSwipes() argument 352 Tracer.trace(swipes); in setMaxSearchSwipes() 353 mMaxSearchSwipes = swipes; in setMaxSearchSwipes()
|
/frameworks/proto_logging/stats/atoms/input/ |
D | input_extension_atoms.proto | 171 // The number of two-finger swipes recognized by the framework. 173 // The number of three-finger swipes recognized by the framework. 175 // The number of four-finger swipes recognized by the framework.
|
/frameworks/base/packages/SystemUI/docs/ |
D | plugin_hooks.md | 52 Use: Control over swipes/input for notification views, can be used to control what happens when you…
|
D | falsing.md | 64 taps, or more deliberate swipes.) 150 If you expect a mix of taps, double taps, and swipes on your feature, segment them
|