diff --git a/fingerprint/UdfpsExtension.cpp b/fingerprint/UdfpsExtension.cpp index f51a9e3..83f35b0 100644 --- a/fingerprint/UdfpsExtension.cpp +++ b/fingerprint/UdfpsExtension.cpp @@ -1,12 +1,15 @@ /* - * Copyright (C) 2022 The LineageOS Project - * + * Copyright (C) 2022-2024 The LineageOS Project * SPDX-License-Identifier: Apache-2.0 */ #include #include +uint32_t getUdfpsDimZOrder(uint32_t z) { + return z; +} + uint32_t getUdfpsZOrder(uint32_t z, bool touched) { if (touched) { z |= FOD_PRESSED_LAYER_ZORDER;