HomeSort by relevance Sort by last modified time
    Searched refs:cycle_alpha (Results 1 - 4 of 4) sorted by null

  /prebuilts/misc/windows/sdl2/test/
testdraw2.c 26 static SDL_bool cycle_alpha; variable
55 if (cycle_alpha) {
98 if (cycle_alpha) {
150 if (cycle_alpha) {
216 cycle_alpha = SDL_TRUE;
testintersections.c 27 static SDL_bool cycle_alpha; variable
56 if (cycle_alpha) {
239 cycle_alpha = SDL_TRUE;
testsprite2.c 28 static SDL_bool cycle_alpha; variable
128 if (cycle_alpha) {
215 cycle_alpha = SDL_FALSE;
283 cycle_alpha = SDL_TRUE;
  /cts/tests/tests/view/src/android/view/animation/cts/
CycleInterpolatorTest.java 52 /** It is defined in R.anim.cycle_alpha */
73 XmlResourceParser parser = mActivity.getResources().getAnimation(R.anim.cycle_alpha);
81 final Animation anim = AnimationUtils.loadAnimation(mActivity, R.anim.cycle_alpha);

Completed in 7924 milliseconds