Searched refs:mWidthAnimator (Results 1 – 2 of 2) sorted by relevance
101 private ObjectAnimator mWidthAnimator; field in RecyclerViewFastScroller397 if (mWidthAnimator != null) { in showActiveScrollbar()398 mWidthAnimator.cancel(); in showActiveScrollbar()401 mWidthAnimator = ObjectAnimator.ofInt(this, TRACK_WIDTH, in showActiveScrollbar()403 mWidthAnimator.setDuration(SCROLL_BAR_VIS_DURATION); in showActiveScrollbar()404 mWidthAnimator.start(); in showActiveScrollbar()
162 private final ValueAnimator mWidthAnimator = ValueAnimator.ofFloat(0, 1); field in BubbleBarView222 mWidthAnimator.setDuration(WIDTH_ANIMATION_DURATION_MS); in BubbleBarView()224 addAnimationCallBacks(mWidthAnimator, in BubbleBarView()761 final float widthState = (float) mWidthAnimator.getAnimatedValue(); in updateBubblesLayoutProperties()941 if (isExpanded() || mWidthAnimator.isRunning()) { in reorder()1082 mWidthAnimator.start(); in setExpanded()1084 mWidthAnimator.reverse(); in setExpanded()