Searched refs:columnIndex (Results 1 – 3 of 3) sorted by relevance
38 public boolean bind(View view, Cursor cursor, int columnIndex) { in bind() argument40 final String url = mTransformation.transform(cursor, columnIndex); in bind()
63 public boolean bind(View view, Cursor cursor, int columnIndex) { in bind() argument64 final long id = cursor.getLong(columnIndex); in bind()
54 public boolean setViewValue(View view, Cursor cursor, int columnIndex) { in onCreate()56 if (columnIndex != COLUMN_TYPE) { in onCreate()