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

  /external/skia/gm/
dstreadshuffle.cpp 99 static SkColor GetColor(SkRandom* random, int i, int nextColor) {
108 int index = nextColor % SK_ARRAY_COUNT(colors);
  /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/libgdx/gdx/src/com/badlogic/gdx/graphics/g2d/
GlyphLayout.java 99 Color nextColor = color;
126 nextColor = colorStack.peek();
203 color = nextColor;

Completed in 2234 milliseconds