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

  /frameworks/base/core/java/com/android/internal/widget/
SubtitleView.java 65 private int mForegroundColor;
155 mForegroundColor = color;
276 mForegroundColor = style.hasForegroundColor() ?
343 textPaint.setColor(mForegroundColor);
354 textPaint.setColor(mForegroundColor);
  /packages/apps/Settings/src/com/android/settings/accessibility/
CaptionPropertiesFragment.java 87 private ColorPreference mForegroundColor;
278 mForegroundColor = (ColorPreference) mCustom.findPreference(PREF_FOREGROUND_COLOR);
279 mForegroundColor.setTitles(colorTitles);
280 mForegroundColor.setValues(colorValues);
322 mForegroundColor.setOnValueChangedListener(this);
350 parseColorOpacity(mForegroundColor, mForegroundOpacity, foregroundColor);
428 if (mForegroundColor == preference || mForegroundOpacity == preference) {
429 final int merged = mergeColorOpacity(mForegroundColor, mForegroundOpacity);
  /packages/apps/TV/usbtuner/src/com/google/android/exoplayer/text/
SubtitleView.java 69 private int mForegroundColor;
171 mForegroundColor = style.foregroundColor;
295 textPaint.setColor(mForegroundColor);
302 textPaint.setColor(mForegroundColor);
  /frameworks/base/core/java/android/text/
Html.java     [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 

Completed in 2901 milliseconds