Home
last modified time | relevance | path

Searched defs:getInputChannel (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/jni/
Dandroid_view_InputChannel.cpp49 inline sp<InputChannel> getInputChannel() { return mInputChannel; } in getInputChannel() function in android::NativeInputChannel
/frameworks/native/services/inputflinger/
DInputWindow.h172 inline sp<InputChannel> getInputChannel() const { in getInputChannel() function
/frameworks/base/services/core/java/com/android/server/wm/
DDragState.java206 InputChannel getInputChannel() { in getInputChannel() method in DragState