diff options
| author | 2023-06-19 15:41:53 +0000 | |
|---|---|---|
| committer | 2023-06-19 15:41:53 +0000 | |
| commit | 3e47fd4576d7b1405a3e9f3b1e8be8f525b9b2f2 (patch) | |
| tree | edf0b2fe437dcf40ab2411010c1471067ffdc459 | |
| parent | 522410c9f166e32926dfbe00eacb6ac817ab4c2a (diff) | |
| parent | f50577425c816278ca1ef2894e07de50d111d9ac (diff) | |
Merge "Fix the description of InputDispatcherPolicyInterface" am: 1be55c4937 am: f50577425c
Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/2629330
Change-Id: If2046aa7eda56ebbf8ca4f75ae2497c745d7557b
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
| -rw-r--r-- | services/inputflinger/dispatcher/include/InputDispatcherPolicyInterface.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/services/inputflinger/dispatcher/include/InputDispatcherPolicyInterface.h b/services/inputflinger/dispatcher/include/InputDispatcherPolicyInterface.h index 575b3d7059..fff1b03339 100644 --- a/services/inputflinger/dispatcher/include/InputDispatcherPolicyInterface.h +++ b/services/inputflinger/dispatcher/include/InputDispatcherPolicyInterface.h @@ -26,11 +26,10 @@ namespace android { - /* * Input dispatcher policy interface. * - * The input reader policy is used by the input reader to interact with the Window Manager + * The input dispatcher policy is used by the input dispatcher to interact with the Window Manager * and other system components. * * The actual implementation is partially supported by callbacks into the DVM |