Home
last modified time | relevance | path

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

/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
DEntrySchema.java64 if (column.fullText) { in EntrySchema()
355 if (column.fullText) { in createTables()
373 if (column.fullText) { in createTables()
380 if (column.fullText) { in createTables()
508 info.fullText(), info.defaultValue(), field, index)); in parseColumnInfo()
519 public final boolean fullText; field in EntrySchema.ColumnInfo
525 boolean fullText, String defaultValue, Field field, int projectionIndex) { in ColumnInfo() argument
530 this.fullText = fullText; in ColumnInfo()
DEntry.java48 boolean fullText() default false; in fullText() method
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DMainKeyboardView.java848 final String fullText = subtype.getFullDisplayName(); in layoutLanguageOnSpacebar() local
849 if (fitsTextIntoWidth(width, fullText, paint)) { in layoutLanguageOnSpacebar()
850 return fullText; in layoutLanguageOnSpacebar()