Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DFreeformWorkspaceLayoutAlgorithm.java32 public class FreeformWorkspaceLayoutAlgorithm { class
39 public FreeformWorkspaceLayoutAlgorithm(Context context) { in FreeformWorkspaceLayoutAlgorithm() method in FreeformWorkspaceLayoutAlgorithm
DTaskStackLayoutAlgorithm.java336 FreeformWorkspaceLayoutAlgorithm mFreeformLayoutAlgorithm;
346 mFreeformLayoutAlgorithm = new FreeformWorkspaceLayoutAlgorithm(context); in TaskStackLayoutAlgorithm()