Searched refs:SEND_NEW_CONFIGURATION (Results 1 – 4 of 4) sorted by relevance
78 import static com.android.server.wm.WindowManagerService.H.SEND_NEW_CONFIGURATION;753 mService.mH.obtainMessage(SEND_NEW_CONFIGURATION, displayId).sendToTarget(); in performSurfacePlacement()
3882 mH.obtainMessage(H.SEND_NEW_CONFIGURATION, displayContent.getDisplayId()) in resumeRotationLocked()4759 public static final int SEND_NEW_CONFIGURATION = 18; field in WindowManagerService.H4992 case SEND_NEW_CONFIGURATION: { in handleMessage()4993 removeMessages(SEND_NEW_CONFIGURATION, msg.obj); in handleMessage()5630 mH.obtainMessage(H.SEND_NEW_CONFIGURATION, displayId).sendToTarget(); in reconfigureDisplayLocked()6105 mH.obtainMessage(H.SEND_NEW_CONFIGURATION, displayId).sendToTarget(); in stopFreezingDisplayLocked()7178 mH.obtainMessage(H.SEND_NEW_CONFIGURATION, displayContent.getDisplayId()) in markForSeamlessRotation()
82 import static com.android.server.wm.WindowManagerService.H.SEND_NEW_CONFIGURATION;2727 mService.mH.obtainMessage(SEND_NEW_CONFIGURATION, mDisplayId).sendToTarget(); in applySurfaceChangesTransaction()
91 import static com.android.server.wm.WindowManagerService.H.SEND_NEW_CONFIGURATION;1893 mService.mH.obtainMessage(SEND_NEW_CONFIGURATION, displayId).sendToTarget(); in removeIfPossible()