/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | InputConfigAdapter.java | 112 @LayoutParams.Flags int flags, @LayoutParams.InputFeatureFlags int inputFeatures) { in getInputConfigFromWindowParams() argument 115 | applyMapping(inputFeatures, INPUT_FEATURE_TO_CONFIG_MAP); in getInputConfigFromWindowParams()
|
H A D | Session.java | 865 int inputFeatures, IBinder windowToken, IBinder focusGrantToken, String inputHandleName, in grantInputChannel() argument 877 type, inputFeatures, windowToken, focusGrantToken, inputHandleName, in grantInputChannel() 886 int flags, int privateFlags, int inputFeatures, Region region) { in updateInputChannel() argument 890 mCanAddInternalSystemWindow ? privateFlags : 0, inputFeatures, region); in updateInputChannel()
|
H A D | WindowManagerService.java | 1632 attrs.inputFeatures = sanitizeSpyWindow(attrs.inputFeatures, win.getName(), callingUid, in addWindow() 1642 && (attrs.inputFeatures & INPUT_FEATURE_NO_INPUT_CHANNEL) == 0); in addWindow() 2196 attrs.inputFeatures = sanitizeSpyWindow(attrs.inputFeatures, win.getName(), uid, in relayoutWindow() 8744 private int sanitizeSpyWindow(int inputFeatures, String windowName, int callingUid, in sanitizeSpyWindow() argument 8746 if ((inputFeatures & INPUT_FEATURE_SPY) == 0) { in sanitizeSpyWindow() 8747 return inputFeatures; in sanitizeSpyWindow() 8755 return inputFeatures; in sanitizeSpyWindow() 8767 int flags, int privateFlags, int inputFeatures, int type, IBinder windowToken, in grantInputChannel() argument 8832 inputFeatures = sanitizeSpyWindow(inputFeatures, name, callingUid, callingPid); in updateInputChannel() 8842 type, sanitizedLpFlags, inputFeatures); in updateInputChannel() [all …]
|
H A D | InputMonitor.java | 271 w.mAttrs.type, flags, w.mAttrs.inputFeatures), in populateInputWindowHandle()
|
H A D | DisplayPolicy.java | 2880 lp.inputFeatures |= WindowManager.LayoutParams.INPUT_FEATURE_NO_INPUT_CHANNEL;
|
/aosp14/frameworks/base/core/java/android/view/ |
H A D | WindowlessWindowManager.java | 157 state.mParams.inputFeatures, state.mInputRegion); in setTouchRegion() 225 if (((attrs.inputFeatures & in addToDisplay() 232 attrs.inputFeatures, attrs.type, in addToDisplay() 237 attrs.privateFlags, attrs.inputFeatures, attrs.type, attrs.token, in addToDisplay() 416 attrs.flags, attrs.privateFlags, attrs.inputFeatures, in relayout() 420 attrs.flags, attrs.privateFlags, attrs.inputFeatures, in relayout() 592 IBinder hostInputToken, int flags, int privateFlags, int inputFeatures, int type, in grantInputChannel() argument 599 int flags, int privateFlags, int inputFeatures, Region region) { in updateInputChannel() argument
|
H A D | WindowManager.java | 4207 public int inputFeatures; field in WindowManager.LayoutParams 4832 out.writeInt(inputFeatures); in writeToParcel() 4904 inputFeatures = in.readInt(); in LayoutParams() 5142 if (inputFeatures != o.inputFeatures) { in copyFrom() 5143 inputFeatures = o.inputFeatures; in copyFrom() 5393 if (inputFeatures != 0) { in toString() 5517 proto.write(INPUT_FEATURE_FLAGS, inputFeatures); in dumpDebug() 5694 inputFeatures &= ~INPUT_FEATURE_NO_INPUT_CHANNEL; in inputFeaturesToString() 5701 if ((inputFeatures & INPUT_FEATURE_SPY) != 0) { in inputFeaturesToString() 5702 inputFeatures &= ~INPUT_FEATURE_SPY; in inputFeaturesToString() [all …]
|
H A D | IWindowSession.aidl | 297 in IBinder hostInputToken, int flags, int privateFlags, int inputFeatures, int type, in grantInputChannel() argument 305 in SurfaceControl surface, int flags, int privateFlags, int inputFeatures, in updateInputChannel() argument
|
H A D | ViewRootImpl.java | 1460 if ((mWindowAttributes.inputFeatures
|
/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/magnification/ |
H A D | MagnificationThumbnail.java | 307 params.inputFeatures = WindowManager.LayoutParams.INPUT_FEATURE_NO_INPUT_CHANNEL; in createLayoutParams()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ |
H A D | NotificationShadeWindowControllerImpl.java | 469 mLpChanged.inputFeatures |= in applyInputFeatures() 472 mLpChanged.inputFeatures &= in applyInputFeatures()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ |
H A D | UdfpsControllerOverlay.kt | 142 inputFeatures = WindowManager.LayoutParams.INPUT_FEATURE_SPY
|
/aosp14/frameworks/base/core/java/android/window/ |
H A D | SnapshotDrawerUtils.java | 440 layoutParams.inputFeatures |= INPUT_FEATURE_NO_INPUT_CHANNEL; in createLayoutParameters()
|
/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
H A D | FlashNotificationsController.java | 434 params.inputFeatures |= WindowManager.LayoutParams.INPUT_FEATURE_NO_INPUT_CHANNEL; in showScreenNotificationOverlayViewMainThread()
|
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | WindowStateTests.java | 871 win.mAttrs.inputFeatures = WindowManager.LayoutParams.INPUT_FEATURE_DISABLE_USER_ACTIVITY; in testUpdateInputWindowHandle()
|
/aosp14/frameworks/base/services/core/java/com/android/server/input/ |
H A D | InputManagerService.java | 3451 lp.inputFeatures |= WindowManager.LayoutParams.INPUT_FEATURE_NO_INPUT_CHANNEL; in updateFocusEventDebugViewEnabled()
|