Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DInputConfigAdapter.java56 LayoutParams.INPUT_FEATURE_SPY,
DWindowManagerService.java73 import static android.view.WindowManager.LayoutParams.INPUT_FEATURE_SPY;
9178 if ((inputFeatures & INPUT_FEATURE_SPY) != 0) { in sanitizeInputFeatures()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/
DDragResizeInputListener.java21 import static android.view.WindowManager.LayoutParams.INPUT_FEATURE_SPY;
115 INPUT_FEATURE_SPY, in DragResizeInputListener()
194 INPUT_FEATURE_SPY, in setGeometry() local
DWindowDecoration.java698 return (mInputFeatures & WindowManager.LayoutParams.INPUT_FEATURE_SPY) != 0; in hasInputFeatureSpy()
DDesktopModeWindowDecoration.java434 relayoutParams.mInputFeatures |= WindowManager.LayoutParams.INPUT_FEATURE_SPY;
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DTrustedOverlayTests.java110 params.inputFeatures |= WindowManager.LayoutParams.INPUT_FEATURE_SPY; in setSpyWindowDoesntCrash()
DWindowManagerServiceTests.java33 import static android.view.WindowManager.LayoutParams.INPUT_FEATURE_SPY;
1158 PRIVATE_FLAG_TRUSTED_OVERLAY, INPUT_FEATURE_SPY, TYPE_APPLICATION, in testGrantInputChannel_sanitizeSpyWindowForApplications()
1175 INPUT_FEATURE_SPY, TYPE_APPLICATION, null /* windowToken */, inputTransferToken, in testGrantInputChannel_allowSpyWindowForInputMonitorPermission()
1203 FLAG_NOT_FOCUSABLE, PRIVATE_FLAG_TRUSTED_OVERLAY, INPUT_FEATURE_SPY, in testUpdateInputChannel_sanitizeSpyWindowForApplications()
1226 FLAG_NOT_FOCUSABLE, PRIVATE_FLAG_TRUSTED_OVERLAY, INPUT_FEATURE_SPY, in testUpdateInputChannel_allowSpyWindowForInputMonitorPermission() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DUdfpsControllerOverlay.kt176 inputFeatures = WindowManager.LayoutParams.INPUT_FEATURE_SPY in <lambda>()
/frameworks/base/core/java/android/view/
DWindowManager.java4368 public static final int INPUT_FEATURE_SPY = 1 << 2; field in WindowManager.LayoutParams
4398 INPUT_FEATURE_SPY,
6052 if ((inputFeatures & INPUT_FEATURE_SPY) != 0) { in inputFeaturesToString()
6053 inputFeatures &= ~INPUT_FEATURE_SPY; in inputFeaturesToString()