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

/frameworks/base/core/jni/
H A Dandroid_view_InputChannel.cpp46 inline sp<InputChannel> getInputChannel() { return mInputChannel; }
52 sp<InputChannel> mInputChannel; member in class:android::NativeInputChannel
60 mInputChannel(inputChannel), mDisposeCallback(NULL) {
73 mDisposeCallback(env, obj, mInputChannel, mDisposeData);
/frameworks/base/core/java/android/service/wallpaper/
H A DWallpaperService.java157 InputChannel mInputChannel; field in class:WallpaperService.Engine
516 mInputChannel = new InputChannel();
518 mInputChannel);
521 InputQueue.registerInputChannel(mInputChannel, mInputHandler,
787 if (mInputChannel != null) {
788 InputQueue.unregisterInputChannel(mInputChannel);
799 if (mInputChannel != null) {
800 mInputChannel.dispose();
801 mInputChannel = null;
/frameworks/base/core/java/android/view/
H A DViewRoot.java155 InputChannel mInputChannel; field in class:ViewRoot
495 mInputChannel = new InputChannel();
499 mInputChannel);
504 mInputChannel = null;
564 mInputQueue = new InputQueue(mInputChannel);
567 InputQueue.registerInputChannel(mInputChannel, mInputHandler,
1758 if (mInputChannel != null) {
1763 InputQueue.unregisterInputChannel(mInputChannel);
1774 if (mInputChannel != null) {
1775 mInputChannel
[all...]
/frameworks/base/services/java/com/android/server/
H A DWindowManagerService.java1898 win.mInputChannel = inputChannels[0];
1901 mInputManager.registerInputChannel(win.mInputChannel);
5149 if (windowState.mInputChannel == inputChannel) {
5168 if (child.mInputChannel == null || child.mRemoved) {
5183 inputWindow.inputChannel = child.mInputChannel;
6004 InputChannel mInputChannel; field in class:WindowManagerService.WindowState
7012 if (mInputChannel != null) {
7013 mInputManager.unregisterInputChannel(mInputChannel);
7015 mInputChannel.dispose();
7016 mInputChannel
[all...]

Completed in 318 milliseconds