diff options
| author | 2022-08-04 03:28:08 +0000 | |
|---|---|---|
| committer | 2022-08-04 03:28:08 +0000 | |
| commit | f5740eb9b9c2ea7d3e9e9d71077ae28e63f524ff (patch) | |
| tree | e91e2b5f30992dbcc90acfb967d4230471e11e7c /include/input | |
| parent | f9323e22ab5b78ab37a4a39865061f5b2cf5f2e7 (diff) | |
| parent | 433221fece28438702cb0d5ec28944045fcb843f (diff) | |
Merge "Dynamic logs for motions in UnwantedInteractionBlocker" into tm-qpr-dev am: 1cf6d7f4ca am: 433221fece
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/native/+/19371989
Change-Id: I9483dfafbe2e7dd29df4124fb892ab9822392287
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
Diffstat (limited to 'include/input')
| -rw-r--r-- | include/input/Input.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/input/Input.h b/include/input/Input.h index e0c9de49bf..a3c9f33f33 100644 --- a/include/input/Input.h +++ b/include/input/Input.h @@ -297,6 +297,8 @@ enum class MotionClassification : uint8_t { */ const char* motionClassificationToString(MotionClassification classification); +const char* motionToolTypeToString(int32_t toolType); + /** * Portion of FrameMetrics timeline of interest to input code. */ |