Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/inputflinger/dispatcher/include/
H A DInputDispatcherInterface.h151 bool isDragDrop) = 0;
/aosp12/frameworks/base/services/core/java/com/android/server/input/
H A DInputShellCommand.java357 private void sendSwipe(int inputSource, int displayId, boolean isDragDrop) { in sendSwipe() argument
372 if (isDragDrop) { in sendSwipe()
H A DInputManagerService.java315 IBinder fromChannelToken, IBinder toChannelToken, boolean isDragDrop); in nativeTransferTouchFocus() argument
1796 @NonNull InputChannel toChannel, boolean isDragDrop) { in transferTouchFocus() argument
1798 isDragDrop); in transferTouchFocus()
/aosp12/frameworks/native/services/inputflinger/dispatcher/
H A DInputDispatcher.h127 bool isDragDrop = false) override;
H A DInputDispatcher.cpp4833 bool isDragDrop) { in transferTouchFocus() argument
4876 if (isDragDrop) { in transferTouchFocus()
/aosp12/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp1820 jboolean isDragDrop) { in nativeTransferTouchFocus() argument
1830 isDragDrop)) { in nativeTransferTouchFocus()