Home
last modified time | relevance | path

Searched refs:inputFeatures (Results 1 – 20 of 20) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DInputConfigAdapter.java115 @LayoutParams.Flags int flags, @LayoutParams.InputFeatureFlags int inputFeatures) { in getInputConfigFromWindowParams() argument
118 | applyMapping(inputFeatures, INPUT_FEATURE_TO_CONFIG_MAP); in getInputConfigFromWindowParams()
DSession.java934 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()
DWindowManagerService.java1745 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 …]
DInputMonitor.java275 w.mAttrs.type, flags, w.mAttrs.inputFeatures), in populateInputWindowHandle()
DDisplayPolicy.java2996 lp.inputFeatures |= WindowManager.LayoutParams.INPUT_FEATURE_NO_INPUT_CHANNEL;
/frameworks/base/core/java/android/view/
DWindowlessWindowManager.java159 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
DWindowManager.java4415 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 …]
DIWindowSession.aidl327 int inputFeatures, int type, in IBinder windowToken, in grantInputChannel() argument
335 in SurfaceControl surface, int flags, int privateFlags, int inputFeatures, in updateInputChannel() argument
DViewRootImpl.java1567 if ((mWindowAttributes.inputFeatures
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationShadeWindowControllerImpl.java415 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/
DTrustedOverlayTests.java110 params.inputFeatures |= WindowManager.LayoutParams.INPUT_FEATURE_SPY; in setSpyWindowDoesntCrash()
DWindowStateTests.java916 win.mAttrs.inputFeatures = WindowManager.LayoutParams.INPUT_FEATURE_DISABLE_USER_ACTIVITY; in testUpdateInputWindowHandle()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/magnification/
DMagnificationThumbnail.java312 params.inputFeatures = WindowManager.LayoutParams.INPUT_FEATURE_NO_INPUT_CHANNEL; in createLayoutParams()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/shade/
DNotificationShadeWindowControllerImplTest.java344 (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/
DSplitDecorManager.java146 lp.inputFeatures |= INPUT_FEATURE_NO_INPUT_CHANNEL; in inflate()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DUdfpsControllerOverlay.kt176 inputFeatures = WindowManager.LayoutParams.INPUT_FEATURE_SPY in <lambda>()
/frameworks/base/core/java/android/window/
DSnapshotDrawerUtils.java455 layoutParams.inputFeatures |= INPUT_FEATURE_NO_INPUT_CHANNEL; in createLayoutParameters()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/
DWindowDecoration.java446 lp.inputFeatures = params.mInputFeatures; in updateViewHost()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DFlashNotificationsController.java434 params.inputFeatures |= WindowManager.LayoutParams.INPUT_FEATURE_NO_INPUT_CHANNEL; in showScreenNotificationOverlayViewMainThread()
/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java3322 lp.inputFeatures |= WindowManager.LayoutParams.INPUT_FEATURE_NO_INPUT_CHANNEL; in updateFocusEventDebugViewEnabled()