fingerprint: Set dim layer zOrder
Requires: I367b2c395aeb8cb7cb9e3cc38eca98477befe007 Change-Id: I881db78186fa9c7b350e79ac4ef90f53ee4cfbcf
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2022 The LineageOS Project
|
||||
* Copyright (C) 2022-2024 The LineageOS Project
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
@@ -12,6 +12,10 @@
|
||||
#include <drm/sde_drm.h>
|
||||
#endif
|
||||
|
||||
uint32_t getUdfpsDimZOrder(uint32_t z) {
|
||||
return z;
|
||||
}
|
||||
|
||||
uint32_t getUdfpsZOrder(uint32_t z, bool touched) {
|
||||
if (touched) {
|
||||
z |= FOD_PRESSED_LAYER_ZORDER;
|
||||
|
||||
Reference in New Issue
Block a user