Home
last modified time | relevance | path

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

/development/samples/devbytes/animation/ListViewCellInsertion/src/com/example/android/insertingcells/
DCustomArrayAdapter.java51 int mLayoutViewResourceId; field in CustomArrayAdapter
59 mLayoutViewResourceId = layoutViewResourceId; in CustomArrayAdapter()
95 convertView = inflater.inflate(mLayoutViewResourceId, parent, false); in getView()
/development/samples/devbytes/animation/ListViewExpandingCells/src/com/example/android/expandingcells/
DCustomArrayAdapter.java48 private int mLayoutViewResourceId; field in CustomArrayAdapter
54 mLayoutViewResourceId = layoutViewResourceId; in CustomArrayAdapter()
71 convertView = inflater.inflate(mLayoutViewResourceId, parent, false); in getView()