HomeSort by relevance Sort by last modified time
    Searched refs:matchId (Results 1 - 2 of 2) sorted by null

  /packages/apps/Gallery/src/com/android/camera/gallery/
BaseImageList.java 189 long matchId;
191 matchId = ContentUris.parseId(uri);
202 if (getImageId(cursor) == matchId) {
  /packages/inputmethods/LatinIME/native/src/
correction.cpp 235 const ProximityInfo::ProximityType matchId =
237 if (isEquivalentChar(matchId)) {
242 } else if (matchId == ProximityInfo::NEAR_PROXIMITY_CHAR) {
    [all...]

Completed in 468 milliseconds