HomeSort by relevance Sort by last modified time
    Searched refs:foregroundColor (Results 1 - 25 of 30) sorted by null

1 2

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/emoji/
EmojiCategoryPageIndicatorView.java 41 public void setColors(final int foregroundColor, final int backgroundColor) {
42 mPaint.setColor(foregroundColor);
  /frameworks/base/core/java/android/view/accessibility/
CaptioningManager.java 301 public final int foregroundColor;
342 private CaptionStyle(int foregroundColor, int backgroundColor, int edgeType, int edgeColor,
344 mHasForegroundColor = foregroundColor != COLOR_UNSPECIFIED;
352 this.foregroundColor = mHasForegroundColor ? foregroundColor : Color.WHITE;
372 overlay.foregroundColor : foregroundColor;
450 final int foregroundColor = Secure.getInt(
451 cr, Secure.ACCESSIBILITY_CAPTIONING_FOREGROUND_COLOR, defStyle.foregroundColor);
466 return new CaptionStyle(foregroundColor, backgroundColor, edgeType, edgeColor
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/
PopupMenuStyle.h 52 const Color& foregroundColor() const { return m_foregroundColor; }
  /frameworks/base/core/java/com/android/internal/widget/
SubtitleView.java 276 style.foregroundColor : defStyle.foregroundColor;
  /external/chromium_org/content/shell/renderer/test_runner/
TestPlugin.cpp 440 SkColor foregroundColor =
450 paint.setColor(foregroundColor);
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
CaptionPreviewFragment.java 133 mTextColor = cs.foregroundColor;
CaptionSetupActivity.java 232 mTextColor = cs.foregroundColor & 0xffffff;
235 mTextOpacity = getClosestValue(cs.foregroundColor | 0xffffff, mOpacities);
    [all...]
  /developers/build/lib/
assetstudio.jar 
  /prebuilts/devtools/tools/lib/
asset-studio.jar 
org-eclipse-jface-3.6.2.jar 
  /frameworks/ex/common/java/com/android/ex/editstyledtext/
EditStyledText.java     [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/source_frame/
CodeMirrorTextEditor.js     [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
PopupListBox.cpp 399 textColor = style.foregroundColor();
  /packages/apps/Settings/src/com/android/settings/accessibility/
CaptionPropertiesFragment.java 341 parseColorOpacity(mForegroundColor, mForegroundOpacity, attrs.foregroundColor);
  /frameworks/base/media/java/android/media/
TtmlRenderer.java 707 mTextView.setTextColor(captionManager.getUserStyle().foregroundColor);
ClosedCaptionRenderer.java     [all...]
WebVttRenderer.java     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/
ConfigureAssetSetPage.java     [all...]
  /external/chromium_org/third_party/accessibility-audit/
axs_testing.js     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 
org.eclipse.jface_3.6.1.M20100825-0800.jar 
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/
org-eclipse-jface-3.6.2.jar 

Completed in 946 milliseconds

1 2