/frameworks/base/services/core/java/com/android/server/wm/ |
D | InputConfigAdapter.java | 115 @LayoutParams.Flags int flags, @LayoutParams.InputFeatureFlags int inputFeatures) { in getInputConfigFromWindowParams() argument 118 | applyMapping(inputFeatures, INPUT_FEATURE_TO_CONFIG_MAP); in getInputConfigFromWindowParams()
|
D | Session.java | 934 int privateFlags, int inputFeatures, int type, IBinder windowToken, in grantInputChannel() argument 947 inputFeatures, type, windowToken, inputTransferToken, inputHandleName, in grantInputChannel() 956 int flags, int privateFlags, int inputFeatures, Region region) { in updateInputChannel() argument 960 mCanAddInternalSystemWindow ? privateFlags : 0, inputFeatures, region); in updateInputChannel()
|
D | WindowManagerService.java | 1745 attrs.inputFeatures = sanitizeInputFeatures(attrs.inputFeatures, win.getName(), in addWindow() 1755 && (attrs.inputFeatures & INPUT_FEATURE_NO_INPUT_CHANNEL) == 0); in addWindow() 2358 attrs.inputFeatures = sanitizeInputFeatures(attrs.inputFeatures, win.getName(), uid, in relayoutWindowInner() 9175 private int sanitizeInputFeatures(int inputFeatures, String windowName, int callingUid, in sanitizeInputFeatures() argument 9178 if ((inputFeatures & INPUT_FEATURE_SPY) != 0) { in sanitizeInputFeatures() 9189 if ((inputFeatures & INPUT_FEATURE_SENSITIVE_FOR_PRIVACY) != 0 && !isTrustedOverlay) { in sanitizeInputFeatures() 9192 return inputFeatures & ~INPUT_FEATURE_SENSITIVE_FOR_PRIVACY; in sanitizeInputFeatures() 9194 return inputFeatures; in sanitizeInputFeatures() 9207 int inputFeatures, int type, IBinder windowToken, InputTransferToken inputTransferToken, in grantInputChannel() argument 9227 name, applicationHandle, flags, privateFlags, inputFeatures, sanitizedType, in grantInputChannel() local [all …]
|
D | InputMonitor.java | 275 w.mAttrs.type, flags, w.mAttrs.inputFeatures), in populateInputWindowHandle()
|
D | DisplayPolicy.java | 2996 lp.inputFeatures |= WindowManager.LayoutParams.INPUT_FEATURE_NO_INPUT_CHANNEL;
|
/frameworks/base/core/java/android/view/ |
D | WindowlessWindowManager.java | 159 state.mParams.inputFeatures, state.mInputRegion); in setTouchRegion() 227 if (((attrs.inputFeatures & in addToDisplay() 234 attrs.privateFlags, attrs.inputFeatures, attrs.type, attrs.token, in addToDisplay() 240 attrs.inputFeatures, attrs.type, attrs.token, state.mInputTransferToken, in addToDisplay() 455 attrs.flags, attrs.privateFlags, attrs.inputFeatures, in relayoutInner() 459 attrs.flags, attrs.privateFlags, attrs.inputFeatures, in relayoutInner() 631 InputTransferToken hostInputToken, int flags, int privateFlags, int inputFeatures, in grantInputChannel() argument 638 int flags, int privateFlags, int inputFeatures, Region region) { in updateInputChannel() argument
|
D | WindowManager.java | 4415 public int inputFeatures; field in WindowManager.LayoutParams 5140 out.writeInt(inputFeatures); in writeToParcel() 5217 inputFeatures = in.readInt(); in LayoutParams() 5460 if (inputFeatures != o.inputFeatures) { in copyFrom() 5461 inputFeatures = o.inputFeatures; in copyFrom() 5728 if (inputFeatures != 0) { in toString() 5729 sb.append(" if=").append(inputFeaturesToString(inputFeatures)); in toString() 5865 proto.write(INPUT_FEATURE_FLAGS, inputFeatures); in dumpDebug() 6042 private static String inputFeaturesToString(int inputFeatures) { in inputFeaturesToString() argument 6044 if ((inputFeatures & INPUT_FEATURE_NO_INPUT_CHANNEL) != 0) { in inputFeaturesToString() [all …]
|
D | IWindowSession.aidl | 327 int inputFeatures, int type, in IBinder windowToken, in grantInputChannel() argument 335 in SurfaceControl surface, int flags, int privateFlags, int inputFeatures, in updateInputChannel() argument
|
D | ViewRootImpl.java | 1567 if ((mWindowAttributes.inputFeatures
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ |
D | NotificationShadeWindowControllerImpl.java | 415 mLpChanged.inputFeatures |= LayoutParams.INPUT_FEATURE_SENSITIVE_FOR_PRIVACY; in applyKeyguardFlags() 417 mLpChanged.inputFeatures &= ~LayoutParams.INPUT_FEATURE_SENSITIVE_FOR_PRIVACY; in applyKeyguardFlags() 535 mLpChanged.inputFeatures |= in applyInputFeatures() 538 mLpChanged.inputFeatures &= in applyInputFeatures()
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | TrustedOverlayTests.java | 110 params.inputFeatures |= WindowManager.LayoutParams.INPUT_FEATURE_SPY; in setSpyWindowDoesntCrash()
|
D | WindowStateTests.java | 916 win.mAttrs.inputFeatures = WindowManager.LayoutParams.INPUT_FEATURE_DISABLE_USER_ACTIVITY; in testUpdateInputWindowHandle()
|
/frameworks/base/services/accessibility/java/com/android/server/accessibility/magnification/ |
D | MagnificationThumbnail.java | 312 params.inputFeatures = WindowManager.LayoutParams.INPUT_FEATURE_NO_INPUT_CHANNEL; in createLayoutParams()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/shade/ |
D | NotificationShadeWindowControllerImplTest.java | 344 (mLayoutParameters.getValue().inputFeatures & INPUT_FEATURE_SENSITIVE_FOR_PRIVACY) in setKeyguardShowing_enablesSecureFlag() 356 (mLayoutParameters.getValue().inputFeatures & INPUT_FEATURE_SENSITIVE_FOR_PRIVACY) in setKeyguardNotShowing_disablesSecureFlag()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/split/ |
D | SplitDecorManager.java | 146 lp.inputFeatures |= INPUT_FEATURE_NO_INPUT_CHANNEL; in inflate()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ |
D | UdfpsControllerOverlay.kt | 176 inputFeatures = WindowManager.LayoutParams.INPUT_FEATURE_SPY in <lambda>()
|
/frameworks/base/core/java/android/window/ |
D | SnapshotDrawerUtils.java | 455 layoutParams.inputFeatures |= INPUT_FEATURE_NO_INPUT_CHANNEL; in createLayoutParameters()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/ |
D | WindowDecoration.java | 446 lp.inputFeatures = params.mInputFeatures; in updateViewHost()
|
/frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
D | FlashNotificationsController.java | 434 params.inputFeatures |= WindowManager.LayoutParams.INPUT_FEATURE_NO_INPUT_CHANNEL; in showScreenNotificationOverlayViewMainThread()
|
/frameworks/base/services/core/java/com/android/server/input/ |
D | InputManagerService.java | 3322 lp.inputFeatures |= WindowManager.LayoutParams.INPUT_FEATURE_NO_INPUT_CHANNEL; in updateFocusEventDebugViewEnabled()
|