Home
last modified time | relevance | path

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

/development/samples/devbytes/animation/ListViewExpandingCells/src/com/example/android/expandingcells/
DExpandingListView.java182 final int oldBottom = view.getBottom();
218 int oldHeight = oldBottom - oldTop;
221 mTranslate = getTopAndBottomTranslations(oldTop, oldBottom, delta, true);
378 final int oldBottom = view.getBottom();
410 int oldHeight = oldBottom - oldTop;
413 mTranslate = getTopAndBottomTranslations(oldTop, oldBottom, deltaHeight, false);
/development/samples/ApiDemos/src/com/example/android/apis/app/
DPictureInPictureSourceRectHint.java72 (v, left, top, right, bottom, oldLeft, oldTop, oldRight, oldBottom) -> { in onCreate() argument
74 && bottom == oldBottom) return; in onCreate()
DPictureInPictureAutoEnter.java37 (v, oldLeft, oldTop, oldRight, oldBottom, newLeft, newTop, newRight, newBottom) -> {
/development/samples/ApiDemos/src/com/example/android/apis/animation/
DPathAnimations.java122 int oldTop, int oldRight, int oldBottom) { in onLayoutChange() argument