Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/views/
DRecentsView.java119 private static final int BUSY_RECENTS_TASK_COUNT = 3; field in RecentsView
302 final float busyness = Math.min(taskCount, BUSY_RECENTS_TASK_COUNT)
303 / (float) BUSY_RECENTS_TASK_COUNT;