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/SpriteController.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/SpriteController.h')
-rw-r--r-- | libs/input/SpriteController.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/input/SpriteController.h b/libs/input/SpriteController.h index 070c90c372ff..e147c567ae2d 100644 --- a/libs/input/SpriteController.h +++ b/libs/input/SpriteController.h @@ -174,7 +174,7 @@ private: int32_t layer{0}; float alpha{1.0f}; SpriteTransformationMatrix transformationMatrix; - ui::LogicalDisplayId displayId{ui::ADISPLAY_ID_DEFAULT}; + ui::LogicalDisplayId displayId{ui::LogicalDisplayId::DEFAULT}; sp<SurfaceControl> surfaceControl; int32_t surfaceWidth{0}; |