Searched refs:getOutput (Results 1 – 3 of 3) sorted by relevance
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/expected/ |
D | ExpectedKey.java | 112 protected final ExpectedKeyOutput getOutput() { in getOutput() method in ExpectedKey 157 moreKey.getVisual().preserveCase(), moreKey.getOutput().preserveCase()); in preserveCase() 160 getVisual().preserveCase(), getOutput().preserveCase(), casePreservedMoreKeys); in preserveCase() 214 return new ExpectedAdditionalMoreKey(key.getVisual(), key.getOutput()); in newInstance() 225 upperCaseKey.getVisual(), upperCaseKey.getOutput()); in toUpperCase() 247 return newInstance(getVisual().toUpperCase(locale), getOutput().toUpperCase(locale), in toUpperCase() 263 getVisual(), getOutput(), mMoreKeys, 0 /* additionalMoreKeysIndex */, in setAdditionalMoreKeys() 273 getVisual(), getOutput(), mMoreKeys, additionalMoreKeysIndex); in setAdditionalMoreKeysIndex() 278 if (getVisual().hasSameKeyVisual(key) && getOutput().hasSameKeyOutput(key)) { in equalsTo() 327 getVisual(), getOutput(), moreKeys, mAdditionalMoreKeysIndex, in setMoreKeys() [all …]
|
D | AbstractLayoutBase.java | 61 return ExpectedKey.newInstance(key.getVisual(), key.getOutput(), moreKeys); in key()
|
/packages/apps/Camera2/src/com/android/camera/util/ |
D | ListenerCombiner.java | 65 public boolean getOutput() { in getOutput() method in ListenerCombiner
|