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

1 2 3 4

  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
PointLabelFormatter.java 37 public PointLabelFormatter(int textColor) {
38 this(textColor, PixelUtils.dpToPix(DEFAULT_H_OFFSET_DP),
44 * @param textColor
49 public PointLabelFormatter(int textColor, float hOffset, float vOffset) {
50 initTextPaint(textColor);
63 protected void initTextPaint(Integer textColor) {
64 if (textColor == null) {
69 getTextPaint().setColor(textColor);
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/sampleentry/
TextSampleEntry.java 271 int[] textColor = new int[]{0xff, 0xff, 0xff, 0xff};
279 textColor = new int[4];
280 textColor[0] = IsoTypeReader.readUInt8(in);
281 textColor[1] = IsoTypeReader.readUInt8(in);
282 textColor[2] = IsoTypeReader.readUInt8(in);
283 textColor[3] = IsoTypeReader.readUInt8(in);
293 IsoTypeWriter.writeUInt8(bb, textColor[0]);
294 IsoTypeWriter.writeUInt8(bb, textColor[1]);
295 IsoTypeWriter.writeUInt8(bb, textColor[2]);
296 IsoTypeWriter.writeUInt8(bb, textColor[3])
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
ThemeUtils.java 45 public static ColorStateList createDisabledStateList(int textColor, int disabledTextColor) {
59 colors[i] = textColor;
  /frameworks/base/core/java/android/text/style/
TextAppearanceSpan.java 57 ColorStateList textColor;
63 textColor = a.getColorStateList(com.android.internal.R.styleable.
102 textColor = a.getColorStateList(colorList);
106 mTextColor = textColor;
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
CustomBar.java 207 ResourceValue textColor = res.findItemInStyle(textStyle, "textColor",
209 textColor = res.resolveResValue(textColor);
210 if (textColor != null) {
212 textColor, bridgeContext);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
KeyguardIndicationController.java 116 public void showTransientIndication(String transientIndication, int textColor) {
118 mTransientTextColor = textColor;
  /packages/apps/Messaging/src/com/android/messaging/datamodel/media/
SimSelectorAvatarRequest.java 75 final int textColor = selected ? subColor : Color.WHITE;
96 paint.setColor(textColor);
  /frameworks/support/v4/java/android/support/v4/view/
PagerTitleStrip.java 70 android.R.attr.textColor,
136 final int textColor = a.getColor(2, 0);
137 mPrevText.setTextColor(textColor);
138 mCurrText.setTextColor(textColor);
139 mNextText.setTextColor(textColor);
  /frameworks/support/design/src/android/support/design/widget/
CollapsingTextHelper.java 131 void setCollapsedTextColor(int textColor) {
132 if (mCollapsedTextColor != textColor) {
133 mCollapsedTextColor = textColor;
138 void setExpandedTextColor(int textColor) {
139 if (mExpandedTextColor != textColor) {
140 mExpandedTextColor = textColor;
NavigationView.java 309 public void setItemTextColor(@Nullable ColorStateList textColor) {
310 mPresenter.setItemTextColor(textColor);
  /packages/apps/DeskClock/src/com/android/deskclock/timer/
CountingTimerView.java 308 protected void setTextColor(int textColor) {
309 mPaintBigThin.setColor(textColor);
310 mPaintMed.setColor(textColor);
627 final int textColor = mVirtualButtonPressedOn ? mPressedColor : mDefaultColor;
628 mPaintBigThin.setColor(textColor);
629 mPaintMed.setColor(textColor);
  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
RadialTextsView.java 148 int textColor;
150 textColor = res.getColor(android.R.color.white);
152 textColor = res.getColor(R.color.numbers_text_color);
154 mPaint.setColor(textColor);
  /packages/apps/Calendar/src/com/android/calendar/selectcalendars/
SelectCalendarsSimpleAdapter.java 273 int textColor;
275 textColor = mColorCalendarVisible;
277 textColor = mColorCalendarHidden;
279 calendarName.setTextColor(textColor);
  /packages/apps/InCallUI/src/com/android/incallui/
DialpadFragment.java 450 int textColor = InCallPresenter.getInstance().getThemeColors().mPrimaryColor;
452 if (mCurrentTextColor == textColor) {
459 ((TextView) dialpadKey.findViewById(R.id.dialpad_key_number)).setTextColor(textColor);
462 mCurrentTextColor = textColor;
  /development/samples/ApiDemos/src/com/example/android/apis/accessibility/
CustomViewAccessibilityActivity.java 223 final int textColor = context.getResources().getColor(typedValue.resourceId);
224 mTextPaint.setColor(textColor);
  /frameworks/base/core/java/android/widget/
SimpleMonthView.java 192 final ColorStateList textColor = ta.getColorStateList(R.styleable.TextAppearance_textColor);
193 if (textColor != null) {
194 final int enabledColor = textColor.getColorForState(ENABLED_STATE_SET, 0);
200 return textColor;
223 final ColorStateList textColor = applyTextAppearance(mDayPaint, resId);
224 if (textColor != null) {
225 mDayTextColor = textColor;
  /external/pdfium/core/src/fxge/win32/
fx_win32_dwrite.cpp 102 const COLORREF& textColor
417 const COLORREF& textColor
455 textColor
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/android/view/
TestWindow.java 83 @Override public void setTitleColor(int textColor) {
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
CaptionPreviewFragment.java 209 public void livePreviewTextColor(int textColor) {
210 int color = mTextColor & 0xff000000 | textColor & 0xffffff;
  /frameworks/support/design/src/android/support/design/internal/
NavigationMenuPresenter.java 240 public void setItemTextColor(@Nullable ColorStateList textColor) {
241 mTextColor = textColor;
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ViewPagerTabs.java 75 android.R.attr.textColor,
  /packages/apps/Messaging/src/com/android/messaging/ui/
ViewPagerTabs.java 72 android.R.attr.textColor,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/readwrite/tests/
test_graphml.py 345 <y:NodeLabel alignment="center" autoSizePolicy="content" borderDistance="0.0" fontFamily="Dialog" fontSize="13" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="19.1328125" modelName="internal" modelPosition="c" textColor="#000000" visible="true" width="12.27099609375" x="8.864501953125" y="5.43359375">1</y:NodeLabel>
356 <y:NodeLabel alignment="center" autoSizePolicy="content" borderDistance="0.0" fontFamily="Dialog" fontSize="13" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="19.1328125" modelName="internal" modelPosition="c" textColor="#000000" visible="true" width="12.27099609375" x="8.864501953125" y="5.43359375">2</y:NodeLabel>
  /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/Settings/src/com/android/settings/fuelgauge/
BatteryHistoryChart.java 238 ColorStateList textColor = null;
257 textColor = appearance.getColorStateList(attr);
283 paint.setColor(textColor.getDefaultColor());
429 mainTextAttrs.textColor = a.getColorStateList(attr);
430 headTextAttrs.textColor = a.getColorStateList(attr);
    [all...]

Completed in 818 milliseconds

1 2 3 4