Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
DInputChannelCompat.java72 private final InputChannel mInputChannel; field in InputChannelCompat.InputEventReceiver
76 mInputChannel = inputChannel; in InputEventReceiver()
92 mInputChannel.dispose(); in dispose()
101 private final InputChannel mInputChannel; field in InputChannelCompat.InputEventDispatcher
105 mInputChannel = inputChannel; in InputEventDispatcher()
121 mInputChannel.dispose(); in dispose()
/frameworks/base/services/core/java/com/android/server/wm/
DPointerEventDispatcher.java31 private final InputChannel mInputChannel; field in PointerEventDispatcher
37 mInputChannel = inputChannel; in PointerEventDispatcher()
97 mInputChannel.dispose(); in dispose()
DTaskPositioningController.java153 if (win.mInputChannel == null) { in startPositioningLocked()
179 transferFocusFromWin.mInputChannel, mTaskPositioner.mServerChannel)) { in startPositioningLocked()
DDragDropController.java154 callingWin.mInputChannel)) { in performDrag()
DWindowState.java508 InputChannel mInputChannel; field in WindowState
1552 && mInputChannel != null && mInputWindowHandle != null; in isPotentialDragTarget()
2179 if (mInputChannel != null) { in openInputChannel()
2184 mInputChannel = inputChannels[0]; in openInputChannel()
2197 mWmService.mInputManager.registerInputChannel(mInputChannel, mClient.asBinder()); in openInputChannel()
2207 if (mInputChannel != null) { in disposeInputChannel()
2208 mWmService.mInputManager.unregisterInputChannel(mInputChannel); in disposeInputChannel()
2210 mInputChannel.dispose(); in disposeInputChannel()
2211 mInputChannel = null; in disposeInputChannel()
DInputMonitor.java457 final InputChannel inputChannel = w.mInputChannel; in accept()
/frameworks/base/core/java/android/view/
DInputEventSender.java41 private InputChannel mInputChannel; field in InputEventSender
64 mInputChannel = inputChannel; in InputEventSender()
100 mInputChannel = null; in dispose()
DInputEventReceiver.java42 private InputChannel mInputChannel; field in InputEventReceiver
69 mInputChannel = inputChannel; in InputEventReceiver()
105 mInputChannel = null; in dispose()
DViewRootImpl.java402 InputChannel mInputChannel; field in ViewRootImpl
880 mInputChannel = new InputChannel();
891 mAttachInfo.mOutsets, mAttachInfo.mDisplayCutout, mInputChannel,
898 mInputChannel = null;
974 if (mInputChannel != null) {
979 mInputEventReceiver = new WindowInputEventReceiver(mInputChannel,
4347 if (mInputChannel != null) { in dispatchDetachedFromWindow()
4348 mInputChannel.dispose(); in dispatchDetachedFromWindow()
4349 mInputChannel = null; in dispatchDetachedFromWindow()
/frameworks/base/core/jni/
Dandroid_view_InputChannel.cpp49 inline sp<InputChannel> getInputChannel() { return mInputChannel; } in getInputChannel()
55 sp<InputChannel> mInputChannel; member in android::NativeInputChannel
63 mInputChannel(inputChannel), mDisposeCallback(NULL) { in NativeInputChannel()
76 mDisposeCallback(env, obj, mInputChannel, mDisposeData); in invokeAndRemoveDisposeCallback()
/frameworks/base/core/java/android/service/wallpaper/
DWallpaperService.java199 InputChannel mInputChannel; field in WallpaperService.Engine
822 mInputChannel = new InputChannel(); in updateSurface()
826 mOutsets, mDisplayCutout, mInputChannel, in updateSurface()
834 mInputChannel, Looper.myLooper()); in updateSurface()
1273 if (mInputChannel != null) { in detach()
1274 mInputChannel.dispose(); in detach()
1275 mInputChannel = null; in detach()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DTaskPositioningControllerTests.java66 mWindow.mInputChannel = new InputChannel(); in setUp()
DDragDropControllerTests.java107 window.mInputChannel = new InputChannel(); in createDropTargetWindow()
/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java2231 private final InputChannel mInputChannel; field in InputManagerService.InputMonitorHost
2234 mInputChannel = channel; in InputMonitorHost()
2244 nativeUnregisterInputChannel(mPtr, mInputChannel); in dispose()
2245 mInputChannel.dispose(); in dispose()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt64804 Landroid/service/wallpaper/WallpaperService$Engine;->mInputChannel:Landroid/view/InputChannel;
74748 Landroid/view/InputEventReceiver;->mInputChannel:Landroid/view/InputChannel;
74762 Landroid/view/InputEventSender;->mInputChannel:Landroid/view/InputChannel;
79185 Landroid/view/ViewRootImpl;->mInputChannel:Landroid/view/InputChannel;