Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DTaskStackView.java164 private AnimationProps mDeferredTaskViewLayoutAnimation = null; field in TaskStackView
742 mDeferredTaskViewLayoutAnimation = animation; in relayoutTaskViewsOnNextFrame()
803 mDeferredTaskViewLayoutAnimation = null; in cancelDeferredTaskViewLayoutAnimation()
1223 if (mDeferredTaskViewLayoutAnimation != null) { in computeScroll()
1224 relayoutTaskViews(mDeferredTaskViewLayoutAnimation); in computeScroll()
1226 mDeferredTaskViewLayoutAnimation = null; in computeScroll()
1750 if (mDeferredTaskViewLayoutAnimation == null) { in onFocusStateChanged()
2397 writer.print(mDeferredTaskViewLayoutAnimation != null ? "Y" : "N"); in dump()