Searched refs:SUBSEQUENT_INCREMENTAL_MOVEMENT_THRESHOLD (Results 1 – 1 of 1) sorted by relevance
4362 static final float SUBSEQUENT_INCREMENTAL_MOVEMENT_THRESHOLD = 1.0f; field in ViewRootImpl.TrackballAxis4489 if (Math.abs(position) < SUBSEQUENT_INCREMENTAL_MOVEMENT_THRESHOLD) { in generate()4493 position -= dir * SUBSEQUENT_INCREMENTAL_MOVEMENT_THRESHOLD; in generate()