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

  /frameworks/base/services/java/com/android/server/input/
InputWindowHandle.java 69 public boolean canReceiveKeys;
  /frameworks/base/services/java/com/android/server/wm/
FakeWindowImpl.java 42 String name, int windowType, int layoutParamsFlags, boolean canReceiveKeys,
69 mWindowHandle.canReceiveKeys = canReceiveKeys;
InputMonitor.java 218 inputWindowHandle.canReceiveKeys = child.canReceiveKeys();
332 if (newWindow != null && newWindow.canReceiveKeys()) {
DragState.java 113 mDragWindowHandle.canReceiveKeys = false;
WindowState.java 870 public final boolean canReceiveKeys() {
    [all...]
WindowManagerService.java     [all...]
  /frameworks/base/services/jni/
com_android_server_input_InputWindowHandle.cpp 47 jfieldID canReceiveKeys;
138 mInfo->canReceiveKeys = env->GetBooleanField(obj,
139 gInputWindowHandleClassInfo.canReceiveKeys);
271 GET_FIELD_ID(gInputWindowHandleClassInfo.canReceiveKeys, clazz,
272 "canReceiveKeys", "Z");
  /frameworks/base/services/input/
InputWindow.h 127 bool canReceiveKeys;
InputDispatcher.cpp     [all...]
  /frameworks/base/core/java/android/view/
WindowManagerPolicy.java 375 String name, int windowType, int layoutParamsFlags, boolean canReceiveKeys,
    [all...]

Completed in 863 milliseconds