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

/frameworks/base/core/java/android/view/
H A DInputEventReceiver.java39 private InputChannel mInputChannel; field in class:InputEventReceiver
66 mInputChannel = inputChannel;
101 mInputChannel = null;
H A DViewRootImpl.java205 InputChannel mInputChannel; field in class:ViewRootImpl
528 mInputChannel = new InputChannel();
536 mAttachInfo.mContentInsets, mInputChannel);
541 mInputChannel = null;
607 if (mInputChannel != null) {
609 mInputQueue = new InputQueue(mInputChannel);
612 mInputEventReceiver = new WindowInputEventReceiver(mInputChannel,
2658 if (mInputChannel != null) {
2659 mInputChannel.dispose();
2660 mInputChannel
[all...]
/frameworks/base/core/jni/
H A Dandroid_view_InputChannel.cpp47 inline sp<InputChannel> getInputChannel() { return mInputChannel; }
53 sp<InputChannel> mInputChannel; member in class:android::NativeInputChannel
61 mInputChannel(inputChannel), mDisposeCallback(NULL) {
74 mDisposeCallback(env, obj, mInputChannel, mDisposeData);
/frameworks/base/core/java/android/service/wallpaper/
H A DWallpaperService.java163 InputChannel mInputChannel; field in class:WallpaperService.Engine
614 mInputChannel = new InputChannel();
616 Display.DEFAULT_DISPLAY, mContentInsets, mInputChannel) < 0) {
623 mInputChannel, Looper.myLooper());
939 if (mInputChannel != null) {
940 mInputChannel.dispose();
941 mInputChannel = null;
/frameworks/base/services/java/com/android/server/wm/
H A DWindowState.java252 InputChannel mInputChannel; field in class:WindowState
721 && mInputChannel != null && mInputWindowHandle != null;
908 if (mInputChannel != null) {
912 mInputChannel = inputChannel;
917 if (mInputChannel != null) {
918 mService.mInputManager.unregisterInputChannel(mInputChannel);
920 mInputChannel.dispose();
921 mInputChannel = null;
H A DInputMonitor.java256 final InputChannel inputChannel = child.mInputChannel;
281 if (u.mInputChannel != null && u.mInputWindowHandle != null) {
H A DSession.java297 if (!mService.mInputManager.transferTouchFocus(callingWin.mInputChannel,
H A DWindowManagerService.java2245 mInputManager.registerInputChannel(win.mInputChannel, win.mInputWindowHandle);

Completed in 171 milliseconds