Home
last modified time | relevance | path

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

/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
DEntrySchema.java88 return column.projectionIndex; in getColumnIndex()
106 int columnIndex = column.projectionIndex; in cursorToObject()
522 public final int projectionIndex; field in EntrySchema.ColumnInfo
525 boolean fullText, String defaultValue, Field field, int projectionIndex) { in ColumnInfo() argument
533 this.projectionIndex = projectionIndex; in ColumnInfo()