Home
last modified time | relevance | path

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

/development/samples/devbytes/animation/ListViewCellInsertion/src/com/example/android/insertingcells/
DCustomArrayAdapter.java54 public CustomArrayAdapter(Context context, int layoutViewResourceId, in CustomArrayAdapter() argument
56 super(context, layoutViewResourceId, data); in CustomArrayAdapter()
59 mLayoutViewResourceId = layoutViewResourceId; in CustomArrayAdapter()
/development/samples/devbytes/animation/ListViewExpandingCells/src/com/example/android/expandingcells/
DCustomArrayAdapter.java50 public CustomArrayAdapter(Context context, int layoutViewResourceId, in CustomArrayAdapter() argument
52 super(context, layoutViewResourceId, data); in CustomArrayAdapter()
54 mLayoutViewResourceId = layoutViewResourceId; in CustomArrayAdapter()