Home
last modified time | relevance | path

Searched defs:touches (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/services/vr/virtual_touchpad/
DVirtualTouchpadEvdev.h54 int touches; member
/frameworks/native/services/inputflinger/
DUnwantedInteractionBlocker.cpp558 std::vector<::ui::InProgressTouchEvdev> touches; in getTouches() local
630 std::vector<::ui::InProgressTouchEvdev> touches = in detectPalmPointers() local
/frameworks/native/services/inputflinger/tests/
DUnwantedInteractionBlocker_test.cpp386 std::vector<::ui::InProgressTouchEvdev> touches = in TEST() local
916 void Filter(const std::vector<::ui::InProgressTouchEvdev>& touches, ::base::TimeTicks time, in Filter()
926 void updateSuppressedSlots(const std::vector<::ui::InProgressTouchEvdev>& touches) { in updateSuppressedSlots()
/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
DUiObject.java1087 public boolean performMultiPointerGesture(PointerCoords[] ...touches) { in performMultiPointerGesture()