Home
last modified time | relevance | path

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

/packages/apps/Launcher3/go/quickstep/src/com/android/quickstep/views/
DIconRecentsView.java67 import com.android.quickstep.ContentFillItemAnimator;
145 private final ContentFillItemAnimator mLoadingContentItemAnimator =
146 new ContentFillItemAnimator();
/packages/apps/Launcher3/go/quickstep/src/com/android/quickstep/
DContentFillItemAnimator.java43 public final class ContentFillItemAnimator extends SimpleItemAnimator { class