OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:preserveCase
(Results
1 - 3
of
3
) sorted by null
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/expected/
ExpectedKeyOutput.java
45
abstract ExpectedKeyOutput
preserveCase
();
73
ExpectedKeyOutput
preserveCase
() {
110
ExpectedKeyOutput
preserveCase
() { return this; }
128
ExpectedKeyOutput
preserveCase
() {
166
ExpectedKeyOutput
preserveCase
() { return this; }
ExpectedKeyVisual.java
40
abstract ExpectedKeyVisual
preserveCase
();
63
ExpectedKeyVisual
preserveCase
() {
112
ExpectedKeyVisual
preserveCase
() {
153
ExpectedKeyVisual
preserveCase
() { return this; }
ExpectedKey.java
151
public ExpectedKey
preserveCase
() {
157
moreKey.getVisual().
preserveCase
(), moreKey.getOutput().
preserveCase
());
160
getVisual().
preserveCase
(), getOutput().
preserveCase
(), casePreservedMoreKeys);
Completed in 385 milliseconds