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

/frameworks/base/core/java/android/view/
H A DInputEventSender.java40 private InputChannel mInputChannel; field in class:InputEventSender
63 mInputChannel = inputChannel;
99 mInputChannel = null;
H A DInputEventReceiver.java41 private InputChannel mInputChannel; field in class:InputEventReceiver
68 mInputChannel = inputChannel;
104 mInputChannel = null;
H A DViewRootImpl.java252 InputChannel mInputChannel; field in class:ViewRootImpl
632 mInputChannel = new InputChannel();
643 mAttachInfo.mOutsets, mInputChannel);
648 mInputChannel = null;
722 if (mInputChannel != null) {
727 mInputEventReceiver = new WindowInputEventReceiver(mInputChannel,
3296 if (mInputChannel != null) {
3297 mInputChannel.dispose();
3298 mInputChannel = null;
/frameworks/base/core/jni/
H A Dandroid_view_InputChannel.cpp49 inline sp<InputChannel> getInputChannel() { return mInputChannel; }
55 sp<InputChannel> mInputChannel; member in class:android::NativeInputChannel
63 mInputChannel(inputChannel), mDisposeCallback(NULL) {
76 mDisposeCallback(env, obj, mInputChannel, mDisposeData);
/frameworks/base/core/java/android/service/wallpaper/
H A DWallpaperService.java177 InputChannel mInputChannel; field in class:WallpaperService.Engine
653 mInputChannel = new InputChannel();
656 mInputChannel) < 0) {
663 mInputChannel, Looper.myLooper());
1050 if (mInputChannel != null) {
1051 mInputChannel.dispose();
1052 mInputChannel = null;
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowState.java435 InputChannel mInputChannel; field in class:WindowState
1248 && mInputChannel != null && mInputWindowHandle != null;
1564 if (mInputChannel != null) {
1569 mInputChannel = inputChannels[0];
1582 mService.mInputManager.registerInputChannel(mInputChannel, mInputWindowHandle);
1592 if (mInputChannel != null) {
1593 mService.mInputManager.unregisterInputChannel(mInputChannel);
1594 mInputChannel.dispose();
1595 mInputChannel = null;
H A DInputMonitor.java295 final InputChannel inputChannel = child.mInputChannel;
H A DSession.java337 if (!mService.mInputManager.transferTouchFocus(callingWin.mInputChannel,
H A DWindowManagerService.java7852 if (win.mInputChannel == null) {
7879 transferFocusFromWin.mInputChannel, mTaskPositioner.mServerChannel)) {

Completed in 238 milliseconds