Searched refs:SEND_NEW_CONFIGURATION (Results 1 – 2 of 2) sorted by relevance
4532 public static final int SEND_NEW_CONFIGURATION = 18; field in WindowManagerService.H4743 case SEND_NEW_CONFIGURATION: { in handleMessage()4745 removeMessages(SEND_NEW_CONFIGURATION, displayContent); in handleMessage()6885 mH.removeMessages(H.SEND_NEW_CONFIGURATION); in setWindowingMode()
125 import static com.android.server.wm.WindowManagerService.H.SEND_NEW_CONFIGURATION;1218 mWmService.mH.obtainMessage(SEND_NEW_CONFIGURATION, this).sendToTarget(); in sendNewConfiguration()