Searched refs:APP_TRANSITION_TIMEOUT (Results 1 – 4 of 4) sorted by relevance
61 public static final int APP_TRANSITION_TIMEOUT = 3; field in ActivityManagerInternal
5 import static android.app.ActivityManagerInternal.APP_TRANSITION_TIMEOUT;1087 mService.mH.removeMessages(H.APP_TRANSITION_TIMEOUT); in handleAppTransitionReadyLocked()1360 int reason = APP_TRANSITION_TIMEOUT; in transitionGoodToGo()
1955 mService.mH.removeMessages(H.APP_TRANSITION_TIMEOUT); in prepareAppTransitionLocked()1956 … mService.mH.sendEmptyMessageDelayed(H.APP_TRANSITION_TIMEOUT, APP_TRANSITION_TIMEOUT_MS); in prepareAppTransitionLocked()
8113 public static final int APP_TRANSITION_TIMEOUT = 13; field in WindowManagerService.H8425 case APP_TRANSITION_TIMEOUT: { in handleMessage()