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