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