Home
last modified time | relevance | path

Searched defs:columnIndex (Results 1 – 3 of 3) sorted by relevance

/development/samples/XmlAdapters/src/com/example/android/xmladapters/
DAdapters.java321 public abstract boolean bind(View view, Cursor cursor, int columnIndex); in bind()
362 public abstract String transform(Cursor cursor, int columnIndex); in transform()
374 public int transformToResource(Cursor cursor, int columnIndex) { in transformToResource()
1004 public String transform(Cursor cursor, int columnIndex) { in transform()
1057 public String transform(Cursor cursor, int columnIndex) { in transform()
1133 public String transform(Cursor cursor, int columnIndex) { in transform()
1140 public int transformToResource(Cursor cursor, int columnIndex) { in transformToResource()
1160 public boolean bind(View view, Cursor cursor, int columnIndex) { in bind()
1179 public boolean bind(View view, Cursor cursor, int columnIndex) { in bind()
1196 public boolean bind(View view, Cursor cursor, int columnIndex) { in bind()
[all …]
DUrlImageBinder.java38 public boolean bind(View view, Cursor cursor, int columnIndex) { in bind()
DContactPhotoBinder.java63 public boolean bind(View view, Cursor cursor, int columnIndex) { in bind()