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.java151 private AnimationProps mDeferredTaskViewLayoutAnimation = null; field in TaskStackView
698 mDeferredTaskViewLayoutAnimation = animation; in relayoutTaskViewsOnNextFrame()
759 mDeferredTaskViewLayoutAnimation = null; in cancelDeferredTaskViewLayoutAnimation()
1152 if (mDeferredTaskViewLayoutAnimation != null) { in computeScroll()
1153 relayoutTaskViews(mDeferredTaskViewLayoutAnimation); in computeScroll()
1155 mDeferredTaskViewLayoutAnimation = null; in computeScroll()
1611 if (mDeferredTaskViewLayoutAnimation == null) { in onFocusStateChanged()
2123 writer.print(mDeferredTaskViewLayoutAnimation != null ? "Y" : "N"); in dump()