/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 | 590 std::vector<::ui::InProgressTouchEvdev> touches; in getTouches() local 594 touches.emplace_back(::ui::InProgressTouchEvdev()); in getTouches() 595 touches.back().major = args.pointerCoords[i].getAxisValue(AMOTION_EVENT_AXIS_TOUCH_MAJOR); in getTouches() 596 touches.back().minor = args.pointerCoords[i].getAxisValue(AMOTION_EVENT_AXIS_TOUCH_MINOR); in getTouches() 600 touches.back().altered = true; in getTouches() 604 touches.back().was_cancelled = false; in getTouches() 607 touches.back().cancelled = false; in getTouches() 610 touches.back().delayed = false; in getTouches() 613 touches.back().was_delayed = false; in getTouches() 616 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/base/data/keyboards/ |
D | Vendor_054c_Product_09cc.idc | 50 # touches, which are then inhibited by the click wiggle filter. For tapping 58 # Because of the way this touchpad is positioned, touches around the edges are
|
D | Vendor_054c_Product_05c4.idc | 50 # touches, which are then inhibited by the click wiggle filter. For tapping 58 # Because of the way this touchpad is positioned, touches around the edges are
|
/frameworks/native/services/inputflinger/tests/ |
D | UnwantedInteractionBlocker_test.cpp | 372 std::vector<::ui::InProgressTouchEvdev> touches = in TEST() local 374 ASSERT_EQ(1u, touches.size()); in TEST() 400 ASSERT_EQ(expected, touches[0]) << touches[0]; in TEST() 882 void Filter(const std::vector<::ui::InProgressTouchEvdev>& touches, ::base::TimeTicks time, in Filter() argument 885 updateSuppressedSlots(touches); in Filter() 892 void updateSuppressedSlots(const std::vector<::ui::InProgressTouchEvdev>& touches) { in updateSuppressedSlots() argument 893 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/proto_logging/stats/enums/input/ |
D | enums.proto | 199 // A stylus, where touches are mapped directly to the display. 210 // A touchscreen, where touches are mapped directly to the display.
|
/frameworks/proto_logging/stats/atoms/input/ |
D | input_extension_atoms.proto | 163 // The number of touches that are classified as fingers by the touchpad for 167 // The number of touches that are classified as palms by the touchpad at
|
/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/native/libs/input/ |
D | input_flags.aconfig | 49 description: "Report touches marked as palm by firmware to gestures library"
|
/frameworks/layoutlib/validator/resources/ |
D | strings.properties | 123 …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 | 2716 // OPEN: Settings > Add fingerprint > Dialog when user touches fingerprint icon.
|
/frameworks/base/proto/src/metrics_constants/ |
D | metrics_constants.proto | 2731 // OPEN: Settings > Add fingerprint > Dialog when user touches fingerprint icon.
|