Searched refs:touches (Results 1 – 11 of 11) sorted by relevance
/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/ |
D | InteractionController.java | 684 public boolean performMultiPointerGesture(PointerCoords[] ... touches) { 686 if (touches.length < 2) { 692 for (int x = 0; x < touches.length; x++) 693 maxSteps = (maxSteps < touches[x].length) ? touches[x].length : maxSteps; 696 PointerProperties[] properties = new PointerProperties[touches.length]; 697 PointerCoords[] pointerCoords = new PointerCoords[touches.length]; 698 for (int x = 0; x < touches.length; x++) { 705 pointerCoords[x] = touches[x][0]; 715 for (int x = 1; x < touches.length; x++) { 725 for (int x = 0; x < touches.length; x++) { [all …]
|
D | UiObject.java | 1087 public boolean performMultiPointerGesture(PointerCoords[] ...touches) { in performMultiPointerGesture() argument 1088 return getInteractionController().performMultiPointerGesture(touches); in performMultiPointerGesture()
|
/frameworks/native/services/inputflinger/ |
D | UnwantedInteractionBlocker.cpp | 558 std::vector<::ui::InProgressTouchEvdev> touches; in getTouches() local 562 touches.emplace_back(::ui::InProgressTouchEvdev()); in getTouches() 563 touches.back().major = args.pointerCoords[i].getAxisValue(AMOTION_EVENT_AXIS_TOUCH_MAJOR); in getTouches() 564 touches.back().minor = args.pointerCoords[i].getAxisValue(AMOTION_EVENT_AXIS_TOUCH_MINOR); in getTouches() 568 touches.back().altered = true; in getTouches() 572 touches.back().was_cancelled = false; in getTouches() 575 touches.back().cancelled = false; in getTouches() 578 touches.back().delayed = false; in getTouches() 581 touches.back().was_delayed = false; in getTouches() 584 touches.back().held = false; in getTouches() [all …]
|
/frameworks/native/services/vr/virtual_touchpad/ |
D | VirtualTouchpadEvdev.cpp | 54 touchpad.touches = 0; in Reset() 100 touchpad.touches = ((touchpad.touches & 1) << 1) | (pressure > 0); in Touch() 102 device_y, touchpad.touches); in Touch() 108 switch (touchpad.touches) { in Touch() 207 result.appendFormat("touches = %d\n", touchpad.touches); in dumpInternal()
|
D | VirtualTouchpadEvdev.h | 54 int touches; member
|
/frameworks/native/services/inputflinger/tests/ |
D | UnwantedInteractionBlocker_test.cpp | 386 std::vector<::ui::InProgressTouchEvdev> touches = in TEST() local 388 ASSERT_EQ(1u, touches.size()); in TEST() 414 ASSERT_EQ(expected, touches[0]) << touches[0]; in TEST() 916 void Filter(const std::vector<::ui::InProgressTouchEvdev>& touches, ::base::TimeTicks time, in Filter() argument 919 updateSuppressedSlots(touches); in Filter() 926 void updateSuppressedSlots(const std::vector<::ui::InProgressTouchEvdev>& touches) { in updateSuppressedSlots() argument 927 for (::ui::InProgressTouchEvdev touch : touches) { in updateSuppressedSlots()
|
/frameworks/native/services/inputflinger/docs/ |
D | anr.md | 44 …pically 5 seconds). While the app is not responding, it is expected that touches on other applicat… 53 The legacy behaviour in this situation is as follows: touches will continue to function normally, w… 57 * User touches another application 73 When an app is unresponsive, new touches do not go to the app. They get dropped with a warning log.…
|
/frameworks/base/packages/SystemUI/docs/ |
D | falsing.md | 15 minimum, inform the `FalsingManager` of what touches are on touch targets vs not (things that may be 16 intentional). If you do not tell the `FalsingManager`, it will assume touches on your feature are 20 wrap your whole feature in one virtual block that reports touches to the
|
/frameworks/layoutlib/validator/resources/ |
D | strings.properties | 111 …his message can be ignored if the delegate is of sufficient size and handles touches for this item.
|
/frameworks/proto_logging/stats/enums/app/ |
D | settings_enums.proto | 1923 // OPEN: Settings > Add fingerprint > Dialog when user touches fingerprint icon.
|
/frameworks/base/proto/src/metrics_constants/ |
D | metrics_constants.proto | 2725 // OPEN: Settings > Add fingerprint > Dialog when user touches fingerprint icon.
|