commit | 167887993440cedd0f11c19b27a250f0198fc593 | [log] [tgz] |
---|---|---|
author | Prabir Pradhan <prabirmsp@google.com> | Wed Nov 08 21:07:21 2023 +0000 |
committer | Prabir Pradhan <prabirmsp@google.com> | Fri Nov 10 07:11:47 2023 +0000 |
tree | 53f5aacf5e892b2b57536b70588a384b25014d32 | |
parent | d6fe27b565c31e6388a1b68c086de0ea02cc9246 [diff] [blame] |
Address additional comments: Pointer icon refactor for touch/stylus Bug: 293587049 Test: atest inputflinger_tests Change-Id: Ic628105276fb06770932f05907598e95fcc1cafb
diff --git a/services/inputflinger/tests/FakePointerController.h b/services/inputflinger/tests/FakePointerController.h index c75f6ed..d7e40b3 100644 --- a/services/inputflinger/tests/FakePointerController.h +++ b/services/inputflinger/tests/FakePointerController.h
@@ -37,6 +37,7 @@ void setDisplayViewport(const DisplayViewport& viewport) override; void assertPosition(float x, float y); + void assertSpotCount(int32_t displayId, int32_t count); bool isPointerShown(); private: