Home
last modified time | relevance | path

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

/development/samples/devbytes/animation/ListViewCellInsertion/src/com/example/android/insertingcells/
DInsertionListView.java239 "bounds", sBoundsEvaluator, startBounds, endBounds); in addRow()
363 static final TypeEvaluator<Rect> sBoundsEvaluator = new TypeEvaluator<Rect>() { field in InsertionListView