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

  /packages/apps/Settings/src/com/android/settings/accessibility/
CaptionPropertiesFragment.java 77 private ColorPreference mForegroundColor;
219 mForegroundColor = (ColorPreference) mCustom.findPreference(PREF_FOREGROUND_COLOR);
220 mForegroundColor.setTitles(colorTitles);
221 mForegroundColor.setValues(colorValues);
255 mForegroundColor.setOnValueChangedListener(this);
279 parseColorOpacity(mForegroundColor, mForegroundOpacity, attrs.foregroundColor);
329 if (mForegroundColor == preference || mForegroundOpacity == preference) {
330 final int merged = mergeColorOpacity(mForegroundColor, mForegroundOpacity);
  /frameworks/base/core/java/com/android/internal/widget/
SubtitleView.java 61 private int mForegroundColor;
148 mForegroundColor = color;
268 mForegroundColor = style.foregroundColor;
327 textPaint.setColor(mForegroundColor);

Completed in 111 milliseconds