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

Commit 8a478784 authored by viktor's avatar viktor
Browse files

Fix the description of InputDispatcherPolicyInterface



The description of InputDispatcherPolicyInterface should be "dispatcher" instead of "reader"

Test: make libinputdispatcher

Change-Id: I768174ec97f14c6e9be2ae5571c4ba7144fc56d8
Signed-off-by: default avatarviktor <tomjhin1@gmail.com>
parent fbd8b895
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