OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:previousKey
(Results
1 - 8
of
8
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/
AccessibleKeyboardViewProxy.java
232
final Key
previousKey
= mLastHoverKey;
253
if (key !=
previousKey
) {
254
return onTransitionKey(key,
previousKey
, event);
292
* @param
previousKey
The previously hovered key.
296
private boolean onTransitionKey(final Key currentKey, final Key
previousKey
,
300
onHoverKey(
previousKey
, event);
/external/icu4c/i18n/
uspoof_conf.cpp
415
int32_t
previousKey
= 0;
418
(void)
previousKey
; // Suppress unused variable warning on gcc.
419
U_ASSERT((key & 0x00ffffff) >= (
previousKey
& 0x00ffffff));
422
previousKey
= key;
566
int32_t
previousKey
= fKeyVec->elementAti(previousKeyIndex);
567
previousKey
|= USPOOF_KEY_MULTIPLE_VALUES;
568
fKeyVec->setElementAt(
previousKey
, previousKeyIndex);
/external/chromium_org/third_party/icu/source/i18n/
uspoof_conf.cpp
412
int32_t
previousKey
= 0;
415
U_ASSERT((key & 0x00ffffff) >= (
previousKey
& 0x00ffffff));
418
previousKey
= key;
561
int32_t
previousKey
= fKeyVec->elementAti(previousKeyIndex);
562
previousKey
|= USPOOF_KEY_MULTIPLE_VALUES;
563
fKeyVec->setElementAt(
previousKey
, previousKeyIndex);
/external/chromium_org/v8/src/
array.js
73
var
previousKey
= -1;
76
if (key !=
previousKey
) { // keys may contain duplicates.
81
previousKey
= key;
[
all
...]
/external/v8/src/
array.js
74
var
previousKey
= -1;
77
if (key !=
previousKey
) { // keys may contain duplicates.
82
previousKey
= key;
[
all
...]
/prebuilts/misc/common/icu4j/
icu4j.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar
Completed in 655 milliseconds