Searched refs:TaskStackLowRamLayoutAlgorithm (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/lowram/
H A DTaskStackLowRamLayoutAlgorithm.java35 public class TaskStackLowRamLayoutAlgorithm { class
37 private static final String TAG = "TaskStackLowRamLayoutAlgorithm";
54 public TaskStackLowRamLayoutAlgorithm(Context context) { method in class:TaskStackLowRamLayoutAlgorithm
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
H A DRecentsTaskLoadPlan.java40 import com.android.systemui.recents.views.lowram.TaskStackLowRamLayoutAlgorithm;
173 i >= taskCount - TaskStackLowRamLayoutAlgorithm.MAX_LAYOUT_TASK_COUNT;
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskStackViewScroller.java37 import com.android.systemui.recents.views.lowram.TaskStackLowRamLayoutAlgorithm;
213 TaskStackLowRamLayoutAlgorithm algorithm = mLayoutAlgorithm.mTaskStackLowRamLayoutAlgorithm;
H A DTaskStackLayoutAlgorithm.java42 import com.android.systemui.recents.views.lowram.TaskStackLowRamLayoutAlgorithm;
350 TaskStackLowRamLayoutAlgorithm mTaskStackLowRamLayoutAlgorithm;
361 mTaskStackLowRamLayoutAlgorithm = new TaskStackLowRamLayoutAlgorithm(context);
H A DTaskStackAnimationHelper.java42 import com.android.systemui.recents.views.lowram.TaskStackLowRamLayoutAlgorithm;
181 (TaskStackLowRamLayoutAlgorithm.MAX_LAYOUT_TASK_COUNT + 1)

Completed in 87 milliseconds