Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/dispatcher/include/
DInputDispatcherInterface.h150 bool isDragDrop) = 0;
/frameworks/base/services/core/java/com/android/server/input/
DNativeInputManagerService.java114 boolean isDragDrop); in transferTouchGesture() argument
370 boolean isDragDrop); in transferTouchGesture() argument
DInputShellCommand.java501 private void sendSwipe(int inputSource, int displayId, boolean isDragDrop) { in sendSwipe() argument
516 if (isDragDrop) { in sendSwipe()
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.h128 bool isDragDrop = false) override;
DInputDispatcher.cpp5693 bool isDragDrop) { in transferTouchGesture() argument
5750 if (isDragDrop) { in transferTouchGesture()
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp2083 jboolean isDragDrop) { in nativeTransferTouchGesture() argument
2093 toChannelToken, isDragDrop)) { in nativeTransferTouchGesture()