Home
last modified time | relevance | path

Searched refs:canReceiveKeys (Results 1 – 25 of 25) sorted by relevance

/frameworks/native/libs/input/tests/
DInputWindow_test.cpp57 i.canReceiveKeys = false; in TEST()
89 ASSERT_EQ(i.canReceiveKeys, i2.canReceiveKeys); in TEST()
/frameworks/base/core/jni/
Dandroid_hardware_input_InputWindowHandle.cpp58 jfieldID canReceiveKeys; member
146 mInfo.canReceiveKeys = env->GetBooleanField(obj, in updateInfo()
147 gInputWindowHandleClassInfo.canReceiveKeys); in updateInfo()
320 GET_FIELD_ID(gInputWindowHandleClassInfo.canReceiveKeys, clazz, in register_android_view_InputWindowHandle()
/frameworks/native/libs/input/
DInputWindow.cpp91 output.writeBool(canReceiveKeys); in write()
129 ret.canReceiveKeys = from.readBool(); in read()
/frameworks/base/services/core/java/com/android/server/wm/
DInputMonitor.java266 inputWindowHandle.canReceiveKeys = child.canReceiveKeys(); in populateInputWindowHandle()
361 if (newWindow != null && newWindow.canReceiveKeys()) { in setInputFocusLw()
572 inputWindowHandle.canReceiveKeys = false; in populateOverlayInputInfo()
DInputConsumerImpl.java83 mWindowHandle.canReceiveKeys = false; in InputConsumerImpl()
DTaskPositioner.java245 mDragWindowHandle.canReceiveKeys = false; in register()
DDragState.java286 mDragWindowHandle.canReceiveKeys = false; in InputInterceptor()
DWindowState.java2865 public boolean canReceiveKeys() { in canReceiveKeys() method in WindowState
2866 return canReceiveKeys(false /* fromUserTouch */); in canReceiveKeys()
2869 public boolean canReceiveKeys(boolean fromUserTouch) { in canReceiveKeys() method in WindowState
2870 final boolean canReceiveKeys = isVisibleOrAdding() in canReceiveKeys()
2875 if (!canReceiveKeys) { in canReceiveKeys()
DDisplayContent.java669 w, w.mAttrs.flags, w.canReceiveKeys());
671 if (!w.canReceiveKeys()) {
3214 if (newFocus.canReceiveKeys()) { in updateFocusedWindowLocked()
5626 if (!nextWindow.canReceiveKeys()) { in findScrollCaptureTargetWindow()
DActivityRecord.java2215 return super.isFocusable() && (canReceiveKeys() || isAlwaysFocusable()); in isFocusable()
2218 boolean canReceiveKeys() { in canReceiveKeys() method
2220 return getWindowConfiguration().canReceiveKeys() in canReceiveKeys()
2221 && (task == null || task.getWindowConfiguration().canReceiveKeys()); in canReceiveKeys()
2395 return (canReceiveKeys() || isAlwaysFocusable()) && getDisplay() != null; in windowsAreFocusable()
DWindowManagerService.java1700 if (win.canReceiveKeys()) { in addWindow()
8010 if (touchedWindow == null || !touchedWindow.canReceiveKeys(true /* fromUserTouch */)) { in onPointerDownOutsideFocusLocked()
8092 h.canReceiveKeys = false; in updateInputChannel()
DTask.java3320 : (isFocusable() && getWindowConfiguration().canReceiveKeys());
DDisplayPolicy.java3294 (mLastFocusedWindow != null && mLastFocusedWindow.canReceiveKeys());
/frameworks/base/core/java/android/view/
DInputWindowHandle.java74 public boolean canReceiveKeys; field in InputWindowHandle
/frameworks/native/include/input/
DInputWindow.h162 bool canReceiveKeys = false; member
/frameworks/native/services/surfaceflinger/
DLayerProtoHelper.cpp145 proto->set_can_receive_keys(inputInfo.canReceiveKeys); in writeToProto()
/frameworks/native/services/inputflinger/benchmarks/
DInputDispatcher_benchmarks.cpp175 mInfo.canReceiveKeys = true; in updateInfo()
/frameworks/base/services/core/java/com/android/server/policy/
DWindowManagerPolicy.java439 boolean canReceiveKeys(); in canReceiveKeys() method
/frameworks/native/libs/gui/tests/
DEndToEndNativeInputTest.cpp194 mInputInfo.canReceiveKeys = true; in populateInputInfo()
/frameworks/base/core/java/android/app/
DWindowConfiguration.java752 public boolean canReceiveKeys() { in canReceiveKeys() method in WindowConfiguration
/frameworks/native/services/inputflinger/tests/
DInputDispatcher_test.cpp779 mInfo.canReceiveKeys = true; in FakeWindowHandle()
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.cpp4146 toString(windowInfo->canReceiveKeys), in dumpDispatchStateLocked()
/frameworks/base/config/
Dboot-profile.txt1093 Landroid/app/WindowConfiguration;->canReceiveKeys()Z
Dboot-image-profile.txt3389 HSPLandroid/app/WindowConfiguration;->canReceiveKeys()Z
/frameworks/base/services/
Dart-profile39683 HSPLcom/android/server/wm/WindowState;->canReceiveKeys()Z
39684 HSPLcom/android/server/wm/WindowState;->canReceiveKeys(Z)Z