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

  /frameworks/base/services/java/com/android/server/wm/
InputMonitor.java 21 import com.android.server.input.InputWindowHandle;
53 private InputWindowHandle[] mInputWindowHandles;
70 public void notifyInputChannelBroken(InputWindowHandle inputWindowHandle) {
71 if (inputWindowHandle == null) {
76 WindowState windowState = (WindowState) inputWindowHandle.windowState;
91 InputWindowHandle inputWindowHandle, String reason) {
96 if (inputWindowHandle != null) {
97 windowState = (WindowState) inputWindowHandle.windowState
    [all...]
  /frameworks/base/services/input/
InputDispatcher.h 205 const sp<InputWindowHandle>& inputWindowHandle,
209 virtual void notifyInputChannelBroken(const sp<InputWindowHandle>& inputWindowHandle) = 0;
243 virtual nsecs_t interceptKeyBeforeDispatching(const sp<InputWindowHandle>& inputWindowHandle,
248 virtual bool dispatchUnhandledKey(const sp<InputWindowHandle>& inputWindowHandle,
308 virtual void setInputWindows(const Vector<sp<InputWindowHandle> >& inputWindowHandles) = 0;
345 const sp<InputWindowHandle>& inputWindowHandle, bool monitor) = 0
    [all...]
InputDispatcher.cpp 443 sp<InputWindowHandle> touchedWindowHandle = findTouchedWindowAtLocked(displayId, x, y);
468 sp<InputWindowHandle> InputDispatcher::findTouchedWindowAtLocked(int32_t displayId,
473 sp<InputWindowHandle> windowHandle = mWindowHandles.itemAt(i);
767 commandEntry->inputWindowHandle = mFocusedWindowHandle;
    [all...]
  /frameworks/base/services/jni/
com_android_server_input_InputManagerService.cpp 125 const sp<InputWindowHandle>& inputWindowHandle) {
126 if (inputWindowHandle == NULL) {
129 return static_cast<NativeInputWindowHandle*>(inputWindowHandle.get())->
171 const sp<InputWindowHandle>& inputWindowHandle, bool monitor);
195 const sp<InputWindowHandle>& inputWindowHandle,
197 virtual void notifyInputChannelBroken(const sp<InputWindowHandle>& inputWindowHandle);
    [all...]

Completed in 485 milliseconds