Home
last modified time | relevance | path

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

/development/samples/devbytes/animation/ListViewCellInsertion/src/com/example/android/insertingcells/
DInsertingCells.java79 public void addRow(View view) { in addRow() method in InsertingCells
89 mListView.addRow(newObj); in addRow()
98 mListView.addRow(newObj); in addRow()
DInsertionListView.java98 public void addRow(ListItemObject newObj) { in addRow() method in InsertionListView
/development/samples/WeatherListWidget/src/com/example/android/weatherlistwidget/
DWeatherDataProvider.java98 c.addRow(new Object[]{ new Integer(i), data.day, new Integer(data.degrees) }); in query()
/development/samples/ApiDemos/src/com/example/android/apis/content/
DFileProvider.java85 cursor.addRow(result); in query()
/development/samples/XmlAdapters/src/com/example/android/xmladapters/
DXmlDocumentProvider.java453 addRow(mCurrentValues); in parseWith()