Searched refs:fullText (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
H A DEntry.java48 boolean fullText() default false;
H A DEntrySchema.java64 if (column.fullText) {
355 if (column.fullText) {
373 if (column.fullText) {
380 if (column.fullText) {
508 info.fullText(), info.defaultValue(), field, index));
519 public final boolean fullText; field in class:EntrySchema.ColumnInfo
525 boolean fullText, String defaultValue, Field field, int projectionIndex) {
530 this.fullText = fullText;
524 ColumnInfo(String name, int type, boolean indexed, boolean unique, boolean fullText, String defaultValue, Field field, int projectionIndex) argument
/packages/apps/Mms/src/com/android/mms/ui/
H A DSearchActivity.java176 public void setText(String fullText, String target) { argument
184 mFullText = fullText;
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DMainKeyboardView.java881 final String fullText = SpacebarLanguageUtils.getFullDisplayName(subtype);
882 if (fitsTextIntoWidth(width, fullText, paint)) {
883 return fullText;

Completed in 240 milliseconds