Searched refs:eventDisplayId (Results 1 – 1 of 1) sorted by relevance
2591 final int eventDisplayId = event.getDisplayId(); in interceptKeyBeforeDispatching() local2593 && eventDisplayId != INVALID_DISPLAY && eventDisplayId != mTopFocusedDisplayId) { in interceptKeyBeforeDispatching()2603 mHandler.obtainMessage(MSG_MOVE_DISPLAY_TO_TOP, eventDisplayId, 0)); in interceptKeyBeforeDispatching()2611 Slog.w(TAG, "Dropping key targeting non-focused display #" + eventDisplayId in interceptKeyBeforeDispatching()