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

  /developers/build/prebuilts/gradle/SlidingTabsColors/Application/src/main/java/com/example/android/slidingtabscolors/
ContentFragment.java 40 public static ContentFragment newInstance(CharSequence title, int indicatorColor,
44 bundle.putInt(KEY_INDICATOR_COLOR, indicatorColor);
69 int indicatorColor = args.getInt(KEY_INDICATOR_COLOR);
71 indicatorColorView.setText("Indicator: #" + Integer.toHexString(indicatorColor));
72 indicatorColorView.setTextColor(indicatorColor);
  /developers/samples/android/ui/views/SlidingTabs/SlidingTabsColors/Application/src/main/java/com/example/android/slidingtabscolors/
ContentFragment.java 40 public static ContentFragment newInstance(CharSequence title, int indicatorColor,
44 bundle.putInt(KEY_INDICATOR_COLOR, indicatorColor);
69 int indicatorColor = args.getInt(KEY_INDICATOR_COLOR);
71 indicatorColorView.setText("Indicator: #" + Integer.toHexString(indicatorColor));
72 indicatorColorView.setTextColor(indicatorColor);
  /development/samples/browseable/SlidingTabsColors/src/com.example.android.slidingtabscolors/
ContentFragment.java 40 public static ContentFragment newInstance(CharSequence title, int indicatorColor,
44 bundle.putInt(KEY_INDICATOR_COLOR, indicatorColor);
69 int indicatorColor = args.getInt(KEY_INDICATOR_COLOR);
71 indicatorColorView.setText("Indicator: #" + Integer.toHexString(indicatorColor));
72 indicatorColorView.setTextColor(indicatorColor);

Completed in 571 milliseconds