Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSAnimator.java124 private HeightExpansionAnimator mOtherFirstPageTilesHeightAnimator; field in QSAnimator
294 mOtherFirstPageTilesHeightAnimator = null; in updateAnimators()
407 if (mOtherFirstPageTilesHeightAnimator == null) { in updateAnimators()
408 mOtherFirstPageTilesHeightAnimator = in updateAnimators()
412 mOtherFirstPageTilesHeightAnimator.addView(tileView); in updateAnimators()
460 if (mOtherFirstPageTilesHeightAnimator != null) { in updateAnimators()
461 mOtherFirstPageTilesHeightAnimator.setInterpolator( in updateAnimators()
667 if (mOtherFirstPageTilesHeightAnimator != null) { in setPosition()
668 mOtherFirstPageTilesHeightAnimator.setPosition(position); in setPosition()
735 if (mOtherFirstPageTilesHeightAnimator != null) { in clearAnimationState()
[all …]