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