HomeSort by relevance Sort by last modified time
    Searched defs:inputWindowHandle (Results 1 - 4 of 4) sorted by null

  /frameworks/base/services/core/java/com/android/server/wm/
InputMonitor.java 21 import com.android.server.input.InputWindowHandle;
53 private InputWindowHandle[] mInputWindowHandles;
72 public void notifyInputChannelBroken(InputWindowHandle inputWindowHandle) {
73 if (inputWindowHandle == null) {
78 WindowState windowState = (WindowState) inputWindowHandle.windowState;
93 InputWindowHandle inputWindowHandle, String reason) {
98 if (inputWindowHandle != null) {
99 windowState = (WindowState) inputWindowHandle.windowState
    [all...]
  /frameworks/base/services/core/jni/
com_android_server_input_InputManagerService.cpp 139 const sp<InputWindowHandle>& inputWindowHandle) {
140 if (inputWindowHandle == NULL) {
143 return static_cast<NativeInputWindowHandle*>(inputWindowHandle.get())->
183 const sp<InputWindowHandle>& inputWindowHandle, bool monitor);
213 const sp<InputWindowHandle>& inputWindowHandle,
215 virtual void notifyInputChannelBroken(const sp<InputWindowHandle>& inputWindowHandle);
    [all...]
  /frameworks/native/services/inputflinger/
InputDispatcher.h 205 const sp<InputWindowHandle>& inputWindowHandle,
209 virtual void notifyInputChannelBroken(const sp<InputWindowHandle>& inputWindowHandle) = 0;
240 virtual nsecs_t interceptKeyBeforeDispatching(const sp<InputWindowHandle>& inputWindowHandle,
245 virtual bool dispatchUnhandledKey(const sp<InputWindowHandle>& inputWindowHandle,
305 virtual void setInputWindows(const Vector<sp<InputWindowHandle> >& inputWindowHandles) = 0;
342 const sp<InputWindowHandle>& inputWindowHandle, bool monitor) = 0
    [all...]
InputDispatcher.cpp 446 sp<InputWindowHandle> touchedWindowHandle = findTouchedWindowAtLocked(displayId, x, y);
471 sp<InputWindowHandle> InputDispatcher::findTouchedWindowAtLocked(int32_t displayId,
476 sp<InputWindowHandle> windowHandle = mWindowHandles.itemAt(i);
764 commandEntry->inputWindowHandle = mFocusedWindowHandle;
    [all...]

Completed in 386 milliseconds