Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowProcessController.java114 private static final long RESET_RAPID_ACTIVITY_LAUNCH_MS = 5 * RAPID_ACTIVITY_LAUNCH_MS; field in WindowProcessController
590 } else if (diff >= RESET_RAPID_ACTIVITY_LAUNCH_MS) { in updateRapidActivityLaunch()