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

1 2 3 4 5 6 7

  /packages/apps/DeskClock/src/com/android/deskclock/timer/
TimerView.java 109 mHoursOnes.setTextColor(mGrayColor);
113 mHoursOnes.setTextColor(mWhiteColor);
121 mMinutesTens.setTextColor(mGrayColor);
125 mMinutesTens.setTextColor(mWhiteColor);
132 mMinutesOnes.setTextColor(mGrayColor);
136 mMinutesOnes.setTextColor(mWhiteColor);
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DefaultSoftKeyboard.java 644 text1.setTextColor(res.getColor(R.color.indicator_textcolor_caps_off));
645 text2.setTextColor(res.getColor(R.color.indicator_textcolor_alt_off));
650 text1.setTextColor(res.getColor(R.color.indicator_textcolor_caps_on));
651 text2.setTextColor(res.getColor(R.color.indicator_textcolor_alt_off));
656 text1.setTextColor(res.getColor(R.color.indicator_textcolor_caps_lock));
657 text2.setTextColor(res.getColor(R.color.indicator_textcolor_alt_off));
662 text1.setTextColor(res.getColor(R.color.indicator_textcolor_caps_off));
663 text2.setTextColor(res.getColor(R.color.indicator_textcolor_alt_on));
668 text1.setTextColor(res.getColor(R.color.indicator_textcolor_caps_off));
669 text2.setTextColor(res.getColor(R.color.indicator_textcolor_alt_lock))
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/agenda/
AgendaAdapter.java 136 holder.title.setTextColor(mDeclinedColor);
137 holder.when.setTextColor(mWhereDeclinedColor);
138 holder.where.setTextColor(mWhereDeclinedColor);
141 holder.title.setTextColor(mStandardColor);
142 holder.when.setTextColor(mWhereColor);
143 holder.where.setTextColor(mWhereColor);
168 holder.title.setTextColor(mStandardColor);
169 holder.when.setTextColor(mStandardColor);
170 holder.where.setTextColor(mStandardColor);
  /packages/apps/Launcher2/src/com/android/launcher2/
InfoDropTarget.java 111 setTextColor(mOriginalTextColor);
125 setTextColor(mHoverColor);
133 setTextColor(mOriginalTextColor);
  /packages/apps/Launcher3/src/com/android/launcher3/
InfoDropTarget.java 114 setTextColor(mOriginalTextColor);
128 setTextColor(mHoverColor);
136 setTextColor(mOriginalTextColor);
BubbleTextView.java 343 public void setTextColor(int color) {
345 super.setTextColor(color);
349 public void setTextColor(ColorStateList colors) {
351 super.setTextColor(colors);
357 super.setTextColor(mTextColor);
359 super.setTextColor(res.getColor(android.R.color.transparent));
  /external/chromium_org/third_party/WebKit/Source/core/dom/
TextLinkColors.h 43 void setTextColor(const Color& color) { m_textColor = color; }
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
MockView.java 41 setTextColor(0xFF000000);
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
AccountItemView.java 90 mAccountDisplayName.setTextColor(blackColor);
91 mAccountAddress.setTextColor(blackColor);
96 mAccountDisplayName.setTextColor(greyColor);
97 mAccountAddress.setTextColor(greyColor);
  /developers/build/prebuilts/gradle/SlidingTabsColors/Application/src/main/java/com/example/android/slidingtabscolors/
ContentFragment.java 72 indicatorColorView.setTextColor(indicatorColor);
77 dividerColorView.setTextColor(dividerColor);
  /developers/samples/android/ui/views/SlidingTabs/SlidingTabsColors/Application/src/main/java/com/example/android/slidingtabscolors/
ContentFragment.java 72 indicatorColorView.setTextColor(indicatorColor);
77 dividerColorView.setTextColor(dividerColor);
  /development/samples/browseable/SlidingTabsColors/src/com.example.android.slidingtabscolors/
ContentFragment.java 72 indicatorColorView.setTextColor(indicatorColor);
77 dividerColorView.setTextColor(dividerColor);
  /packages/apps/Dialer/src/com/android/dialer/list/
RemoveView.java 79 mRemoveText.setTextColor(mUnhighlightedColor);
85 mRemoveText.setTextColor(mHighlightedColor);
  /frameworks/base/core/java/android/transition/
ChangeText.java 218 view.setTextColor(currAlpha << 24 | startColor & 0xff0000 |
234 view.setTextColor(endColor);
245 view.setTextColor(currAlpha << 24 | Color.red(endColor) << 16 |
253 view.setTextColor(endColor);
280 view.setTextColor(endColor);
293 view.setTextColor(mPausedColor);
  /packages/apps/Calendar/src/com/android/calendar/alerts/
AlertAdapter.java 97 titleView.setTextColor(mPastEventColor);
98 whenView.setTextColor(mPastEventColor);
99 whereView.setTextColor(mPastEventColor);
101 titleView.setTextColor(mTitleColor);
102 whenView.setTextColor(mOtherColor);
103 whereView.setTextColor(mOtherColor);
  /frameworks/support/v4/java/android/support/v4/view/
PagerTitleStrip.java 135 mPrevText.setTextColor(textColor);
136 mCurrText.setTextColor(textColor);
137 mNextText.setTextColor(textColor);
195 mPrevText.setTextColor(transparentColor);
196 mNextText.setTextColor(transparentColor);
205 public void setTextColor(int color) {
207 mCurrText.setTextColor(color);
209 mPrevText.setTextColor(transparentColor);
210 mNextText.setTextColor(transparentColor);
  /development/samples/ApiDemos/src/com/example/android/apis/view/
LabelView.java 73 // can instead call a.getColor() and pass that to setTextColor().
74 setTextColor(a.getColor(R.styleable.LabelView_textColor, 0xFF000000));
118 public void setTextColor(int color) {
  /packages/apps/Settings/src/com/android/settings/quicklaunch/
ShortcutPreference.java 122 titleView.setTextColor(color);
136 summaryView.setTextColor(color);
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
SpamWarningView.java 53 setTextColor(mHighWarningColor);
57 setTextColor(mLowWarningColor);
  /sdk/testapps/customViewTest/libWithCustomView/src/com/android/tests/libwithcustom/
LabelView.java 72 // can instead call a.getColor() and pass that to setTextColor().
73 setTextColor(a.getColor(R.styleable.LabelView_textColor, 0xFF000000));
117 public void setTextColor(int color) {
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/infobar/
TranslateCheckBox.java 29 setTextColor(context.getResources().getColor(R.color.infobar_text));
  /external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
bookmark_button_cell.h 80 - (void)setTextColor:(NSColor*)color;
  /external/chromium_org/remoting/android/java/src/org/chromium/chromoting/
HostListAdapter.java 48 target.setTextColor(mChromoting.getResources().getColor(R.color.host_offline_text));
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
GlyphCacheActivity.java 57 textview.setTextColor(0xff << 24 | (int) (Math.random() * 255) << 16 |
  /packages/apps/Browser/src/com/android/browser/
ErrorConsoleView.java 311 subText.setTextColor(Color.RED);
315 subText.setTextColor(Color.rgb(255,192,0));
318 subText.setTextColor(Color.BLUE);
321 subText.setTextColor(Color.LTGRAY);

Completed in 3167 milliseconds

1 2 3 4 5 6 7