Searched refs:inputChannel (Results 26 - 31 of 31) sorted by relevance

12

/frameworks/base/core/java/android/service/wallpaper/
H A DWallpaperService.java249 public WallpaperInputEventReceiver(InputChannel inputChannel, Looper looper) { argument
250 super(inputChannel, looper);
/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodManager.java2336 public ImeInputEventSender(InputChannel inputChannel, Looper looper) { argument
2337 super(inputChannel, looper);
/frameworks/base/media/java/android/media/tv/
H A DTvInputManager.java2434 public TvInputEventSender(InputChannel inputChannel, Looper looper) { argument
2435 super(inputChannel, looper);
/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java3740 public HideNavInputEventReceiver(InputChannel inputChannel, Looper looper) { argument
3741 super(inputChannel, looper);
3796 InputChannel inputChannel, Looper looper) {
3797 return new HideNavInputEventReceiver(inputChannel, looper);
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerService.java756 public DragInputEventReceiver(InputChannel inputChannel, Looper looper) { argument
757 super(inputChannel, looper);
10045 public void createWallpaperInputConsumer(InputChannel inputChannel) { argument
10047 mWallpaperInputConsumer = new InputConsumerImpl(this, "wallpaper input", inputChannel);
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java6307 public WindowInputEventReceiver(InputChannel inputChannel, Looper looper) { argument
6308 super(inputChannel, looper);

Completed in 201 milliseconds

12