Searched refs:SUBSEQUENT_INCREMENTAL_MOVEMENT_THRESHOLD (Results 1 – 2 of 2) sorted by relevance
6693 static final float SUBSEQUENT_INCREMENTAL_MOVEMENT_THRESHOLD = 1.0f; field in TrackballAxis6820 if (Math.abs(position) < SUBSEQUENT_INCREMENTAL_MOVEMENT_THRESHOLD) { in generate()6824 position -= dir * SUBSEQUENT_INCREMENTAL_MOVEMENT_THRESHOLD; in generate()
67869 Landroid/view/ViewRootImpl$TrackballAxis;->SUBSEQUENT_INCREMENTAL_MOVEMENT_THRESHOLD:F