Home
last modified time | relevance | path

Searched refs:currentKey (Results 1 – 6 of 6) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/emoji/
DEmojiPageKeyboardView.java159 final Key currentKey = mCurrentKey; in releaseCurrentKey() local
160 if (currentKey == null) { in releaseCurrentKey()
163 callListenerOnReleaseKey(currentKey, withKeyRegistering); in releaseCurrentKey()
195 final Key currentKey = mCurrentKey; in onSingleTapUp() local
200 if (key == currentKey && pendingKeyDown != null) { in onSingleTapUp()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DPointerTracker.java962 final Key currentKey = mCurrentKey; in onUpEventInternal() local
967 setReleasedKeyGraphics(currentKey, true /* withAnimation */); in onUpEventInternal()
980 if (currentKey != null) { in onUpEventInternal()
981 callListenerOnRelease(currentKey, currentKey.getCode(), true /* withSliding */); in onUpEventInternal()
994 if (currentKey != null && currentKey.isRepeatable() in onUpEventInternal()
995 && (currentKey.getCode() == currentRepeatingKeyCode) && !isInDraggingFinger) { in onUpEventInternal()
998 detectAndSendKey(currentKey, mKeyX, mKeyY, eventTime); in onUpEventInternal()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/autofill/
DAutofillPickerFragment.java143 final String currentKey = current != null ? current.getKey() : KEY_FOR_NONE; in onPreferenceTreeClick() local
147 final boolean clickOnCurrent = currentKey.equals(newKey); in onPreferenceTreeClick()
151 RadioPreference currentPref = (RadioPreference) findPreference(currentKey); in onPreferenceTreeClick()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/expected/
DExpectedKeyboardBuilder.java93 final ExpectedKey currentKey = keys[columnIndex]; in replaceKeyOf() local
94 if (!currentKey.getVisual().hasSameKeyVisual(visual)) { in replaceKeyOf()
98 final ExpectedKey[] replacingKeys = job.replacingKeys(currentKey); in replaceKeyOf()
/packages/apps/Settings/src/com/android/settings/password/
DChooseLockGeneric.java590 String currentKey = getKeyForCurrent(); in updateCurrentPreference() local
591 Preference preference = findPreference(currentKey); in updateCurrentPreference()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/password/
DChooseLockGeneric.java579 String currentKey = getKeyForCurrent(); in updateCurrentPreference() local
580 Preference preference = findPreference(currentKey); in updateCurrentPreference()