Searched defs:mInputChannel (Results 1 - 6 of 6) 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.java193 InputChannel mInputChannel; field in class:ViewRootImpl
521 mInputChannel = new InputChannel();
529 mAttachInfo.mContentInsets, mAttachInfo.mStableInsets, mInputChannel);
534 mInputChannel = null;
606 if (mInputChannel != null) {
611 mInputEventReceiver = new WindowInputEventReceiver(mInputChannel,
3015 if (mInputChannel != null) {
3016 mInputChannel.dispose();
3017 mInputChannel = null;
/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.java183 InputChannel mInputChannel; field in class:WallpaperService.Engine
665 mInputChannel = new InputChannel();
668 mInputChannel) < 0) {
675 mInputChannel, Looper.myLooper());
1048 if (mInputChannel != null) {
1049 mInputChannel.dispose();
1050 mInputChannel = null;
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowState.java327 InputChannel mInputChannel; field in class:WindowState
917 && mInputChannel != null && mInputWindowHandle != null;
1118 if (mInputChannel != null) {
1122 mInputChannel = inputChannel;
1127 if (mInputChannel != null) {
1128 mService.mInputManager.unregisterInputChannel(mInputChannel);
1130 mInputChannel.dispose();
1131 mInputChannel = null;

Completed in 1090 milliseconds