Searched refs:SEND_NEW_CONFIGURATION (Results 1 – 2 of 2) sorted by relevance
4547 public static final int SEND_NEW_CONFIGURATION = 18; field in WindowManagerService.H4760 case SEND_NEW_CONFIGURATION: { in handleMessage()4762 removeMessages(SEND_NEW_CONFIGURATION, displayContent); in handleMessage()6917 mH.removeMessages(H.SEND_NEW_CONFIGURATION); in setWindowingMode()
126 import static com.android.server.wm.WindowManagerService.H.SEND_NEW_CONFIGURATION;1224 mWmService.mH.obtainMessage(SEND_NEW_CONFIGURATION, this).sendToTarget(); in sendNewConfiguration()