HomeSort by relevance Sort by last modified time
    Searched refs:themeColors (Results 1 - 3 of 3) 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/Dialer/InCallUI/src/com/android/incallui/
CallCardFragment.java     [all...]
CallButtonFragment.java 245 MaterialPalette themeColors = InCallPresenter.getInstance().getThemeColors();
247 if (mCurrentThemeColors != null && mCurrentThemeColors.equals(themeColors)) {
262 final RippleDrawable btnCompoundDrawable = compoundBackgroundDrawable(themeColors);
277 final RippleDrawable btnDrawable = backgroundDrawable(themeColors);
281 mCurrentThemeColors = themeColors;
    [all...]

Completed in 567 milliseconds