diff options
| author | 2024-01-19 02:22:38 +0000 | |
|---|---|---|
| committer | 2024-01-19 21:28:11 +0000 | |
| commit | 502ddbdb5919cf1cd1d6a40128e72b885868c95c (patch) | |
| tree | 270f8d654933b20932fb43bc452f25d8700fd24f /libs/gui/DisplayLuts.cpp | |
| parent | 08ed729abe106c9f1a28e7fb44dd8c7ad717d463 (diff) | |
Pointer Icon Refactor: Integrate setPointerIconVisible
Before the refactor, pointer icons were hidden when
setPointerIconVisible(display, false) was called by simply blocking all
the calls to set the pointer icon from java to native code.
This approach no longer works after the refactor. Instead, we must plumb
the setting down to PointerChoreographer, and let it handle it properly.
When pointer icons are hidden for a display, ensure that we do not show
the icon by refraining from calling unfade().
Bug: 320449549
Test: atest inputflinger_tests
Change-Id: I7b504a2b6a7dc66bf9717c8af593ee27516e53a5
Diffstat (limited to 'libs/gui/DisplayLuts.cpp')
0 files changed, 0 insertions, 0 deletions