Home
last modified time | relevance | path

Searched refs:oldLeft (Results 1 – 3 of 3) 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.java121 public void onLayoutChange(View v, int left, int top, int right, int bottom, int oldLeft, in onLayoutChange() argument
/development/samples/ApiDemos/src/com/example/android/apis/app/
DPictureInPicture.java96 (v, oldLeft, oldTop, oldRight, oldBottom, newLeft, newTop, newRight, newBottom) -> {