Home
last modified time | relevance | path

Searched refs:InputWindowHandle (Results 1 – 18 of 18) sorted by relevance

/frameworks/native/services/inputflinger/
DInputWindow.cpp68 InputWindowHandle::InputWindowHandle(const sp<InputApplicationHandle>& inputApplicationHandle) : in InputWindowHandle() function in android::InputWindowHandle
72 InputWindowHandle::~InputWindowHandle() { in ~InputWindowHandle()
76 void InputWindowHandle::releaseInfo() { in releaseInfo()
DInputDispatcher.h210 const sp<InputWindowHandle>& inputWindowHandle,
214 virtual void notifyInputChannelBroken(const sp<InputWindowHandle>& inputWindowHandle) = 0;
245 virtual nsecs_t interceptKeyBeforeDispatching(const sp<InputWindowHandle>& inputWindowHandle,
250 virtual bool dispatchUnhandledKey(const sp<InputWindowHandle>& inputWindowHandle,
310 virtual void setInputWindows(const Vector<sp<InputWindowHandle> >& inputWindowHandles) = 0;
347 const sp<InputWindowHandle>& inputWindowHandle, bool monitor) = 0;
390 virtual void setInputWindows(const Vector<sp<InputWindowHandle> >& inputWindowHandles);
399 const sp<InputWindowHandle>& inputWindowHandle, bool monitor);
603 sp<InputWindowHandle> inputWindowHandle;
815 sp<InputWindowHandle> inputWindowHandle; // may be null
[all …]
DInputWindow.h163 class InputWindowHandle : public RefBase {
201 explicit InputWindowHandle(const sp<InputApplicationHandle>& inputApplicationHandle);
202 virtual ~InputWindowHandle();
DInputDispatcher.cpp490 sp<InputWindowHandle> touchedWindowHandle = findTouchedWindowAtLocked(displayId, x, y); in enqueueInboundEventLocked()
515 sp<InputWindowHandle> InputDispatcher::findTouchedWindowAtLocked(int32_t displayId, in findTouchedWindowAtLocked()
520 sp<InputWindowHandle> windowHandle = mWindowHandles.itemAt(i); in findTouchedWindowAtLocked()
988 const sp<InputWindowHandle>& windowHandle, in handleTargetsNotReadyLocked()
1068 sp<InputWindowHandle> windowHandle = connection->inputWindowHandle; in resumeAfterTargetsNotReadyTimeoutLocked()
1184 sp<InputWindowHandle> newHoverWindowHandle; in findTouchedWindowTargetsLocked()
1245 sp<InputWindowHandle> newTouchedWindowHandle; in findTouchedWindowTargetsLocked()
1251 sp<InputWindowHandle> windowHandle = mWindowHandles.itemAt(i); in findTouchedWindowTargetsLocked()
1343 sp<InputWindowHandle> oldTouchedWindowHandle = in findTouchedWindowTargetsLocked()
1345 sp<InputWindowHandle> newTouchedWindowHandle = in findTouchedWindowTargetsLocked()
[all …]
/frameworks/base/services/core/java/com/android/server/wm/
DInputMonitor.java54 import com.android.server.input.InputWindowHandle;
83 private InputWindowHandle[] mInputWindowHandles;
85 private InputWindowHandle mFocusedInputWindowHandle;
208 public void notifyInputChannelBroken(InputWindowHandle inputWindowHandle) { in notifyInputChannelBroken()
229 InputWindowHandle inputWindowHandle, String reason) { in notifyANR()
298 private void addInputWindowHandle(final InputWindowHandle windowHandle) { in addInputWindowHandle()
300 mInputWindowHandles = new InputWindowHandle[16]; in addInputWindowHandle()
309 void addInputWindowHandle(final InputWindowHandle inputWindowHandle, in addInputWindowHandle()
385 final InputWindowHandle dragWindowHandle = in updateInputWindowsLw()
400 final InputWindowHandle dragWindowHandle = in updateInputWindowsLw()
[all …]
DInputConsumerImpl.java27 import com.android.server.input.InputWindowHandle;
35 final InputWindowHandle mWindowHandle;
66 mWindowHandle = new InputWindowHandle(mApplicationHandle, null, null, in InputConsumerImpl()
DTaskPositioningController.java32 import com.android.server.input.InputWindowHandle;
51 InputWindowHandle getDragWindowHandleLocked() { in getDragWindowHandleLocked()
DDragState.java61 import com.android.server.input.InputWindowHandle;
211 InputWindowHandle mDragWindowHandle;
226 mDragWindowHandle = new InputWindowHandle(mDragApplicationHandle, null, null, in InputInterceptor()
285 InputWindowHandle getInputWindowHandle() { in getInputWindowHandle()
DDragDropController.java39 import com.android.server.input.InputWindowHandle;
77 InputWindowHandle getInputWindowHandleLocked() { in getInputWindowHandleLocked()
DTaskPositioner.java51 import com.android.server.input.InputWindowHandle;
120 InputWindowHandle mDragWindowHandle;
260 mDragWindowHandle = new InputWindowHandle(mDragApplicationHandle, null, null, in register()
DWindowState.java203 import com.android.server.input.InputWindowHandle;
546 final InputWindowHandle mInputWindowHandle;
780 mInputWindowHandle = new InputWindowHandle( in WindowState()
/frameworks/native/services/inputflinger/tests/
DInputDispatcher_test.cpp56 const sp<InputWindowHandle>&, in notifyANR() argument
61 virtual void notifyInputChannelBroken(const sp<InputWindowHandle>&) { in notifyInputChannelBroken() argument
78 virtual nsecs_t interceptKeyBeforeDispatching(const sp<InputWindowHandle>&, in interceptKeyBeforeDispatching() argument
83 virtual bool dispatchUnhandledKey(const sp<InputWindowHandle>&, in dispatchUnhandledKey() argument
/frameworks/base/services/core/java/com/android/server/input/
DInputWindowHandle.java28 public final class InputWindowHandle { class
99 public InputWindowHandle(InputApplicationHandle inputApplicationHandle, in InputWindowHandle() method in InputWindowHandle
DInputManagerService.java208 InputWindowHandle inputWindowHandle, boolean monitor); in nativeRegisterInputChannel()
215 private static native void nativeSetInputWindows(long ptr, InputWindowHandle[] windowHandles); in nativeSetInputWindows()
530 InputWindowHandle inputWindowHandle) { in registerInputChannel()
1469 public void setInputWindows(InputWindowHandle[] windowHandles, in setInputWindows()
1470 InputWindowHandle focusedWindowHandle) { in setInputWindows()
1813 private void notifyInputChannelBroken(InputWindowHandle inputWindowHandle) { in notifyInputChannelBroken()
1819 InputWindowHandle inputWindowHandle, String reason) { in notifyANR()
1852 private long interceptKeyBeforeDispatching(InputWindowHandle focus, in interceptKeyBeforeDispatching()
1858 private KeyEvent dispatchUnhandledKey(InputWindowHandle focus, in dispatchUnhandledKey()
2003 public void notifyInputChannelBroken(InputWindowHandle inputWindowHandle); in notifyInputChannelBroken()
[all …]
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputWindowHandle.h27 class NativeInputWindowHandle : public InputWindowHandle {
Dcom_android_server_input_InputManagerService.cpp155 const sp<InputWindowHandle>& inputWindowHandle) { in getInputWindowHandleObjLocalRef()
210 const sp<InputWindowHandle>& inputWindowHandle, bool monitor);
245 const sp<InputWindowHandle>& inputWindowHandle,
247 virtual void notifyInputChannelBroken(const sp<InputWindowHandle>& inputWindowHandle);
253 const sp<InputWindowHandle>& inputWindowHandle,
255 virtual bool dispatchUnhandledKey(const sp<InputWindowHandle>& inputWindowHandle,
453 const sp<InputWindowHandle>& inputWindowHandle, bool monitor) { in registerInputChannel()
674 const sp<InputWindowHandle>& inputWindowHandle, const std::string& reason) { in notifyANR()
703 void NativeInputManager::notifyInputChannelBroken(const sp<InputWindowHandle>& inputWindowHandle) { in notifyInputChannelBroken()
740 Vector<sp<InputWindowHandle> > windowHandles; in setInputWindows()
[all …]
Dcom_android_server_input_InputWindowHandle.cpp66 InputWindowHandle(inputApplicationHandle), in NativeInputWindowHandle()
/frameworks/base/services/
Dart-profile829 …owManagerCallbacks;->dispatchUnhandledKey(Lcom/android/server/input/InputWindowHandle;Landroid/vie…
831 …Callbacks;->interceptKeyBeforeDispatching(Lcom/android/server/input/InputWindowHandle;Landroid/vie…
834 …droid/server/input/InputApplicationHandle;Lcom/android/server/input/InputWindowHandle;Ljava/lang/S…
837 …ce$WindowManagerCallbacks;->notifyInputChannelBroken(Lcom/android/server/input/InputWindowHandle;)V
2539 Lcom/android/server/input/InputWindowHandle;