Searched refs:mInputChannel (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/core/java/android/view/ |
D | InputEventSender.java | 40 private InputChannel mInputChannel; field in InputEventSender 63 mInputChannel = inputChannel; in InputEventSender() 99 mInputChannel = null; in dispose()
|
D | InputEventReceiver.java | 41 private InputChannel mInputChannel; field in InputEventReceiver 68 mInputChannel = inputChannel; in InputEventReceiver() 104 mInputChannel = null; in dispose()
|
D | ViewRootImpl.java | 251 InputChannel mInputChannel; field in ViewRootImpl 631 mInputChannel = new InputChannel(); in setView() 642 mAttachInfo.mOutsets, mInputChannel); in setView() 647 mInputChannel = null; in setView() 721 if (mInputChannel != null) { in setView() 726 mInputEventReceiver = new WindowInputEventReceiver(mInputChannel, in setView() 3292 if (mInputChannel != null) { in dispatchDetachedFromWindow() 3293 mInputChannel.dispose(); in dispatchDetachedFromWindow() 3294 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 | 176 InputChannel mInputChannel; field in WallpaperService.Engine 652 mInputChannel = new InputChannel(); in updateSurface() 655 mInputChannel) < 0) { in updateSurface() 662 mInputChannel, Looper.myLooper()); in updateSurface() 1049 if (mInputChannel != null) { in detach() 1050 mInputChannel.dispose(); in detach() 1051 mInputChannel = null; in detach()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | WindowState.java | 419 InputChannel mInputChannel; field in WindowState 1220 && mInputChannel != null && mInputWindowHandle != null; in isPotentialDragTarget() 1534 if (mInputChannel != null) { in openInputChannel() 1539 mInputChannel = inputChannels[0]; in openInputChannel() 1552 mService.mInputManager.registerInputChannel(mInputChannel, mInputWindowHandle); in openInputChannel() 1562 if (mInputChannel != null) { in disposeInputChannel() 1563 mService.mInputManager.unregisterInputChannel(mInputChannel); in disposeInputChannel() 1564 mInputChannel.dispose(); in disposeInputChannel() 1565 mInputChannel = null; in disposeInputChannel()
|
D | InputMonitor.java | 295 final InputChannel inputChannel = child.mInputChannel; in updateInputWindowsLw()
|
D | Session.java | 328 if (!mService.mInputManager.transferTouchFocus(callingWin.mInputChannel, in performDrag()
|
D | WindowManagerService.java | 7562 if (win.mInputChannel == null) { in startPositioningLocked() 7589 transferFocusFromWin.mInputChannel, mTaskPositioner.mServerChannel)) { in startPositioningLocked()
|