HomeSort by relevance Sort by last modified time
    Searched full:nextcolor (Results 1 - 17 of 17) sorted by null

  /external/jmonkeyengine/engine/src/test/jme3test/material/
TestColoredTexture.java 45 private ColorRGBA nextColor;
65 nextColor = ColorRGBA.randomColor();
74 prevColor = nextColor;
75 nextColor = ColorRGBA.randomColor();
78 currentColor.interpolate(prevColor, nextColor, time);
  /external/llvm/lib/CodeGen/
StackSlotColoring.cpp 75 // NextColor - Next "color" that's not yet used.
76 int NextColor;
87 MachineFunctionPass(ID), NextColor(-1) {
214 NextColor = AllColors.find_first();
251 assert(NextColor != -1 && "No more spill slots?");
252 Color = NextColor;
254 NextColor = AllColors.find_next(NextColor);
338 while (NextColor != -1) {
339 DEBUG(dbgs() << "Removing unused stack object fi#" << NextColor << "\n")
    [all...]
  /developers/build/prebuilts/gradle/BasicTransition/Application/src/main/java/com/example/android/common/view/
SlidingTabStrip.java 133 int nextColor = tabColorizer.getIndicatorColor(mSelectedPosition + 1);
134 if (color != nextColor) {
135 color = blendColors(nextColor, color, mSelectionOffset);
  /developers/build/prebuilts/gradle/SlidingTabsBasic/Application/src/main/java/com/example/android/common/view/
SlidingTabStrip.java 133 int nextColor = tabColorizer.getIndicatorColor(mSelectedPosition + 1);
134 if (color != nextColor) {
135 color = blendColors(nextColor, color, mSelectionOffset);
  /developers/build/prebuilts/gradle/SlidingTabsColors/Application/src/main/java/com/example/android/common/view/
SlidingTabStrip.java 133 int nextColor = tabColorizer.getIndicatorColor(mSelectedPosition + 1);
134 if (color != nextColor) {
135 color = blendColors(nextColor, color, mSelectionOffset);
  /developers/build/prebuilts/gradle/SwipeRefreshLayoutBasic/Application/src/main/java/com/example/android/common/view/
SlidingTabStrip.java 133 int nextColor = tabColorizer.getIndicatorColor(mSelectedPosition + 1);
134 if (color != nextColor) {
135 color = blendColors(nextColor, color, mSelectionOffset);
  /developers/build/prebuilts/gradle/SwipeRefreshListFragment/Application/src/main/java/com/example/android/common/view/
SlidingTabStrip.java 133 int nextColor = tabColorizer.getIndicatorColor(mSelectedPosition + 1);
134 if (color != nextColor) {
135 color = blendColors(nextColor, color, mSelectionOffset);
  /developers/build/prebuilts/gradle/SwipeRefreshMultipleViews/Application/src/main/java/com/example/android/common/view/
SlidingTabStrip.java 133 int nextColor = tabColorizer.getIndicatorColor(mSelectedPosition + 1);
134 if (color != nextColor) {
135 color = blendColors(nextColor, color, mSelectionOffset);
  /developers/samples/android/common/src/java/com/example/android/common/view/
SlidingTabStrip.java 133 int nextColor = tabColorizer.getIndicatorColor(mSelectedPosition + 1);
134 if (color != nextColor) {
135 color = blendColors(nextColor, color, mSelectionOffset);
  /development/samples/browseable/BasicTransition/src/com.example.android.common/view/
SlidingTabStrip.java 133 int nextColor = tabColorizer.getIndicatorColor(mSelectedPosition + 1);
134 if (color != nextColor) {
135 color = blendColors(nextColor, color, mSelectionOffset);
  /development/samples/browseable/SlidingTabsBasic/src/com.example.android.common/view/
SlidingTabStrip.java 133 int nextColor = tabColorizer.getIndicatorColor(mSelectedPosition + 1);
134 if (color != nextColor) {
135 color = blendColors(nextColor, color, mSelectionOffset);
  /development/samples/browseable/SlidingTabsColors/src/com.example.android.common/view/
SlidingTabStrip.java 133 int nextColor = tabColorizer.getIndicatorColor(mSelectedPosition + 1);
134 if (color != nextColor) {
135 color = blendColors(nextColor, color, mSelectionOffset);
  /development/samples/browseable/SwipeRefreshLayoutBasic/src/com.example.android.common/view/
SlidingTabStrip.java 133 int nextColor = tabColorizer.getIndicatorColor(mSelectedPosition + 1);
134 if (color != nextColor) {
135 color = blendColors(nextColor, color, mSelectionOffset);
  /development/samples/browseable/SwipeRefreshListFragment/src/com.example.android.common/view/
SlidingTabStrip.java 133 int nextColor = tabColorizer.getIndicatorColor(mSelectedPosition + 1);
134 if (color != nextColor) {
135 color = blendColors(nextColor, color, mSelectionOffset);
  /development/samples/browseable/SwipeRefreshMultipleViews/src/com.example.android.common/view/
SlidingTabStrip.java 133 int nextColor = tabColorizer.getIndicatorColor(mSelectedPosition + 1);
134 if (color != nextColor) {
135 color = blendColors(nextColor, color, mSelectionOffset);
  /external/skia/gm/
dstreadshuffle.cpp 97 static SkColor GetColor(SkRandom* random, int i, int nextColor) {
106 int index = nextColor % SK_ARRAY_COUNT(colors);
  /external/e2fsprogs/e2fsck/
dict.c 683 dnode_color_t nextcolor = next->color; local
715 delete->color = nextcolor;
    [all...]

Completed in 850 milliseconds