Home
last modified time | relevance | path

Searched refs:adjDelta (Results 1 – 1 of 1) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DWindowSurface.java109 float adjDelta(float cur, float minStep, float maxStep) { in adjDelta() method in WindowSurface.MovingPoint
123 dx = adjDelta(-dx, minStep, maxStep); in step()
129 dy = adjDelta(-dy, minStep, maxStep); in step()