Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSAnimator.java126 private HeightExpansionAnimator mOtherFirstPageTilesHeightAnimator; field in QSAnimator
295 mOtherFirstPageTilesHeightAnimator = null; in updateAnimators()
409 if (mOtherFirstPageTilesHeightAnimator == null) { in updateAnimators()
410 mOtherFirstPageTilesHeightAnimator = in updateAnimators()
414 mOtherFirstPageTilesHeightAnimator.addView(tileView); in updateAnimators()
462 if (mOtherFirstPageTilesHeightAnimator != null) { in updateAnimators()
463 mOtherFirstPageTilesHeightAnimator.setInterpolator( in updateAnimators()
669 if (mOtherFirstPageTilesHeightAnimator != null) { in setPosition()
670 mOtherFirstPageTilesHeightAnimator.setPosition(position); in setPosition()
740 if (mOtherFirstPageTilesHeightAnimator != null) { in clearAnimationState()
[all …]