Searched refs:mDropTargetBarAnim (Results 1 – 1 of 1) sorted by relevance
41 private ObjectAnimator mDropTargetBarAnim; field in SearchDropTargetBar113 … mDropTargetBarAnim = ObjectAnimator.ofFloat(mDropTargetBar, "translationY", -mBarHeight, 0f); in onFinishInflate()117 mDropTargetBarAnim = ObjectAnimator.ofFloat(mDropTargetBar, "alpha", 0f, 1f); in onFinishInflate()120 setupAnimation(mDropTargetBarAnim, mDropTargetBar); in onFinishInflate()126 mDropTargetBarAnim.reverse(); in finishAnimations()182 mDropTargetBarAnim.start(); in onDragStart()198 mDropTargetBarAnim.reverse(); in onDragEnd()