Searched refs:setBackgroundColor (Results 1 - 25 of 73) sorted by relevance

123

/packages/apps/Mms/src/org/w3c/dom/smil/
H A DElementLayout.java35 public void setBackgroundColor(String backgroundColor) method in interface:ElementLayout
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/display/daydream/
H A DDaydreamVoiceAction.java38 view.setBackgroundColor(Color.BLACK);
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DDefaultSoftKeyboard.java646 text1.setBackgroundColor(res.getColor(R.color.indicator_textbackground_default));
647 text2.setBackgroundColor(res.getColor(R.color.indicator_textbackground_default));
652 text1.setBackgroundColor(res.getColor(R.color.indicator_textbackground_default));
653 text2.setBackgroundColor(res.getColor(R.color.indicator_textbackground_default));
658 text1.setBackgroundColor(res.getColor(R.color.indicator_background_lock_caps));
659 text2.setBackgroundColor(res.getColor(R.color.indicator_textbackground_default));
664 text1.setBackgroundColor(res.getColor(R.color.indicator_textbackground_default));
665 text2.setBackgroundColor(res.getColor(R.color.indicator_textbackground_default));
670 text1.setBackgroundColor(res.getColor(R.color.indicator_textbackground_default));
671 text2.setBackgroundColor(re
[all...]
H A DUserDictionaryToolsList.java513 v.setBackgroundColor(FOCUS_BACKGROUND_COLOR);
515 sFocusingPairView.setBackgroundColor(FOCUS_BACKGROUND_COLOR);
520 v.setBackgroundColor(UNFOCUS_BACKGROUND_COLOR);
522 sFocusingPairView.setBackgroundColor(UNFOCUS_BACKGROUND_COLOR);
683 stroke.setBackgroundColor(UNFOCUS_BACKGROUND_COLOR);
702 candidate.setBackgroundColor(UNFOCUS_BACKGROUND_COLOR);
/packages/apps/Calendar/src/com/android/calendar/selectcalendars/
H A DCalendarColorSquare.java42 public void setBackgroundColor(int color) { method in class:CalendarColorSquare
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
H A DCaptionPreviewFragment.java224 mPreviewText.setBackgroundColor(color);
231 mPreviewText.setBackgroundColor(color);
248 mPreviewWindow.setBackgroundColor(defStyle.windowColor);
256 mPreviewWindow.setBackgroundColor(color);
263 mPreviewWindow.setBackgroundColor(color);
294 mPreviewWindow.setBackgroundColor(mWindowColor);
297 mPreviewWindow.setBackgroundColor(defStyle.windowColor);
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DSpamWarningView.java52 setBackgroundColor(mHighWarningBackgroundColor);
56 setBackgroundColor(mLowWarningBackgroundColor);
/packages/apps/Contacts/src/com/android/contacts/widget/
H A DTransitionAnimationView.java52 mMaskingView.setBackgroundColor(Color.WHITE);
H A DQuickContactImageView.java50 setBackgroundColor(color);
/packages/apps/Mms/src/com/android/mms/dom/smil/
H A DSmilRootLayoutElementImpl.java53 public void setBackgroundColor(String backgroundColor) throws DOMException { method in class:SmilRootLayoutElementImpl
/packages/apps/Mms/src/com/android/mms/model/
H A DRegionModel.java143 public void setBackgroundColor(String bgColor) { method in class:RegionModel
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/emoji/
H A DEmojiCategoryPageIndicatorView.java43 setBackgroundColor(backgroundColor);
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
H A DContactListPinnedHeaderView.java53 setBackgroundColor(backgroundColor);
H A DViewPagerTabStrip.java53 setBackgroundColor(backgroundColor);
/packages/apps/Settings/src/com/android/settings/accessibility/
H A DEdgeTypePreference.java59 preview.setBackgroundColor(DEFAULT_BACKGROUND_COLOR);
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DSecureConversationViewController.java98 mMessageHeaderView.setBackgroundColor(color);
99 mSnapHeaderView.setBackgroundColor(color);
100 mMessageFooterView.setBackgroundColor(color);
/packages/apps/Calculator/src/com/android/calculator2/
H A DCalculatorPadViewPager.java101 setBackgroundColor(getResources().getColor(android.R.color.black));
/packages/apps/DeskClock/src/com/android/deskclock/timer/
H A DTimerAlertFullScreen.java80 getWindow().getDecorView().setBackgroundColor(Utils.getCurrentHourColor());
/packages/apps/Launcher3/src/com/android/launcher3/
H A DFocusIndicatorView.java50 setBackgroundColor(getResources().getColor(R.color.focused_background));
/packages/apps/Mms/src/com/android/mms/ui/
H A DSlideView.java114 mImageView.setBackgroundColor(0xFFFF0000);
146 mVideoView.setBackgroundColor(0xFFFF0000);
174 mAudioInfoView.setBackgroundColor(0xFFFF0000);
237 mScrollText.setBackgroundColor(0xFF00FF00);
/packages/experimental/DreamTheater/src/com/android/dreamtheater/
H A DBouncyDroid.java152 setBackgroundColor(0xFF444444);
163 b.setBackgroundColor(0); // very hard to see! :)
188 mBug.setBackgroundColor(0x2000FF00);
194 mBug.setBackgroundColor(0);
/packages/apps/Calendar/src/com/android/calendar/
H A DStickyHeaderListView.java249 mSeparatorView.setBackgroundColor(color);
390 mDummyHeader.setBackgroundColor(Color.TRANSPARENT);
/packages/apps/Camera/src/com/android/camera/
H A DPanoProgressBar.java84 public void setBackgroundColor(int color) { method in class:PanoProgressBar
/packages/apps/Camera2/src/com/android/camera/
H A DPanoProgressBar.java86 public void setBackgroundColor(int color) { method in class:PanoProgressBar
/packages/apps/Camera2/src/com/android/camera/ui/
H A DModeSelectorItem.java86 setBackgroundColor(color);

Completed in 624 milliseconds

123