HomeSort by relevance Sort by last modified time
    Searched refs:preserveCase (Results 1 - 4 of 4) sorted by null

  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/expected/
ExpectedKeyVisual.java 40 abstract ExpectedKeyVisual preserveCase();
63 ExpectedKeyVisual preserveCase() {
112 ExpectedKeyVisual preserveCase() {
153 ExpectedKeyVisual preserveCase() { return this; }
ExpectedKeyOutput.java 45 abstract ExpectedKeyOutput preserveCase();
73 ExpectedKeyOutput preserveCase() {
110 ExpectedKeyOutput preserveCase() { return this; }
128 ExpectedKeyOutput preserveCase() {
166 ExpectedKeyOutput preserveCase() { return this; }
ExpectedKey.java 151 public ExpectedKey preserveCase() {
157 moreKey.getVisual().preserveCase(), moreKey.getOutput().preserveCase());
160 getVisual().preserveCase(), getOutput().preserveCase(), casePreservedMoreKeys);
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/
LayoutBase.java 321 key(".com", joinMoreKeys(".net", ".org", ".gov", ".edu")).preserveCase();

Completed in 416 milliseconds