diff options
author | 2024-05-13 13:17:05 -0700 | |
---|---|---|
committer | 2024-05-14 11:16:22 -0700 | |
commit | 445af18b5228bcae504e4974347e70842df95c2b (patch) | |
tree | ebd5e0ebdee08d557c50d74a123e810bd62a4542 /libs/input/PointerController.h | |
parent | 057d218e3105a3aefe316c2cced64c65a7465a3c (diff) |
Replace ADISPLAY_ID_ constants with LogicalDisplayId equivalents
This will help remove ADISPLAY_ID_ constants.
Bug: 339106983
Test: m checkinput
Change-Id: I37e1ccf4872c0758b2817121199ef5beee7e107f
Diffstat (limited to 'libs/input/PointerController.h')
-rw-r--r-- | libs/input/PointerController.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/input/PointerController.h b/libs/input/PointerController.h index 70e5c2455d81..c6430f7f36ff 100644 --- a/libs/input/PointerController.h +++ b/libs/input/PointerController.h @@ -109,7 +109,7 @@ private: struct Locked { Presentation presentation; - ui::LogicalDisplayId pointerDisplayId = ui::ADISPLAY_ID_NONE; + ui::LogicalDisplayId pointerDisplayId = ui::LogicalDisplayId::INVALID; std::vector<gui::DisplayInfo> mDisplayInfos; std::unordered_map<ui::LogicalDisplayId, TouchSpotController> spotControllers; |