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.java313 InputChannel mInputChannel; field in class:ViewRootImpl
718 mInputChannel = new InputChannel();
729 mAttachInfo.mOutsets, mInputChannel);
734 mInputChannel = null;
808 if (mInputChannel != null) {
813 mInputEventReceiver = new WindowInputEventReceiver(mInputChannel,
3511 if (mInputChannel != null) {
3512 mInputChannel.dispose();
3513 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.java184 InputChannel mInputChannel; field in class:WallpaperService.Engine
750 mInputChannel = new InputChannel();
753 mInputChannel) < 0) {
760 mInputChannel, Looper.myLooper());
1147 if (mInputChannel != null) {
1148 mInputChannel.dispose();
1149 mInputChannel = null;
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowState.java491 InputChannel mInputChannel; field in class:WindowState
1411 && mInputChannel != null && mInputWindowHandle != null;
2099 if (mInputChannel != null) {
2104 mInputChannel = inputChannels[0];
2117 mService.mInputManager.registerInputChannel(mInputChannel, mInputWindowHandle);
2127 if (mInputChannel != null) {
2128 mService.mInputManager.unregisterInputChannel(mInputChannel);
2129 mInputChannel.dispose();
2130 mInputChannel = null;
H A DInputMonitor.java639 final InputChannel inputChannel = w.mInputChannel;
H A DSession.java358 if (!mService.mInputManager.transferTouchFocus(callingWin.mInputChannel,
H A DWindowManagerService.java4578 if (win.mInputChannel == null) {
4605 transferFocusFromWin.mInputChannel, mTaskPositioner.mServerChannel)) {

Completed in 415 milliseconds