Searched refs:hasValue (Results 1 – 4 of 4) sorted by relevance
35 static private boolean hasValue(int[] a, int value) { in hasValue() method in ListsHelper56 if (!hasValue(b, aVal)) { in isSubset()
59 assertTrue(keyFrame.hasValue()); in testOfIntValue()66 assertTrue(keyFrame.hasValue()); in testOfFloatValue()81 assertTrue(keyFrame.hasValue()); in testOfObjectValue()
165 assertTrue("Keyframe should be assigned a value", emptyKeyframe1.hasValue()); in testResetValues()177 assertTrue("Keyframe should be assigned a value", emptyKeyframe2.hasValue()); in testResetValues()200 assertTrue("Keyframe should get a value", emptyKeyframe1.hasValue()); in testResetValues()222 + " class", emptyKeyframe1.hasValue()); in testResetValues()
216 assertTrue(t.hasValue(R.styleable.style1_type16)); in testHasValue()217 assertFalse(t.hasValue(R.styleable.style1_typeEmpty)); in testHasValue()218 assertFalse(t.hasValue(R.styleable.style1_typeUndefined)); in testHasValue()