Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DInputEventSender.java40 private InputChannel mInputChannel; field in InputEventSender
63 mInputChannel = inputChannel; in InputEventSender()
99 mInputChannel = null; in dispose()
DInputEventReceiver.java41 private InputChannel mInputChannel; field in InputEventReceiver
68 mInputChannel = inputChannel; in InputEventReceiver()
104 mInputChannel = null; in dispose()
DViewRootImpl.java251 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/
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.java176 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/
DWindowState.java419 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()
DInputMonitor.java295 final InputChannel inputChannel = child.mInputChannel; in updateInputWindowsLw()
DSession.java328 if (!mService.mInputManager.transferTouchFocus(callingWin.mInputChannel, in performDrag()
DWindowManagerService.java7562 if (win.mInputChannel == null) { in startPositioningLocked()
7589 transferFocusFromWin.mInputChannel, mTaskPositioner.mServerChannel)) { in startPositioningLocked()