Searched refs:curKey (Results 1 – 2 of 2) sorted by relevance
1082 final Key curKey = mCurrentKey; in isMajorEnoughMoveToBeOnNewKey() local1083 if (newKey == curKey) { in isMajorEnoughMoveToBeOnNewKey()1086 if (curKey == null /* && newKey != null */) { in isMajorEnoughMoveToBeOnNewKey()1092 final int distanceFromKeyEdgeSquared = curKey.squaredDistanceToEdge(x, y); in isMajorEnoughMoveToBeOnNewKey()
444 final String curKey = preference.getKey(); in removePreference() local446 if (TextUtils.equals(curKey, key)) { in removePreference()