Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DInputConfigAdapter.java58 LayoutParams.INPUT_FEATURE_SPY,
DWindowManagerService.java68 import static android.view.WindowManager.LayoutParams.INPUT_FEATURE_SPY;
8714 if ((inputFeatures & INPUT_FEATURE_SPY) == 0) { in sanitizeSpyWindow()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DUdfpsControllerOverlay.kt129 inputFeatures = WindowManager.LayoutParams.INPUT_FEATURE_SPY in <lambda>()
/frameworks/base/core/java/android/view/
DWindowManager.java3804 public static final int INPUT_FEATURE_SPY = 1 << 2; field in WindowManager.LayoutParams
3817 INPUT_FEATURE_SPY,
5228 if ((inputFeatures & INPUT_FEATURE_SPY) != 0) { in inputFeaturesToString()
5229 inputFeatures &= ~INPUT_FEATURE_SPY; in inputFeaturesToString()