commit | a8f01bac1d9678e1eb7062e94984720a93778e18 | [log] [tgz] |
---|---|---|
author | Uwais Ashraf <uwaisashraf@google.com> | Thu Nov 28 15:33:11 2024 +0000 |
committer | Uwais Ashraf <uwaisashraf@google.com> | Fri Nov 29 16:38:14 2024 +0000 |
tree | 1ec75289467eefa7e6ea0fc1e5351cfa131760a8 | |
parent | bf84fe574e38a46daed9bee886a32aafeaa1f7e9 [diff] |
Make TaskView not clickable when in select mode for switch access and touchscreen usage. Fix: 320228423 Flag: EXEMPT BUG_FIX Test: Manual - steps from bug Change-Id: Ib831ab52ce3cc3a19e73f6b255cab519074c24b6
diff --git a/quickstep/src/com/android/quickstep/views/TaskView.kt b/quickstep/src/com/android/quickstep/views/TaskView.kt index 7e489ea..1183342 100644 --- a/quickstep/src/com/android/quickstep/views/TaskView.kt +++ b/quickstep/src/com/android/quickstep/views/TaskView.kt
@@ -1566,6 +1566,7 @@ } private fun onModalnessUpdated(modalness: Float) { + isClickable = modalness == 0f taskContainers.forEach { it.iconView.setModalAlpha(1 - modalness) it.digitalWellBeingToast?.bannerOffsetPercentage = modalness