Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b9aafd3d authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fix the description of InputDispatcherPolicyInterface" am: 1be55c49...

Merge "Fix the description of InputDispatcherPolicyInterface" am: 1be55c49 am: f5057742 am: 3e47fd45 am: 1dad3c40 am: 135662e1 am: 77b317a5

Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/2629330



Change-Id: I2597237a83bb0d980a5849aa74d90d568f8510cf
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 6172d742 77b317a5
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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