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

  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
proximity_info.cpp 245 int ProximityInfo::getKeyKeyDistanceG(const int keyId0, const int keyId1) const {
246 if (keyId0 >= 0 && keyId1 >= 0) {
247 return mKeyKeyDistancesG[keyId0][keyId1];
proximity_info.h 71 int getKeyKeyDistanceG(int keyId0, int keyId1) const;
  /frameworks/av/drm/mediadrm/plugins/mock/
MockDrmCryptoPlugin.cpp 464 uint8_t keyId1[] = {'k', 'e', 'y', '1'};
466 keyStatus.mKeyId.appendArray(keyId1, sizeof(keyId1));

Completed in 197 milliseconds