Searched refs:front (Results 1 - 7 of 7) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/quickcontact/
H A DActionMultiMap.java32 * Puts the (mimeType,Action) tuple into the multimap at the front if
33 * the 'front' flag is set to true
35 public void put(String mimeType, Action info, boolean front) { argument
44 if (front) {
H A DQuickContactActivity.java145 * <p>The MIME-types in {@link #LEADING_MIMETYPES} appear in the front of the dialog,
229 // Show QuickContact in front of soft input
537 * @param front indicates whether to add the action to the front of the list
540 private boolean considerAdd(Action action, ResolveCache resolveCache, boolean front) { argument
542 mActions.put(action.getMimeType(), action, front);
/packages/apps/Nfc/nci/jni/
H A DDataQueue.cpp54 tHeader* header = mQueue.front ();
115 ** Description: Retrieve and remove data from the front of the queue.
127 tHeader* header = mQueue.front ();
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
H A Ddic_nodes_cache.cpp45 DicNode *topDicNode = &dicNodesList.front();
H A Ddic_node_vector.h81 DicNode *front() {
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
H A DPhotoCarousel.java271 mPanel[0]= findViewById(R.id.front);
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
H A Dproximity_info_state_utils.cpp231 const int sumDuration = sampledInputTimes->back() - sampledInputTimes->front();
232 const int sumLength = sampledLengthCache->back() - sampledLengthCache->front();

Completed in 1371 milliseconds