Searched refs:animatorSet1 (Results 1 – 1 of 1) sorted by relevance
1156 AnimatorSet animatorSet1 = new AnimatorSet(); in seekNestedSets() local1157 animatorSet1.playSequentially(animator1, animator2); in seekNestedSets()1162 animatorSet.playTogether(animatorSet1, animator3); in seekNestedSets()1199 AnimatorSet animatorSet1 = new AnimatorSet(); in seekWithNestedAnimatorSetsAndDelays() local1200 animatorSet1.setStartDelay(100); in seekWithNestedAnimatorSetsAndDelays()1204 animatorSet1.play(animator1); in seekWithNestedAnimatorSetsAndDelays()1207 animatorSet2.play(animatorSet1); in seekWithNestedAnimatorSetsAndDelays()1227 AnimatorSet animatorSet1 = new AnimatorSet(); in seekReversedWithNestedAnimatorSetsAndDelays() local1228 animatorSet1.setStartDelay(100); in seekReversedWithNestedAnimatorSetsAndDelays()1232 animatorSet1.play(animator1); in seekReversedWithNestedAnimatorSetsAndDelays()[all …]