Home
last modified time | relevance | path

Searched defs:mInputChannel (Results 1 – 7 of 7) sorted by relevance

/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DSystemServicesTestRule.java116 private InputChannel mInputChannel; field in SystemServicesTestRule
/aosp12/frameworks/base/core/java/android/view/
H A DInputMonitor.java43 private final InputChannel mInputChannel; field in InputMonitor
H A DInputEventSender.java42 private InputChannel mInputChannel; field in InputEventSender
H A DInputEventReceiver.java47 private InputChannel mInputChannel; field in InputEventReceiver
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DEmbeddedWindowController.java139 InputChannel mInputChannel; field in EmbeddedWindowController.EmbeddedWindow
H A DWindowState.java617 InputChannel mInputChannel; field in WindowState
/aosp12/frameworks/base/core/jni/
H A Dandroid_view_InputChannel.cpp58 std::shared_ptr<InputChannel> mInputChannel; member in android::NativeInputChannel