HomeSort by relevance Sort by last modified time
    Searched refs:endBottom (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/transition/
ChangeBounds.java 297 final int endBottom = endBounds.bottom;
301 final int endHeight = endBottom - endTop;
307 if (startRight != endRight || startBottom != endBottom) ++numChanges;
331 endRight, endBottom);
350 endRight, endBottom);
393 endBottom);
  /development/samples/devbytes/animation/ListViewExpandingCells/src/com/example/android/expandingcells/
ExpandingListView.java 532 int endBottom = (int)(bottom + translateBottom);
536 endBottom);

Completed in 899 milliseconds