Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DWindowProcessController.java115 private static final long RAPID_ACTIVITY_LAUNCH_MS = 500; field in WindowProcessController
116 private static final long RESET_RAPID_ACTIVITY_LAUNCH_MS = 3 * RAPID_ACTIVITY_LAUNCH_MS;
636 if (diff < RAPID_ACTIVITY_LAUNCH_MS) { in updateRapidActivityLaunch()