Home
last modified time | relevance | path

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

/development/samples/devbytes/animation/ListViewCellInsertion/src/com/example/android/insertingcells/
DInsertionListView.java314 View topCell = getChildAt(0); in shouldAnimateInNewImage() local
315 return (shouldAnimateInNewRow && topCell.getTop() == 0); in shouldAnimateInNewImage()