OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getMoreKeys
(Results
1 - 11
of
11
) sorted by null
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/expected/
ExpectedKey.java
116
public ExpectedKey[]
getMoreKeys
() {
152
final ExpectedKey[] moreKeys =
getMoreKeys
();
166
&& key.
getMoreKeys
() == null;
178
&& Arrays.equals(
getMoreKeys
(), key.
getMoreKeys
());
189
return hashCode(mVisual, mOutput,
getMoreKeys
());
252
public ExpectedKey[]
getMoreKeys
() {
279
final MoreKeySpec[] moreKeySpecs = key.
getMoreKeys
();
280
final ExpectedKey[] moreKeys =
getMoreKeys
();
303
return super.toString() + "^" + Arrays.toString(
getMoreKeys
());
[
all
...]
ActualKeyboardBuilder.java
145
final MoreKeySpec[] moreKeys = key.
getMoreKeys
();
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
MoreKeysKeyboard.java
312
final MoreKeySpec[] moreKeys = key.
getMoreKeys
();
321
for (final MoreKeySpec spec : parentKey.
getMoreKeys
()) {
337
final MoreKeySpec[] moreKeys = mParentKey.
getMoreKeys
();
Key.java
447
final MoreKeySpec[] moreKeys = key.
getMoreKeys
();
577
public MoreKeySpec[]
getMoreKeys
() {
[
all
...]
PointerTracker.java
[
all
...]
KeyboardView.java
506
if (key.hasPopupHint() && key.
getMoreKeys
() != null) {
MainKeyboardView.java
598
final MoreKeySpec[] moreKeys = key.
getMoreKeys
();
[
all
...]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/
MainKeyboardAccessibilityDelegate.java
293
final int codePointOfNoPanelAutoMoreKey = key.
getMoreKeys
()[0].mCode;
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyPreviewChoreographer.java
131
final boolean hasMoreKeys = (key.
getMoreKeys
() != null);
KeyboardBuilder.java
488
key, Arrays.toString(key.
getMoreKeys
()));
[
all
...]
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/
KeyboardLayoutSetNavigateMoreKeysBase.java
89
final MoreKeySpec[] actualMoreKeys = actualKey.
getMoreKeys
();
Completed in 3050 milliseconds