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 38 import com.android.server.input.InputWindowHandle;
64 private InputWindowHandle[] mInputWindowHandles;
81 public void notifyInputChannelBroken(InputWindowHandle inputWindowHandle) {
82 if (inputWindowHandle == null) {
87 WindowState windowState = (WindowState) inputWindowHandle.windowState;
102 InputWindowHandle inputWindowHandle, String reason) {
107 if (inputWindowHandle != null) {
108 windowState = (WindowState) inputWindowHandle.windowState
    [all...]
  /frameworks/base/services/core/jni/
com_android_server_input_InputManagerService.cpp 147 const sp<InputWindowHandle>& inputWindowHandle) {
148 if (inputWindowHandle == NULL) {
151 return static_cast<NativeInputWindowHandle*>(inputWindowHandle.get())->
196 const sp<InputWindowHandle>& inputWindowHandle, bool monitor);
229 const sp<InputWindowHandle>& inputWindowHandle,
231 virtual void notifyInputChannelBroken(const sp<InputWindowHandle>& inputWindowHandle);
    [all...]
  /frameworks/native/services/inputflinger/
InputDispatcher.h 211 const sp<InputWindowHandle>& inputWindowHandle,
215 virtual void notifyInputChannelBroken(const sp<InputWindowHandle>& inputWindowHandle) = 0;
246 virtual nsecs_t interceptKeyBeforeDispatching(const sp<InputWindowHandle>& inputWindowHandle,
251 virtual bool dispatchUnhandledKey(const sp<InputWindowHandle>& inputWindowHandle,
311 virtual void setInputWindows(const Vector<sp<InputWindowHandle> >& inputWindowHandles) = 0;
348 const sp<InputWindowHandle>& inputWindowHandle, bool monitor) = 0
    [all...]
InputDispatcher.cpp 451 sp<InputWindowHandle> touchedWindowHandle = findTouchedWindowAtLocked(displayId, x, y);
476 sp<InputWindowHandle> InputDispatcher::findTouchedWindowAtLocked(int32_t displayId,
481 sp<InputWindowHandle> windowHandle = mWindowHandles.itemAt(i);
771 commandEntry->inputWindowHandle = mFocusedWindowHandle;
    [all...]

Completed in 1734 milliseconds