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

  /frameworks/base/services/core/java/com/android/server/wm/
InputMonitor.java 54 import com.android.server.input.InputWindowHandle;
83 private InputWindowHandle[] mInputWindowHandles;
85 private InputWindowHandle mFocusedInputWindowHandle;
208 public void notifyInputChannelBroken(InputWindowHandle inputWindowHandle) {
209 if (inputWindowHandle == null) {
214 WindowState windowState = (WindowState) inputWindowHandle.windowState;
229 InputWindowHandle inputWindowHandle, String reason) {
234 if (inputWindowHandle != null)
    [all...]
  /frameworks/base/services/core/jni/
com_android_server_input_InputManagerService.cpp 155 const sp<InputWindowHandle>& inputWindowHandle) {
156 if (inputWindowHandle == NULL) {
159 return static_cast<NativeInputWindowHandle*>(inputWindowHandle.get())->
210 const sp<InputWindowHandle>& inputWindowHandle, bool monitor);
245 const sp<InputWindowHandle>& inputWindowHandle,
247 virtual void notifyInputChannelBroken(const sp<InputWindowHandle>& inputWindowHandle);
    [all...]
  /frameworks/native/services/inputflinger/
InputDispatcher.h 210 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
    [all...]
InputDispatcher.cpp 490 sp<InputWindowHandle> touchedWindowHandle = findTouchedWindowAtLocked(displayId, x, y);
515 sp<InputWindowHandle> InputDispatcher::findTouchedWindowAtLocked(int32_t displayId,
520 sp<InputWindowHandle> windowHandle = mWindowHandles.itemAt(i);
811 commandEntry->inputWindowHandle = mFocusedWindowHandle;
    [all...]
  /frameworks/base/services/core/java/com/android/server/input/
InputManagerService.java 208 InputWindowHandle inputWindowHandle, boolean monitor);
215 private static native void nativeSetInputWindows(long ptr, InputWindowHandle[] windowHandles);
526 * @param inputWindowHandle The handle of the input window associated with the
530 InputWindowHandle inputWindowHandle) {
535 nativeRegisterInputChannel(mPtr, inputChannel, inputWindowHandle, false);
    [all...]

Completed in 532 milliseconds