Searched refs:combine (Results 1 - 9 of 9) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/event/
H A DCombiner.java25 * @param event the event to combine with the existing state.
28 Event combine(Event event); method in interface:Combiner
H A DDeadKeyCombiner.java31 public Event combine(final Event event) { method in class:DeadKeyCombiner
46 // We can't combine both characters. We need to commit the dead key as a committable
55 // We could combine the characters.
H A DEventInterpreter.java118 currentlyProcessingEvent = mCombiners.get(i).combine(event);
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DTiledScreenNail.java87 public ScreenNail combine(ScreenNail other) { method in class:TiledScreenNail
/packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
H A DUtility.java136 public static String combine(Object[] parts, char separator) { method in class:Utility
/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DPhotoDataAdapter.java309 screenNail = original.combine(screenNail);
/packages/apps/Email/src/com/android/email/mail/store/
H A DImapFolder.java673 Utility.combine(fetchFields.toArray(new String[fetchFields.size()]), ' ')
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
H A DCalendarProvider2.java1109 selectionArgs = combine(newSelectionArgs, selectionArgs);
1119 private static <T> T[] combine(T[]... arrays) { method in class:CalendarProvider2
1121 throw new IllegalArgumentException("Must supply at least 1 array to combine");
1258 selectionArgs = combine(newSelectionArgs, selectionArgs);
/packages/providers/MediaProvider/src/com/android/providers/media/
H A DMediaProvider.java2591 combine(prependArgs, selectionArgs), sort, table, limit);
2612 // combine(prependArgs, selectionArgs), groupBy, null, sort, limit));
2614 combine(prependArgs, selectionArgs), groupBy, null, sort, limit);
2626 private String[] combine(List<String> prepend, String[] userArgs) { method in class:MediaProvider

Completed in 874 milliseconds