Searched defs:columnIndex (Results 1 – 3 of 3) sorted by relevance
/development/samples/XmlAdapters/src/com/example/android/xmladapters/ |
D | Adapters.java | 321 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 …]
|
D | UrlImageBinder.java | 38 public boolean bind(View view, Cursor cursor, int columnIndex) { in bind()
|
D | ContactPhotoBinder.java | 63 public boolean bind(View view, Cursor cursor, int columnIndex) { in bind()
|