From 131bd82f105b2f28ab6f16c1b7085987a9f5f7b8 Mon Sep 17 00:00:00 2001 From: Siarhei Vishniakou Date: Thu, 6 Jan 2022 04:36:50 -0800 Subject: [PATCH] Remove BLOCK_FLAG_SLIPPERY constant We are no longer logging this information, so this constant / bug number can be deleted. Bug: 157929241 Test: none Change-Id: I6238737fe101415a87b231208fd99a388deb82fc --- core/java/android/hardware/input/InputManager.java | 8 -------- 1 file changed, 8 deletions(-) diff --git a/core/java/android/hardware/input/InputManager.java b/core/java/android/hardware/input/InputManager.java index 6253fb90323ad..ef349a96ee17e 100644 --- a/core/java/android/hardware/input/InputManager.java +++ b/core/java/android/hardware/input/InputManager.java @@ -214,14 +214,6 @@ public final class InputManager { @ChangeId public static final long BLOCK_UNTRUSTED_TOUCHES = 158002302L; - /** - * Check whether apps are using FLAG_SLIPPERY for their windows. We expect that this flag is - * only used by the system components. If so, we can lock it down. - * @hide - */ - @ChangeId - public static final long BLOCK_FLAG_SLIPPERY = android.os.IInputConstants.BLOCK_FLAG_SLIPPERY; - /** * Input Event Injection Synchronization Mode: None. * Never blocks. Injection is asynchronous and is assumed always to be successful.