Searched refs:matchTypedValue (Results 1 – 1 of 1) sorted by relevance
648 final boolean keyboardLayoutSetElementMatched = matchTypedValue(caseAttr, in parseCaseCondition()651 final boolean keyboardThemeMacthed = matchTypedValue(caseAttr, in parseCaseCondition()654 final boolean modeMatched = matchTypedValue(caseAttr, in parseCaseCondition()765 private static boolean matchTypedValue(final TypedArray a, final int index, final int intValue, in matchTypedValue() method in KeyboardBuilder