Searched refs:toKey (Results 1 – 9 of 9) sorted by relevance
115 int toKey = entry.getValue(); in refreshUi() local116 int index = mRemappableKeys.indexOf(toKey); in refreshUi()118 if (isCtrl(fromKey) && mRemappableKeys.contains(toKey)) { in refreshUi()122 if (isMeta(fromKey) && mRemappableKeys.contains(toKey)) { in refreshUi()126 if (isAlt(fromKey) && mRemappableKeys.contains(toKey)) { in refreshUi()130 if (isCapLock(fromKey) && mRemappableKeys.contains(toKey)) { in refreshUi()
META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
META-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
META-INF/ META-INF/MANIFEST.MF org/ org/jf/ org/ ...
4599 ContentValues toValues, String toKey, ContentValues fromValues, String fromKey) { in copyStringValue() argument4602 toValues.put(toKey, fromValues.getAsString(fromKey)); in copyStringValue()4607 ContentValues toValues, String toKey, ContentValues fromValues, String fromKey) { in copyLongValue() argument4619 toValues.put(toKey, longValue); in copyLongValue()