HomeSort by relevance Sort by last modified time
    Searched refs:mInputChannel (Results 1 - 10 of 10) sorted by null

  /frameworks/base/core/java/android/view/
InputEventSender.java 40 private InputChannel mInputChannel;
63 mInputChannel = inputChannel;
99 mInputChannel = null;
InputEventReceiver.java 41 private InputChannel mInputChannel;
68 mInputChannel = inputChannel;
104 mInputChannel = null;
ViewRootImpl.java 193 InputChannel mInputChannel;
521 mInputChannel = new InputChannel();
529 mAttachInfo.mContentInsets, mAttachInfo.mStableInsets, mInputChannel);
534 mInputChannel = null;
606 if (mInputChannel != null) {
611 mInputEventReceiver = new WindowInputEventReceiver(mInputChannel,
    [all...]
  /frameworks/base/core/jni/
android_view_InputChannel.cpp 47 inline sp<InputChannel> getInputChannel() { return mInputChannel; }
53 sp<InputChannel> mInputChannel;
61 mInputChannel(inputChannel), mDisposeCallback(NULL) {
74 mDisposeCallback(env, obj, mInputChannel, mDisposeData);
  /frameworks/base/core/java/android/service/wallpaper/
WallpaperService.java 183 InputChannel mInputChannel;
665 mInputChannel = new InputChannel();
668 mInputChannel) < 0) {
675 mInputChannel, Looper.myLooper());
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
InputMonitor.java 273 final InputChannel inputChannel = child.mInputChannel;
305 if (u.mInputChannel != null && u.mInputWindowHandle != null) {
WindowState.java 327 InputChannel mInputChannel;
    [all...]
Session.java 310 if (!mService.mInputManager.transferTouchFocus(callingWin.mInputChannel,
WindowManagerService.java     [all...]
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 

Completed in 65 milliseconds