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

  /developers/build/prebuilts/gradle/SlidingTabsColors/Application/src/main/java/com/example/android/slidingtabscolors/
ContentFragment.java 33 private static final String KEY_INDICATOR_COLOR = "indicator_color";
44 bundle.putInt(KEY_INDICATOR_COLOR, indicatorColor);
69 int indicatorColor = args.getInt(KEY_INDICATOR_COLOR);
  /developers/samples/android/ui/views/SlidingTabs/SlidingTabsColors/Application/src/main/java/com/example/android/slidingtabscolors/
ContentFragment.java 33 private static final String KEY_INDICATOR_COLOR = "indicator_color";
44 bundle.putInt(KEY_INDICATOR_COLOR, indicatorColor);
69 int indicatorColor = args.getInt(KEY_INDICATOR_COLOR);
  /development/samples/browseable/SlidingTabsColors/src/com.example.android.slidingtabscolors/
ContentFragment.java 33 private static final String KEY_INDICATOR_COLOR = "indicator_color";
44 bundle.putInt(KEY_INDICATOR_COLOR, indicatorColor);
69 int indicatorColor = args.getInt(KEY_INDICATOR_COLOR);

Completed in 88 milliseconds