HomeSort by relevance Sort by last modified time
    Searched defs:darkColor (Results 1 - 10 of 10) sorted by null

  /development/samples/ApiDemos/src/com/example/android/apis/animation/
AnimationLoading.java 175 int darkColor = 0xff000000 | red/4 << 16 | green/4 << 8 | blue/4;
177 50f, color, darkColor, Shader.TileMode.CLAMP);
AnimationSeeking.java 138 int darkColor = 0xff000000 | red/4 << 16 | green/4 << 8 | blue/4;
140 50f, color, darkColor, Shader.TileMode.CLAMP);
CustomEvaluator.java 153 int darkColor = 0xff000000 | red/4 << 16 | green/4 << 8 | blue/4;
155 50f, color, darkColor, Shader.TileMode.CLAMP);
ReversingAnimation.java 114 int darkColor = 0xff000000 | red/4 << 16 | green/4 << 8 | blue/4;
116 50f, color, darkColor, Shader.TileMode.CLAMP);
AnimationCloning.java 118 int darkColor = 0xff000000 | red/4 << 16 | green/4 << 8 | blue/4;
120 50f, color, darkColor, Shader.TileMode.CLAMP);
BouncingBalls.java 164 int darkColor = 0xff000000 | red/4 << 16 | green/4 << 8 | blue/4;
166 50f, color, darkColor, Shader.TileMode.CLAMP);
MultiPropertyAnimation.java 155 int darkColor = 0xff000000 | red/4 << 16 | green/4 << 8 | blue/4;
157 50f, color, darkColor, Shader.TileMode.CLAMP);
AnimatorEvents.java 182 int darkColor = 0xff000000 | red/4 << 16 | green/4 << 8 | blue/4;
184 50f, color, darkColor, Shader.TileMode.CLAMP);
  /cts/tests/tests/animation/src/android/animation/cts/
AnimationActivity.java 255 int darkColor = 0xff000000 | red/4 << 16 | green/4 << 8 | blue/4;
257 50f, color, darkColor, Shader.TileMode.CLAMP);
  /prebuilts/tools/common/intellij-core/171.2455.10/
intellij-core.jar 

Completed in 1380 milliseconds