Home
last modified time | relevance | path

Searched refs:mInputChannel (Results 1 – 16 of 16) sorted by relevance

/frameworks/base/core/java/android/view/
DInputMonitor.java43 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()
DInputEventReceiver.java47 private InputChannel mInputChannel; field in InputEventReceiver
78 mInputChannel = inputChannel; in InputEventReceiver()
81 mInputChannel, mMessageQueue); in InputEventReceiver()
127 if (mInputChannel != null) { in dispose()
128 mInputChannel.dispose(); in dispose()
129 mInputChannel = null; in dispose()
268 if (mInputChannel == null) { in getToken()
271 return mInputChannel.getToken(); in getToken()
306 writer.println(prefix + " mInputChannel: " + mInputChannel); in dump()
DInputEventSender.java47 private InputChannel mInputChannel; field in InputEventSender
70 mInputChannel = inputChannel; in InputEventSender()
73 mInputChannel, looper.getQueue()); in InputEventSender()
107 mInputChannel = null; in dispose()
/frameworks/base/services/core/java/com/android/server/wm/
DEmbeddedWindowController.java213 InputChannel mInputChannel; field in EmbeddedWindowController.EmbeddedWindow
275 mInputChannel = mWmService.mInputManager.createInputChannel(name); in openInputChannel()
276 mInputChannel.copyTo(outInputChannel); in openInputChannel()
280 if (mInputChannel != null) { in onRemoved()
281 mWmService.mInputManager.removeInputChannel(mInputChannel.getToken()); in onRemoved()
282 mInputChannel.dispose(); in onRemoved()
283 mInputChannel = null; in onRemoved()
328 if (mInputChannel != null) { in getInputChannelToken()
329 return mInputChannel.getToken(); in getInputChannelToken()
348 if (mInputChannel != null) { in handleTap()
DTaskPositioningController.java178 if (win.mInputChannel == null) { in startPositioningLocked()
207 transferTouchFromWin.mInputChannel.getToken(), in startPositioningLocked()
DWindowState.java635 InputChannel mInputChannel; field in WindowState
1880 && mInputChannel != null && mInputWindowHandle != null; in isPotentialDragTarget()
2628 if (mInputChannel != null) { in openInputChannel()
2632 mInputChannel = mWmService.mInputManager.createInputChannel(name); in openInputChannel()
2633 mInputChannelToken = mInputChannel.getToken(); in openInputChannel()
2636 mInputChannel.copyTo(outInputChannel); in openInputChannel()
2659 if (mInputChannel != null) { in disposeInputChannel()
2660 mInputChannel.dispose(); in disposeInputChannel()
2661 mInputChannel = null; in disposeInputChannel()
DDragDropController.java225 callingWin.mInputChannel); in performDrag()
DWindowManagerService.java9701 if (hostWindow.mInputChannel == null) { in grantEmbeddedWindowFocus()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/
DDragResizeInputListener.java81 private final InputChannel mInputChannel; field in DragResizeInputListener
106 mInputChannel = new InputChannel(); in DragResizeInputListener()
120 mInputChannel); in DragResizeInputListener()
125 mInputEventReceiver = new TaskResizeInputEventReceiver(context, mInputChannel, callback, in DragResizeInputListener()
189 mInputChannel.getToken(), in setGeometry()
253 mInputChannel.dispose(); in close()
275 @NonNull private final InputChannel mInputChannel; field in DragResizeInputListener.TaskResizeInputEventReceiver
303 mInputChannel = inputChannel; in TaskResizeInputEventReceiver()
428 mInputManager.pilferPointers(mInputChannel.getToken()); in handleMotionEvent()
535 displayId, deviceId, pointerId, mInputChannel.getToken()); in updateCursorType()
/frameworks/base/core/jni/
Dandroid_view_InputChannel.cpp52 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()
/frameworks/base/media/java/android/media/tv/ad/
DTvAdManager.java627 private InputChannel mInputChannel; field in TvAdManager.Session
633 mInputChannel = channel; in Session()
780 if (mInputChannel != null) { in releaseInternal()
786 mInputChannel.dispose(); in releaseInternal()
787 mInputChannel = null; in releaseInternal()
953 if (mInputChannel == null) { in dispatchInputEvent()
1057 if (mInputChannel != null) { in sendInputEventOnMainLooperLocked()
1059 mSender = new TvInputEventSender(mInputChannel, mHandler.getLooper()); in sendInputEventOnMainLooperLocked()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DSystemServicesTestRule.java141 private InputChannel mInputChannel; field in SystemServicesTestRule
330 mInputChannel = inputChannels[1];
331 doReturn(mInputChannel).when(mImService).monitorInput(anyString(), anyInt());
332 doReturn(mInputChannel).when(mImService).createInputChannel(anyString());
473 if (mInputChannel != null) {
474 mInputChannel.dispose();
DTaskPositioningControllerTests.java68 mWindow.mInputChannel = new InputChannel(); in setUp()
DDragDropControllerTests.java155 window.mInputChannel = new InputChannel(); in createDropTargetWindow()
156 window.mInputChannelToken = window.mInputChannel.getToken(); in createDropTargetWindow()
/frameworks/base/media/java/android/media/tv/interactive/
DTvInteractiveAppManager.java1097 private InputChannel mInputChannel; field in TvInteractiveAppManager.Session
1102 mInputChannel = channel; in Session()
1610 if (mInputChannel == null) { in dispatchInputEvent()
1864 if (mInputChannel != null) { in releaseInternal()
1870 mInputChannel.dispose(); in releaseInternal()
1871 mInputChannel = null; in releaseInternal()
1921 if (mInputChannel != null) { in sendInputEventOnMainLooperLocked()
1923 mSender = new TvInputEventSender(mInputChannel, mHandler.getLooper()); in sendInputEventOnMainLooperLocked()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt50249 Landroid/service/wallpaper/WallpaperService$Engine;->mInputChannel:Landroid/view/InputChannel;
59676 Landroid/view/InputEventReceiver;->mInputChannel:Landroid/view/InputChannel;
59690 Landroid/view/InputEventSender;->mInputChannel:Landroid/view/InputChannel;
64113 Landroid/view/ViewRootImpl;->mInputChannel:Landroid/view/InputChannel;