Home
last modified time | relevance | path

Searched refs:seq (Results 1 – 3 of 3) sorted by relevance

/development/vndk/tools/definition-tool/tests/
Dtest_dex_file.py83 seq = DexFileReader.generate_classes_dex_names()
84 self.assertEqual('classes.dex', next(seq))
85 self.assertEqual('classes2.dex', next(seq))
86 self.assertEqual('classes3.dex', next(seq))
/development/samples/ApiDemos/src/com/example/android/apis/animation/
DAnimationLoading.java104 AnimatorSet seq = in createAnimation() local
107 seq.setTarget(balls.get(2)); in createAnimation()
141 ((AnimatorSet) animation).playTogether(anim, fader, seq, colorizer, animPvh, in createAnimation()
/development/samples/ApiDemos/src/com/example/android/apis/app/
DFinishAffinity.java40 ((TextView)findViewById(R.id.seq)).setText("Current nesting: " + mNesting); in onCreate()