Home | History | Annotate | Download | only in policy

Lines Matching refs:mInputConsumer

653     InputConsumer mInputConsumer = null;
4238 if (mInputConsumer == null) {
4493 if (mInputConsumer != null) {
4495 mHandler.obtainMessage(MSG_DISPOSE_INPUT_CONSUMER, mInputConsumer));
4496 mInputConsumer = null;
4498 } else if (mInputConsumer == null) {
4499 mInputConsumer = mWindowManagerFuncs.createInputConsumer(mHandler.getLooper(),
4502 // As long as mInputConsumer is active, hover events are not dispatched to the app