Searched defs:DeadWindowEventReceiver (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowState.java1519 private final class DeadWindowEventReceiver extends InputEventReceiver { class in class:WindowState
1520 DeadWindowEventReceiver(InputChannel inputChannel) { method in class:WindowState.DeadWindowEventReceiver
1531 private DeadWindowEventReceiver mDeadWindowEventReceiver;
1550 mDeadWindowEventReceiver = new DeadWindowEventReceiver(mClientChannel);

Completed in 357 milliseconds