Searched refs:hasValue (Results 1 – 5 of 5) sorted by relevance
60 assertTrue(keyFrame.hasValue()); in testOfIntValue()67 assertTrue(keyFrame.hasValue()); in testOfFloatValue()82 assertTrue(keyFrame.hasValue()); in testOfObjectValue()
166 assertTrue("Keyframe should be assigned a value", emptyKeyframe1.hasValue()); in testResetValues()178 assertTrue("Keyframe should be assigned a value", emptyKeyframe2.hasValue()); in testResetValues()201 assertTrue("Keyframe should get a value", emptyKeyframe1.hasValue()); in testResetValues()223 + " class", emptyKeyframe1.hasValue()); in testResetValues()
35 static private boolean hasValue(int[] a, int value) { in hasValue() method in ListsHelper56 if (!hasValue(b, aVal)) { in isSubset()
253 assertTrue(t.hasValue(R.styleable.style1_type16)); in testHasValue()254 assertFalse(t.hasValue(R.styleable.style1_typeEmpty)); in testHasValue()255 assertFalse(t.hasValue(R.styleable.style1_typeUndefined)); in testHasValue()
795 name: "hasValue"