/aosp14/frameworks/base/core/java/android/view/ |
H A D | InputMonitor.java | 43 private final InputChannel mInputChannel; field in InputMonitor 73 mInputChannel.dispose(); in dispose() 102 this.mInputChannel = inputChannel; in InputMonitor() 104 NonNull.class, null, mInputChannel); in InputMonitor() 117 return mInputChannel; in getInputChannel() 137 "inputChannel = " + mInputChannel + ", " + in toString() 149 dest.writeTypedObject(mInputChannel, flags); in writeToParcel() 169 this.mInputChannel = inputChannel; in InputMonitor() 171 NonNull.class, null, mInputChannel); in InputMonitor()
|
H A D | InputEventReceiver.java | 47 private InputChannel mInputChannel; field in InputEventReceiver 77 mInputChannel = inputChannel; in InputEventReceiver() 80 mInputChannel, mMessageQueue); in InputEventReceiver() 115 if (mInputChannel != null) { in dispose() 116 mInputChannel.dispose(); in dispose() 117 mInputChannel = null; in dispose() 256 if (mInputChannel == null) { in getToken() 259 return mInputChannel.getToken(); in getToken() 277 writer.println(prefix + " mInputChannel: " + mInputChannel); in dump()
|
H A D | InputEventSender.java | 42 private InputChannel mInputChannel; field in InputEventSender 65 mInputChannel = inputChannel; in InputEventSender() 68 mInputChannel, mMessageQueue); in InputEventSender() 101 mInputChannel = null; in dispose()
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | EmbeddedWindowController.java | 148 InputChannel mInputChannel; field in EmbeddedWindowController.EmbeddedWindow 210 mInputChannel = mWmService.mInputManager.createInputChannel(name); in openInputChannel() 211 mInputChannel.copyTo(outInputChannel); in openInputChannel() 215 if (mInputChannel != null) { in onRemoved() 216 mWmService.mInputManager.removeInputChannel(mInputChannel.getToken()); in onRemoved() 217 mInputChannel.dispose(); in onRemoved() 218 mInputChannel = null; in onRemoved() 268 if (mInputChannel != null) { in getInputChannelToken() 269 return mInputChannel.getToken(); in getInputChannelToken() 288 if (mInputChannel != null) { in handleTap()
|
H A D | TaskPositioningController.java | 178 if (win.mInputChannel == null) { in startPositioningLocked() 207 transferFocusFromWin.mInputChannel, mTaskPositioner.mClientChannel, in startPositioningLocked()
|
H A D | DragDropController.java | 169 callingWin.mInputChannel); in performDrag()
|
H A D | WindowState.java | 617 InputChannel mInputChannel; field in WindowState 1906 && mInputChannel != null && mInputWindowHandle != null; in isPotentialDragTarget() 2643 if (mInputChannel != null) { in openInputChannel() 2647 mInputChannel = mWmService.mInputManager.createInputChannel(name); in openInputChannel() 2648 mInputChannelToken = mInputChannel.getToken(); in openInputChannel() 2651 mInputChannel.copyTo(outInputChannel); in openInputChannel() 2670 if (mInputChannel != null) { in disposeInputChannel() 2671 mInputChannel.dispose(); in disposeInputChannel() 2672 mInputChannel = null; in disposeInputChannel()
|
H A D | WindowManagerService.java | 9161 if (hostWindow.mInputChannel == null) { in grantEmbeddedWindowFocus()
|
/aosp14/frameworks/base/core/jni/ |
H A D | android_view_InputChannel.cpp | 52 inline std::shared_ptr<InputChannel> getInputChannel() { return mInputChannel; } in getInputChannel() 58 std::shared_ptr<InputChannel> mInputChannel; member in android::NativeInputChannel 66 : mInputChannel(std::move(inputChannel)), mDisposeCallback(nullptr) {} in NativeInputChannel() 77 if (!mInputChannel) { in dispose() 82 mDisposeCallback(env, obj, mInputChannel, mDisposeData); in dispose() 86 mInputChannel.reset(); in dispose()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/ |
H A D | DragResizeInputListener.java | 74 private final InputChannel mInputChannel; field in DragResizeInputListener 118 mInputChannel = new InputChannel(); in DragResizeInputListener() 132 mInputChannel); in DragResizeInputListener() 138 mInputChannel, mHandler, mChoreographer); in DragResizeInputListener() 259 mInputChannel.getToken(), in setGeometry() 315 mInputChannel.dispose(); in close() 400 mInputManager.pilferPointers(mInputChannel.getToken()); in handleMotionEvent()
|
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | SystemServicesTestRule.java | 135 private InputChannel mInputChannel; field in SystemServicesTestRule 285 mInputChannel = inputChannels[1]; 286 doReturn(mInputChannel).when(mImService).monitorInput(anyString(), anyInt()); 287 doReturn(mInputChannel).when(mImService).createInputChannel(anyString()); 401 mInputChannel.dispose();
|
H A D | TaskPositioningControllerTests.java | 70 mWindow.mInputChannel = new InputChannel(); in setUp()
|
H A D | DragDropControllerTests.java | 148 window.mInputChannel = new InputChannel(); in createDropTargetWindow() 149 window.mInputChannelToken = window.mInputChannel.getToken(); in createDropTargetWindow()
|
/aosp14/frameworks/base/media/java/android/media/tv/interactive/ |
H A D | TvInteractiveAppManager.java | 1060 private InputChannel mInputChannel; field in TvInteractiveAppManager.Session 1065 mInputChannel = channel; in Session() 1548 if (mInputChannel == null) { in dispatchInputEvent() 1786 if (mInputChannel != null) { in releaseInternal() 1792 mInputChannel.dispose(); in releaseInternal() 1793 mInputChannel = null; in releaseInternal() 1843 if (mInputChannel != null) { in sendInputEventOnMainLooperLocked() 1845 mSender = new TvInputEventSender(mInputChannel, mHandler.getLooper()); in sendInputEventOnMainLooperLocked()
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 50892 Landroid/service/wallpaper/WallpaperService$Engine;->mInputChannel:Landroid/view/InputChannel; 60319 Landroid/view/InputEventReceiver;->mInputChannel:Landroid/view/InputChannel; 60333 Landroid/view/InputEventSender;->mInputChannel:Landroid/view/InputChannel; 64756 Landroid/view/ViewRootImpl;->mInputChannel:Landroid/view/InputChannel;
|