Searched refs:INPUT_FEATURE_DISABLE_USER_ACTIVITY (Results 1 – 4 of 4) sorted by relevance
112 INPUT_FEATURE_DISABLE_USER_ACTIVITY = 0x00000004, enumerator
1764 if (info->inputFeatures & InputWindowInfo::INPUT_FEATURE_DISABLE_USER_ACTIVITY) { in pokeUserActivityLocked()
193 WindowManager.LayoutParams.INPUT_FEATURE_DISABLE_USER_ACTIVITY; in applyInputFeatures()196 ~WindowManager.LayoutParams.INPUT_FEATURE_DISABLE_USER_ACTIVITY; in applyInputFeatures()
1711 public static final int INPUT_FEATURE_DISABLE_USER_ACTIVITY = 0x00000004; field in WindowManager.LayoutParams