Searched refs:INPUT_FEATURE_DISABLE_USER_ACTIVITY (Results 1 – 4 of 4) sorted by relevance
55 LayoutParams.INPUT_FEATURE_DISABLE_USER_ACTIVITY,
470 LayoutParams.INPUT_FEATURE_DISABLE_USER_ACTIVITY; in applyInputFeatures()473 ~LayoutParams.INPUT_FEATURE_DISABLE_USER_ACTIVITY; in applyInputFeatures()
4167 public static final int INPUT_FEATURE_DISABLE_USER_ACTIVITY = 1 << 1; field in WindowManager.LayoutParams4190 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()
871 win.mAttrs.inputFeatures = WindowManager.LayoutParams.INPUT_FEATURE_DISABLE_USER_ACTIVITY; in testUpdateInputWindowHandle()