/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/ |
D | InputChannelCompat.java | 72 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/ |
D | PointerEventDispatcher.java | 31 private final InputChannel mInputChannel; field in PointerEventDispatcher 37 mInputChannel = inputChannel; in PointerEventDispatcher() 97 mInputChannel.dispose(); in dispose()
|
D | TaskPositioningController.java | 153 if (win.mInputChannel == null) { in startPositioningLocked() 179 transferFocusFromWin.mInputChannel, mTaskPositioner.mServerChannel)) { in startPositioningLocked()
|
D | DragDropController.java | 154 callingWin.mInputChannel)) { in performDrag()
|
D | WindowState.java | 508 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()
|
D | InputMonitor.java | 457 final InputChannel inputChannel = w.mInputChannel; in accept()
|
/frameworks/base/core/java/android/view/ |
D | InputEventSender.java | 41 private InputChannel mInputChannel; field in InputEventSender 64 mInputChannel = inputChannel; in InputEventSender() 100 mInputChannel = null; in dispose()
|
D | InputEventReceiver.java | 42 private InputChannel mInputChannel; field in InputEventReceiver 69 mInputChannel = inputChannel; in InputEventReceiver() 105 mInputChannel = null; in dispose()
|
D | ViewRootImpl.java | 402 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/ |
D | android_view_InputChannel.cpp | 49 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/ |
D | WallpaperService.java | 199 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/ |
D | TaskPositioningControllerTests.java | 66 mWindow.mInputChannel = new InputChannel(); in setUp()
|
D | DragDropControllerTests.java | 107 window.mInputChannel = new InputChannel(); in createDropTargetWindow()
|
/frameworks/base/services/core/java/com/android/server/input/ |
D | InputManagerService.java | 2231 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/ |
D | hiddenapi-greylist-max-o.txt | 64804 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;
|