Home
last modified time | relevance | path

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

/packages/apps/Launcher3/go/quickstep/src/com/android/quickstep/views/
DIconRecentsView.java160 private final ArraySet<View> mLayingOutViews = new ArraySet<>(); field in IconRecentsView
214 if (mLayoutAnimation != null && !mLayingOutViews.contains(view)) { in onFinishInflate()
625 mLayingOutViews.remove(view); in animateFadeInLayoutAnimation()
630 mLayingOutViews.add(view); in animateFadeInLayoutAnimation()