Home
last modified time | relevance | path

Searched refs:caseAttr (Results 1 – 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DKeyboardBuilder.java643 final TypedArray caseAttr = mResources.obtainAttributes(attr, R.styleable.Keyboard_Case); in parseCaseCondition() local
645 final boolean keyboardLayoutSetMatched = matchString(caseAttr, in parseCaseCondition()
648 final boolean keyboardLayoutSetElementMatched = matchTypedValue(caseAttr, in parseCaseCondition()
651 final boolean keyboardThemeMacthed = matchTypedValue(caseAttr, in parseCaseCondition()
654 final boolean modeMatched = matchTypedValue(caseAttr, in parseCaseCondition()
656 final boolean navigateNextMatched = matchBoolean(caseAttr, in parseCaseCondition()
658 final boolean navigatePreviousMatched = matchBoolean(caseAttr, in parseCaseCondition()
660 final boolean passwordInputMatched = matchBoolean(caseAttr, in parseCaseCondition()
662 final boolean clobberSettingsKeyMatched = matchBoolean(caseAttr, in parseCaseCondition()
664 final boolean hasShortcutKeyMatched = matchBoolean(caseAttr, in parseCaseCondition()
[all …]