Searched refs:getMinFlingVelocity (Results 1 – 2 of 2) sorted by relevance
124 assumeTrue("Min fling velocity should be > 1 for this test", getMinFlingVelocity() > 1); in testShouldCollapse_doNotCollapseIfVelocityDown()131 assumeTrue("Min fling velocity should be > 1 for this test", getMinFlingVelocity() > 1); in tesShouldCollapse_doNotCollapseIfVelocityUpIsSmall()138 assumeTrue("Min fling velocity should be > 1 for this test", getMinFlingVelocity() > 1); in testShouldCollapse_collapseIfVelocityUpIsLarge()168 return getMinFlingVelocity() - 1; in getVelocityBelowMinFling()172 return getMinFlingVelocity() + 1; in getVelocityAboveMinFling()175 private int getMinFlingVelocity() { in getMinFlingVelocity() method in ExpandedViewAnimationControllerTest
2075 public int getMinFlingVelocity() { in getMinFlingVelocity() method