Home
last modified time | relevance | path

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

/frameworks/native/include/input/
DInputWindow.h118 INPUT_FEATURE_DISABLE_USER_ACTIVITY = 0x00000004, enumerator
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationShadeWindowController.java361 LayoutParams.INPUT_FEATURE_DISABLE_USER_ACTIVITY; in applyInputFeatures()
364 ~LayoutParams.INPUT_FEATURE_DISABLE_USER_ACTIVITY; in applyInputFeatures()
/frameworks/base/core/java/android/view/
DWindowManager.java2734 public static final int INPUT_FEATURE_DISABLE_USER_ACTIVITY = 0x00000004; field in WindowManager.LayoutParams
3857 case INPUT_FEATURE_DISABLE_USER_ACTIVITY: in inputFeatureToString()
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.cpp2164 if (info->inputFeatures & InputWindowInfo::INPUT_FEATURE_DISABLE_USER_ACTIVITY) { in pokeUserActivityLocked()