HomeSort by relevance Sort by last modified time
    Searched refs:verticalVelocity (Results 1 - 2 of 2) sorted by null

  /external/skia/samplecode/
SampleSubpixelTranslate.cpp 26 float verticalVelocity)
28 fVerticalVelocity(verticalVelocity) {
  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
RecyclerViewLayoutTest.java 102 final int verticalVelocity = 1000;
152 assertFalse("fling should be blocked", fling(horizontalVelocity, verticalVelocity));
166 assertTrue("fling should be started", fling(horizontalVelocity, verticalVelocity));
401 int horizontalVelocity, int verticalVelocity)
449 assertTrue("test sanity, fling must run", fling(horizontalVelocity, verticalVelocity));
    [all...]

Completed in 345 milliseconds