Home
last modified time | relevance | path

Searched refs:MSG_MOVE_DISPLAY_TO_TOP (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/policy/
DPhoneWindowManager.java648 private static final int MSG_MOVE_DISPLAY_TO_TOP = 28; field in PhoneWindowManager
738 case MSG_MOVE_DISPLAY_TO_TOP: in handleMessage()
2618 mHandler.obtainMessage(MSG_MOVE_DISPLAY_TO_TOP, eventDisplayId, 0)); in interceptKeyBeforeDispatching()