HomeSort by relevance Sort by last modified time
    Searched refs:textColor (Results 26 - 50 of 133) sorted by null

12 3 4 5 6

  /hardware/bsp/intel/peripheral/libupm/src/st7735/
gfx.cxx 163 GFX::setTextColor (uint16_t textColor, uint16_t textBGColor) {
164 m_textColor = textColor;
  /packages/services/Car/car-support-lib/src/android/support/car/app/menu/
CarDrawerActivity.java 413 public void setSearchBoxColors(int backgroundColor, int searchLogoColor, int textColor,
416 textColor, hintTextColor);
EmbeddedCarUiController.java 195 public void setSearchBoxColors(int backgroundColor, int searchLogocolor, int textColor, int hintTextColor) {
196 mCarUiEntry.setSearchBoxColors(backgroundColor, searchLogocolor, textColor, hintTextColor);
  /frameworks/base/core/java/android/widget/
SimpleMonthView.java 221 final ColorStateList textColor = ta.getColorStateList(R.styleable.TextAppearance_textColor);
222 if (textColor != null) {
223 final int enabledColor = textColor.getColorForState(ENABLED_STATE_SET, 0);
229 return textColor;
252 final ColorStateList textColor = applyTextAppearance(mDayPaint, resId);
253 if (textColor != null) {
254 mDayTextColor = textColor;
    [all...]
DayPickerView.java 44 private static final int[] ATTRS_TEXT_COLOR = new int[] { R.attr.textColor };
  /external/pdfium/core/src/fxge/win32/
fx_win32_dwrite.cpp 105 const COLORREF& textColor);
380 const COLORREF& textColor) {
401 textColor);
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/tester/android/view/
TestWindow.java 83 @Override public void setTitleColor(int textColor) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
KeyguardIndicationController.java 138 public void showTransientIndication(String transientIndication, int textColor) {
140 mTransientTextColor = textColor;
  /frameworks/support/design/src/android/support/design/widget/
NavigationView.java 346 public void setItemTextColor(@Nullable ColorStateList textColor) {
347 mPresenter.setItemTextColor(textColor);
TabLayout.java 713 public void setTabTextColors(@Nullable ColorStateList textColor) {
714 if (mTabTextColors != textColor) {
715 mTabTextColors = textColor;
    [all...]
  /external/skia/platform_tools/android/apps/visualbenchsdl/src/main/java/org/libsdl/app/
SDLActivity.java 847 int textColor;
854 textColor = colors[++i];
860 textColor = Color.TRANSPARENT;
885 if (textColor != Color.TRANSPARENT) {
886 message.setTextColor(textColor);
    [all...]
  /external/webrtc/webrtc/examples/objc/AppRTCDemo/ios/
ARDVideoCallView.m 77 _statusLabel.textColor = [UIColor whiteColor];
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/development/
CaptionCustomFragment.java 219 private void setCaptionsTextColor(String textColor) {
220 final int color = (int) Long.parseLong(textColor, 16) & 0x00ffffff;
  /hardware/bsp/intel/peripheral/libupm/src/lcd/
eboled.h 162 * @param textColor Font color: COLOR_WHITE, COLOR_BLACK or COLOR_XOR
164 void setTextColor (uint8_t textColor);
eboled.cxx 151 //textColor used to avoid wrapping if COLOR_BLACK is set.
168 void EBOLED::setTextColor (uint8_t textColor) {
169 m_textColor = textColor;
  /packages/apps/Messaging/src/com/android/messaging/ui/
ViewPagerTabs.java 72 android.R.attr.textColor,
  /frameworks/base/core/java/com/android/internal/util/
NotificationColorUtil.java 289 public static int ensureTextBackgroundColor(int color, int textColor, int hintColor) {
291 return findContrastColor(color, textColor, false, 4.5);
  /frameworks/support/design/src/android/support/design/internal/
NavigationMenuPresenter.java 230 public void setItemTextColor(@Nullable ColorStateList textColor) {
231 mTextColor = textColor;
  /packages/services/Car/car-ui-provider/src/android/car/ui/provider/
CarUiEntry.java 322 public void setSearchBoxColors(int backgroundColor, int searchLogoColor, int textColor,
328 mCarRestrictedEditText.setTextColor(textColor);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
PreviewIconFactory.java 456 ResourceValue textColor = resources.findItemInTheme(resourceName);
457 return ResourceHelper.resolveColor(resources, textColor);
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ViewPagerTabs.java 85 android.R.attr.textColor,
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
BatteryHistoryChart.java 236 ColorStateList textColor = null;
255 textColor = appearance.getColorStateList(attr);
281 paint.setColor(textColor.getDefaultColor());
427 mainTextAttrs.textColor = a.getColorStateList(attr);
428 headTextAttrs.textColor = a.getColorStateList(attr);
    [all...]
  /external/pdfium/fpdfsdk/src/javascript/
Field.h 179 FX_BOOL textColor(IJS_Context* cc, CJS_PropValue& vp, CFX_WideString& sError);
547 JS_STATIC_PROP(textColor, Field);
PublicMethods.cpp 1040 fTarget->textColor(cc, vProp, sError); // red
1057 fTarget->textColor(cc, vProp, sError);
1072 fTarget->textColor(cc, vProp2, sError);
    [all...]
  /packages/apps/ExactCalculator/src/com/android/calculator2/
Calculator.java 114 new Property<TextView, Integer>(Integer.class, "textColor") {
121 public void set(TextView textView, Integer textColor) {
122 textView.setTextColor(textColor);
    [all...]

Completed in 874 milliseconds

12 3 4 5 6