Home
last modified time | relevance | path

Searched refs:InputMonitor (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/core/java/android/view/
DInputMonitor.java34 public final class InputMonitor implements Parcelable { class
39 public static final Parcelable.Creator<InputMonitor> CREATOR =
40 new Parcelable.Creator<InputMonitor>() {
42 public InputMonitor createFromParcel(Parcel source) {
43 return new InputMonitor(source);
46 public InputMonitor[] newArray(int size) {
47 return new InputMonitor[size];
58 public InputMonitor(@NonNull String name, @NonNull InputChannel channel, in InputMonitor() method in InputMonitor
65 public InputMonitor(Parcel in) { in InputMonitor() method in InputMonitor
DInputMonitor.aidl19 parcelable InputMonitor;
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
DInputMonitorCompat.java21 import android.view.InputMonitor;
31 private final InputMonitor mInputMonitor;
33 private InputMonitorCompat(InputMonitor monitor) { in InputMonitorCompat()
64 return new InputMonitorCompat((InputMonitor) bundle.getParcelable(key)); in fromBundle()
/frameworks/base/core/java/android/hardware/input/
DIInputManager.aidl28 import android.view.InputMonitor;
89 InputMonitor monitorGestureInput(String name, int displayId); in monitorGestureInput()
DInputManager.java44 import android.view.InputMonitor;
942 public InputMonitor monitorGestureInput(String name, int displayId) { in monitorGestureInput()
/frameworks/base/services/core/java/com/android/server/wm/
DInputMonitor.java57 final class InputMonitor { class
90 private InputMonitor mInputMonitor;
93 EventReceiverInputConsumer(WindowManagerService service, InputMonitor monitor, in EventReceiverInputConsumer()
152 public InputMonitor(WindowManagerService service, int displayId) { in InputMonitor() method in InputMonitor
DRecentsAnimationController.java242 final InputMonitor inputMonitor =
591 final InputMonitor inputMonitor = in cleanupAnimation()
632 final InputMonitor inputMonitor = in binderDied()
DInputConsumerImpl.java170 final InputMonitor inputMonitor = in binderDied()
DDisplayContent.java545 private InputMonitor mInputMonitor;
982 mInputMonitor = new InputMonitor(service, mDisplayId); in DisplayContent()
4936 InputMonitor getInputMonitor() { in getInputMonitor()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DTaskPositioningControllerTests.java65 doReturn(mock(InputMonitor.class)).when(mDisplayContent).getInputMonitor(); in setUp()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DEdgeBackGestureHandler.java44 import android.view.InputMonitor;
148 private InputMonitor mInputMonitor;
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
DOverviewProxyService.java54 import android.view.InputMonitor;
311 InputMonitor monitor =
/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java78 import android.view.InputMonitor;
513 public InputMonitor monitorGestureInput(String inputChannelName, int displayId) { in monitorGestureInput()
533 return new InputMonitor(inputChannelName, inputChannels[1], host); in monitorGestureInput()
/frameworks/base/services/
Dart-profile15869 HSPLcom/android/server/wm/DisplayContent;->getInputMonitor()Lcom/android/server/wm/InputMonitor;
16224 HSPLcom/android/server/wm/InputMonitor$1;->run()V
16225 PLcom/android/server/wm/InputMonitor$EventReceiverInputConsumer;->dismiss()V
16226 HSPLcom/android/server/wm/InputMonitor$UpdateInputForAllWindowsConsumer;->accept(Lcom/android/serve…
16227 HSPLcom/android/server/wm/InputMonitor$UpdateInputForAllWindowsConsumer;->accept(Ljava/lang/Object;…
16228 HSPLcom/android/server/wm/InputMonitor$UpdateInputForAllWindowsConsumer;->updateInputWindows(Z)V
16229 HSPLcom/android/server/wm/InputMonitor;-><init>(Lcom/android/server/wm/WindowManagerService;I)V
16230 HSPLcom/android/server/wm/InputMonitor;->createInputConsumer(Landroid/os/IBinder;Ljava/lang/String;…
16231 PLcom/android/server/wm/InputMonitor;->createInputConsumer(Landroid/os/Looper;Ljava/lang/String;Lan…
16232 PLcom/android/server/wm/InputMonitor;->dump(Ljava/io/PrintWriter;Ljava/lang/String;)V
[all …]