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

  /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/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/
ScreenResponseFragment.java 234 int nextColor = isBoxWhite ? Color.WHITE : Color.BLACK;
242 fastSurfaceView.setRectColor(nextColor);
244 blackBox.setBackgroundColor(nextColor);

Completed in 1024 milliseconds