Searched defs:newSet (Results 1 – 7 of 7) sorted by relevance
141 val newSet = mutableSetOf<String>() in <lambda>() constant
148 public static <E> Set<E> newSet(E... elements) { in newSet() method in SelectionTest
51 IntKeyframeSet newSet = new IntKeyframeSet(newKeyframes); in clone() local
51 FloatKeyframeSet newSet = new FloatKeyframeSet(newKeyframes); in clone() local
180 KeyframeSet newSet = new KeyframeSet(newKeyframes); in clone() local
145 final ArraySet<String> newSet = new ArraySet<>(); in pinShortcuts() local
335 String[] newSet = new String[(N*3)/2 + 2]; in addStringToSet() local358 String[] newSet = new String[set.length/3]; in removeStringFromSet() local