Searched defs:checkValue (Results 1 – 2 of 2) sorted by relevance
58 private static void checkValue(final Resources res, final int resId, in checkValue() method in ConfigTest74 private static void checkValue(final Resources res, final int resId, in checkValue() method in ConfigTest
141 private void assertRoughlyEqual(float checkValue, float correctValue) { in assertRoughlyEqual()