Home
last modified time | relevance | path

Searched refs:INPUT_FEATURE_DISABLE_USER_ACTIVITY (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DInputConfigAdapter.java55 LayoutParams.INPUT_FEATURE_DISABLE_USER_ACTIVITY,
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DNotificationShadeWindowControllerImpl.java470 LayoutParams.INPUT_FEATURE_DISABLE_USER_ACTIVITY; in applyInputFeatures()
473 ~LayoutParams.INPUT_FEATURE_DISABLE_USER_ACTIVITY; in applyInputFeatures()
/aosp14/frameworks/base/core/java/android/view/
H A DWindowManager.java4167 public static final int INPUT_FEATURE_DISABLE_USER_ACTIVITY = 1 << 1; field in WindowManager.LayoutParams
4190 INPUT_FEATURE_DISABLE_USER_ACTIVITY,
5697 if ((inputFeatures & INPUT_FEATURE_DISABLE_USER_ACTIVITY) != 0) { in inputFeaturesToString()
5698 inputFeatures &= ~INPUT_FEATURE_DISABLE_USER_ACTIVITY; in inputFeaturesToString()
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DWindowStateTests.java871 win.mAttrs.inputFeatures = WindowManager.LayoutParams.INPUT_FEATURE_DISABLE_USER_ACTIVITY; in testUpdateInputWindowHandle()