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.java198 InputChannel mInputChannel; field in class:ViewRootImpl
525 mInputChannel = new InputChannel();
534 mAttachInfo.mOutsets, mInputChannel);
539 mInputChannel = null;
611 if (mInputChannel != null) {
616 mInputEventReceiver = new WindowInputEventReceiver(mInputChannel,
3105 if (mInputChannel != null) {
3106 mInputChannel.dispose();
3107 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.java175 InputChannel mInputChannel; field in class:WallpaperService.Engine
650 mInputChannel = new InputChannel();
653 mInputChannel) < 0) {
660 mInputChannel, Looper.myLooper());
1047 if (mInputChannel != null) {
1048 mInputChannel.dispose();
1049 mInputChannel = null;
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowState.java344 InputChannel mInputChannel; field in class:WindowState
979 && mInputChannel != null && mInputWindowHandle != null;
1185 if (mInputChannel != null) {
1189 mInputChannel = inputChannel;
1194 if (mInputChannel != null) {
1195 mService.mInputManager.unregisterInputChannel(mInputChannel);
1197 mInputChannel.dispose();
1198 mInputChannel = null;
H A DInputMonitor.java267 final InputChannel inputChannel = child.mInputChannel;
H A DSession.java311 if (!mService.mInputManager.transferTouchFocus(callingWin.mInputChannel,
H A DWindowManagerService.java2530 mInputManager.registerInputChannel(win.mInputChannel, win.mInputWindowHandle);

Completed in 135 milliseconds