OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasSameKeyOutput
(Results
1 - 3
of
3
) sorted by null
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/expected/
ExpectedKeyOutput.java
46
abstract boolean
hasSameKeyOutput
(final String text);
47
abstract boolean
hasSameKeyOutput
(final Key key);
48
abstract boolean
hasSameKeyOutput
(final MoreKeySpec moreKeySpec);
49
abstract boolean
hasSameKeyOutput
(final ExpectedKeyOutput output);
78
boolean
hasSameKeyOutput
(final String text) {
83
boolean
hasSameKeyOutput
(final Key key) {
88
boolean
hasSameKeyOutput
(final MoreKeySpec moreKeySpec) {
93
boolean
hasSameKeyOutput
(final ExpectedKeyOutput output) {
133
boolean
hasSameKeyOutput
(final String text) {
138
boolean
hasSameKeyOutput
(final Key key)
[
all
...]
ExpectedKey.java
165
return mVisual.hasSameKeyVisual(key) && mOutput.
hasSameKeyOutput
(key)
170
return mVisual.hasSameKeyVisual(moreKeySpec) && mOutput.
hasSameKeyOutput
(moreKeySpec);
177
return mVisual.hasSameKeyVisual(key.mVisual) && mOutput.
hasSameKeyOutput
(key.mOutput)
278
if (getVisual().hasSameKeyVisual(key) && getOutput().
hasSameKeyOutput
(key)) {
ExpectedKeyVisual.java
170
return output.
hasSameKeyOutput
(mLabel);
Completed in 2504 milliseconds