Searched refs:mValueAnimatorCreator (Results 1 – 2 of 2) sorted by relevance
93 BouncerSwipeTouchHandler.ValueAnimatorCreator mValueAnimatorCreator; field in BouncerSwipeTouchHandlerTest131 mValueAnimatorCreator, in setup()142 when(mValueAnimatorCreator.create(anyFloat(), anyFloat())).thenReturn(mValueAnimator); in setup()351 verify(mValueAnimatorCreator).create(eq(expansion), in testSwipeUpPositionBelowThreshold_collapsesBouncer()374 verify(mValueAnimatorCreator).create(eq(expansion), in testSwipeUpPositionAboveThreshold_expandsBouncer()405 verify(mValueAnimatorCreator).create(eq(swipeDownPercentage), in testSwipeDownPositionAboveThreshold_expandsBouncer_doesNotLog()431 verify(mValueAnimatorCreator).create(eq(swipeDownPercentage), in testSwipeDownVelocityAboveMin_collapsesBouncer()456 verify(mValueAnimatorCreator).create(eq(expansion), in testSwipeUpVelocityAboveMin_expandsBouncer()
102 private ValueAnimatorCreator mValueAnimatorCreator; field in BouncerSwipeTouchHandler232 mValueAnimatorCreator = valueAnimatorCreator; in BouncerSwipeTouchHandler()328 mValueAnimatorCreator.create(mCurrentExpansion, targetExpansion); in createExpansionAnimator()