Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/animation/
DExpandedViewAnimationControllerTest.java124 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
/frameworks/base/core/java/com/android/internal/widget/
DRecyclerView.java2075 public int getMinFlingVelocity() { in getMinFlingVelocity() method