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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
PreviewIconFactory.java 216 Pair<RGB, RGB> themeColors = getColorsFromTheme();
217 RGB bg = themeColors.getFirst();
218 RGB fg = themeColors.getSecond();
288 Pair<RGB, RGB> themeColors = getColorsFromTheme();
289 RGB bg = themeColors.getFirst();
290 RGB fg = themeColors.getSecond();
  /packages/apps/InCallUI/src/com/android/incallui/
CallButtonFragment.java 207 MaterialPalette themeColors = InCallPresenter.getInstance().getThemeColors();
209 if (mCurrentThemeColors != null && mCurrentThemeColors.equals(themeColors)) {
225 final RippleDrawable btnCompoundDrawable = compoundBackgroundDrawable(themeColors);
240 final RippleDrawable btnDrawable = backgroundDrawable(themeColors);
244 mCurrentThemeColors = themeColors;
CallCardFragment.java     [all...]
  /frameworks/base/docs/html/training/material/
theme.jd 95 <img src="{@docRoot}training/material/images/ThemeColors.png" width="250" height="445"/>

Completed in 948 milliseconds