OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:onPressed
(Results
1 - 25
of
26
) sorted by null
1
2
/cts/tests/tests/view/src/android/view/inputmethod/cts/
KeyboardTest.java
61
nonStickyKey.
onPressed
();
62
stickyKey.
onPressed
();
78
nonStickyKey.
onPressed
();
79
stickyKey.
onPressed
();
95
nonStickyKey.
onPressed
();
96
stickyKey.
onPressed
();
/packages/apps/Dialer/tests/src/com/android/dialer/dialpad/
DialpadFragmentInstrumentationTest.java
27
* Simulates a long click event on the zero key with a prior
onPressed
callback.
38
fragment.
onPressed
(zeroKey, true);
47
* Simulates a long click event on the zero key without a prior
onPressed
83
fragment.
onPressed
(dialpadKey, true);
84
fragment.
onPressed
(dialpadKey, false);
/packages/apps/PhoneCommon/src/com/android/phone/common/dialpad/
DialpadKeyButton.java
75
public void
onPressed
(View view, boolean pressed);
120
mOnPressedListener.
onPressed
(this, pressed);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/
KeyboardAccessibilityDelegate.java
290
key.
onPressed
();
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/emoji/
EmojiPageKeyboardView.java
151
pressedKey.
onPressed
();
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
MoreKeysKeyboardView.java
233
key.
onPressed
();