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

  /frameworks/native/include/input/
VelocityControl.h 48 // The difference between highThreshold and lowThreshold controls
54 float highThreshold;
65 scale(1.0f), lowThreshold(0.0f), highThreshold(0.0f), acceleration(1.0f) {
69 float highThreshold, float acceleration) :
71 highThreshold(highThreshold), acceleration(acceleration) {
  /frameworks/support/dynamic-animation/tests/src/android/support/dynamicanimation/tests/
FlingTests.java 179 final float highThreshold = 10f;
183 animHighThreshold.setMinimumVisibleChange(highThreshold);
189 assertTrue(velocity >= highThreshold);
219 assertEquals(highThreshold, animHighThreshold.getMinimumVisibleChange(), 0f);

Completed in 81 milliseconds