Searched refs:canReceiveKeys (Results 1 – 15 of 15) sorted by relevance
48 jfieldID canReceiveKeys; member143 mInfo->canReceiveKeys = env->GetBooleanField(obj, in updateInfo()144 gInputWindowHandleClassInfo.canReceiveKeys); in updateInfo()279 GET_FIELD_ID(gInputWindowHandleClassInfo.canReceiveKeys, clazz, in register_android_server_InputWindowHandle()
73 public boolean canReceiveKeys; field in InputWindowHandle
61 mWindowHandle.canReceiveKeys = false; in InputConsumerImpl()
310 inputWindowHandle.canReceiveKeys = child.canReceiveKeys(); in addInputWindowHandle()495 if (newWindow != null && newWindow.canReceiveKeys()) { in setInputFocusLw()
161 mDragWindowHandle.canReceiveKeys = false; in InputInterceptor()
283 mDragWindowHandle.canReceiveKeys = false; in register()
485 return StackId.canReceiveKeys(getTask().mStack.mStackId) || mAlwaysFocusable; in windowsAreFocusable()
434 + ", flags=" + w.mAttrs.flags + ", canReceive=" + w.canReceiveKeys());436 if (!w.canReceiveKeys()) {
2337 boolean canReceiveKeys() { in canReceiveKeys() method in WindowState
1520 if (win.canReceiveKeys()) { in addWindow()
127 bool canReceiveKeys; member
3206 toString(windowInfo->canReceiveKeys), in dumpDispatchStateLocked()
811 public static boolean canReceiveKeys(int stackId) { in canReceiveKeys() method in ActivityManager.StackId
1119 return StackId.canReceiveKeys(task.getStackId()) || isAlwaysFocusable();
910 if (StackId.canReceiveKeys(mStackId)) { in isFocusable()