diff options
| author | 2023-06-19 15:01:53 +0000 | |
|---|---|---|
| committer | 2023-06-19 15:01:53 +0000 | |
| commit | f50577425c816278ca1ef2894e07de50d111d9ac (patch) | |
| tree | 03247cf155c00c8e0977d59276ff52e9ec1eeaa3 | |
| parent | 5be1d779e8e4c77ea2145e0a8404defd470b8102 (diff) | |
| parent | 1be55c493767234cafa08e682da3a4da7d529dbf (diff) | |
Merge "Fix the description of InputDispatcherPolicyInterface" am: 1be55c4937
Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/2629330
Change-Id: Ib4df699b26411b88da4eb8b5d427ade847eb18fe
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 |