/frameworks/native/libs/input/tests/ |
D | InputWindow_test.cpp | 57 i.canReceiveKeys = false; in TEST() 89 ASSERT_EQ(i.canReceiveKeys, i2.canReceiveKeys); in TEST()
|
/frameworks/base/core/jni/ |
D | android_hardware_input_InputWindowHandle.cpp | 58 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/ |
D | InputWindow.cpp | 91 output.writeBool(canReceiveKeys); in write() 129 ret.canReceiveKeys = from.readBool(); in read()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | InputMonitor.java | 266 inputWindowHandle.canReceiveKeys = child.canReceiveKeys(); in populateInputWindowHandle() 361 if (newWindow != null && newWindow.canReceiveKeys()) { in setInputFocusLw() 572 inputWindowHandle.canReceiveKeys = false; in populateOverlayInputInfo()
|
D | InputConsumerImpl.java | 83 mWindowHandle.canReceiveKeys = false; in InputConsumerImpl()
|
D | TaskPositioner.java | 245 mDragWindowHandle.canReceiveKeys = false; in register()
|
D | DragState.java | 286 mDragWindowHandle.canReceiveKeys = false; in InputInterceptor()
|
D | WindowState.java | 2865 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()
|
D | DisplayContent.java | 669 w, w.mAttrs.flags, w.canReceiveKeys()); 671 if (!w.canReceiveKeys()) { 3214 if (newFocus.canReceiveKeys()) { in updateFocusedWindowLocked() 5626 if (!nextWindow.canReceiveKeys()) { in findScrollCaptureTargetWindow()
|
D | ActivityRecord.java | 2215 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()
|
D | WindowManagerService.java | 1700 if (win.canReceiveKeys()) { in addWindow() 8010 if (touchedWindow == null || !touchedWindow.canReceiveKeys(true /* fromUserTouch */)) { in onPointerDownOutsideFocusLocked() 8092 h.canReceiveKeys = false; in updateInputChannel()
|
D | Task.java | 3320 : (isFocusable() && getWindowConfiguration().canReceiveKeys());
|
D | DisplayPolicy.java | 3294 (mLastFocusedWindow != null && mLastFocusedWindow.canReceiveKeys());
|
/frameworks/base/core/java/android/view/ |
D | InputWindowHandle.java | 74 public boolean canReceiveKeys; field in InputWindowHandle
|
/frameworks/native/include/input/ |
D | InputWindow.h | 162 bool canReceiveKeys = false; member
|
/frameworks/native/services/surfaceflinger/ |
D | LayerProtoHelper.cpp | 145 proto->set_can_receive_keys(inputInfo.canReceiveKeys); in writeToProto()
|
/frameworks/native/services/inputflinger/benchmarks/ |
D | InputDispatcher_benchmarks.cpp | 175 mInfo.canReceiveKeys = true; in updateInfo()
|
/frameworks/base/services/core/java/com/android/server/policy/ |
D | WindowManagerPolicy.java | 439 boolean canReceiveKeys(); in canReceiveKeys() method
|
/frameworks/native/libs/gui/tests/ |
D | EndToEndNativeInputTest.cpp | 194 mInputInfo.canReceiveKeys = true; in populateInputInfo()
|
/frameworks/base/core/java/android/app/ |
D | WindowConfiguration.java | 752 public boolean canReceiveKeys() { in canReceiveKeys() method in WindowConfiguration
|
/frameworks/native/services/inputflinger/tests/ |
D | InputDispatcher_test.cpp | 779 mInfo.canReceiveKeys = true; in FakeWindowHandle()
|
/frameworks/native/services/inputflinger/dispatcher/ |
D | InputDispatcher.cpp | 4146 toString(windowInfo->canReceiveKeys), in dumpDispatchStateLocked()
|
/frameworks/base/config/ |
D | boot-profile.txt | 1093 Landroid/app/WindowConfiguration;->canReceiveKeys()Z
|
D | boot-image-profile.txt | 3389 HSPLandroid/app/WindowConfiguration;->canReceiveKeys()Z
|
/frameworks/base/services/ |
D | art-profile | 39683 HSPLcom/android/server/wm/WindowState;->canReceiveKeys()Z 39684 HSPLcom/android/server/wm/WindowState;->canReceiveKeys(Z)Z
|