Home
last modified time | relevance | path

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

/development/samples/devbytes/animation/CurvedMotion/src/com/example/android/curvedmotion/
DCurvedMotion.java56 final int oldLeft = mButton.getLeft(); in onCreate()
71 int deltaX = left - oldLeft; in onCreate()
/development/samples/ApiDemos/src/com/example/android/apis/animation/
DPathAnimations.java122 public void onLayoutChange(View v, int left, int top, int right, int bottom, int oldLeft, in onLayoutChange() argument