Searched refs:HISTORY_SIZE (Results 1 – 4 of 4) sorted by relevance
12 private static final int HISTORY_SIZE = 20; field in ShadowVelocityTracker18 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()
42 private static final int HISTORY_SIZE = 300; // number of points to plot in history field in OrientationSensorExampleActivity111 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()
META-INF/MANIFEST.MF META-INF/ org/ org/jline/ org/ ...
META-INF/ META-INF/MANIFEST.MF META-INF/backend-common. ...