Searched refs:oldTop (Results 1 – 5 of 5) sorted by relevance
/development/samples/devbytes/animation/ListViewExpandingCells/src/com/example/android/expandingcells/ |
D | ExpandingListView.java | 181 final int oldTop = view.getTop(); 218 int oldHeight = oldBottom - oldTop; 221 mTranslate = getTopAndBottomTranslations(oldTop, oldBottom, delta, true); 224 int futureTop = oldTop - mTranslate[0]; 281 int delta = old[0] < oldTop ? -yTranslateTop : yTranslateBottom; 377 final int oldTop = view.getTop(); 410 int oldHeight = oldBottom - oldTop; 413 mTranslate = getTopAndBottomTranslations(oldTop, oldBottom, deltaHeight, false); 416 int futureTop = oldTop + mTranslate[0];
|
/development/samples/devbytes/animation/CurvedMotion/src/com/example/android/curvedmotion/ |
D | CurvedMotion.java | 57 final int oldTop = mButton.getTop(); in onCreate() 72 int deltaY = top - oldTop; in onCreate()
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
D | PictureInPictureSourceRectHint.java | 72 (v, left, top, right, bottom, oldLeft, oldTop, oldRight, oldBottom) -> { in onCreate() argument 73 if (left == oldLeft && right == oldRight && top == oldTop in onCreate()
|
D | PictureInPictureAutoEnter.java | 37 (v, oldLeft, oldTop, oldRight, oldBottom, newLeft, newTop, newRight, newBottom) -> {
|
/development/samples/ApiDemos/src/com/example/android/apis/animation/ |
D | PathAnimations.java | 122 int oldTop, int oldRight, int oldBottom) { in onLayoutChange() argument
|