Home
last modified time | relevance | path

Searched refs:HISTORY_SIZE (Results 1 – 4 of 4) sorted by relevance

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowVelocityTracker.java12 private static final int HISTORY_SIZE = 20; field in ShadowVelocityTracker
18 private final Movement[] movements = new Movement[HISTORY_SIZE];
60 curIndex = (curIndex + 1) % HISTORY_SIZE; in addMovement()
87 int nextOldestIndex = (oldestIndex == 0 ? HISTORY_SIZE : oldestIndex) - 1; in computeCurrentVelocity()
94 } while (++numTouches < HISTORY_SIZE); in computeCurrentVelocity()
103 if (++index == HISTORY_SIZE) { in computeCurrentVelocity()
/external/androidplot/Examples/DemoApp/src/com/androidplot/demos/
DOrientationSensorExampleActivity.java42 private static final int HISTORY_SIZE = 300; // number of points to plot in history field in OrientationSensorExampleActivity
111 aprHistoryPlot.setDomainBoundaries(0, HISTORY_SIZE, BoundaryMode.FIXED); in onCreate()
122 aprHistoryPlot.setDomainStepValue(HISTORY_SIZE/10); in onCreate()
232 if (rollHistorySeries.size() > HISTORY_SIZE) { in onSensorChanged()
/external/jline/
Djline-3.13.3.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/jline/ org/ ...
/external/kotlinc/lib/
Dkotlin-compiler.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/backend-common. ...