Home
last modified time | relevance | path

Searched defs:InputTarget (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/native/services/inputflinger/dispatcher/
H A DInputTarget.h34 struct InputTarget { struct
35 enum {
95 std::shared_ptr<InputChannel> inputChannel;
98 int32_t flags = 0;
122 * InputTarget doesn't have any bits set in the pointerIds bitset. This can happen for monitors argument
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DInputTarget.java27 interface InputTarget { interface