Home
last modified time | relevance | path

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

/development/samples/devbytes/animation/ListViewCellInsertion/src/com/example/android/insertingcells/
DInsertionListView.java139 final boolean shouldAnimateInNewRow = shouldAnimateInNewRow(); in addRow()
142 if (shouldAnimateInNewRow) { in addRow()
304 public boolean shouldAnimateInNewRow() { in shouldAnimateInNewRow() method in InsertionListView
313 boolean shouldAnimateInNewRow = shouldAnimateInNewRow(); in shouldAnimateInNewImage()
315 return (shouldAnimateInNewRow && topCell.getTop() == 0); in shouldAnimateInNewImage()