Home
last modified time | relevance | path

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

/development/samples/devbytes/animation/CurvedMotion/src/com/example/android/curvedmotion/
DCurvedMotion.java119 public void setButtonLoc(PathPoint newLoc) { in setButtonLoc() argument
120 mButton.setTranslationX(newLoc.mX); in setButtonLoc()
121 mButton.setTranslationY(newLoc.mY); in setButtonLoc()