Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/privacy/television/
H A DPrivacyChipDrawable.java68 private Animator mWidthAnimator; field in PrivacyChipDrawable
200 if (mWidthAnimator != null) { in animateToNewTargetWidth()
201 mWidthAnimator.cancel(); in animateToNewTargetWidth()
203 mWidthAnimator = newWidthAnimator; in animateToNewTargetWidth()
250 mWidthAnimator.cancel(); in updateIcons()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/views/
H A DRecyclerViewFastScroller.java102 private ObjectAnimator mWidthAnimator; field in RecyclerViewFastScroller
382 if (mWidthAnimator != null) { in showActiveScrollbar()
383 mWidthAnimator.cancel(); in showActiveScrollbar()
386 mWidthAnimator = ObjectAnimator.ofInt(this, TRACK_WIDTH, in showActiveScrollbar()
388 mWidthAnimator.setDuration(SCROLL_BAR_VIS_DURATION); in showActiveScrollbar()
389 mWidthAnimator.start(); in showActiveScrollbar()