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

1234

/packages/apps/DeskClock/src/com/android/deskclock/
H A DBaseActivity.java61 setBackgroundColor(backgroundColor, false /* animate */);
77 setBackgroundColor(Utils.getCurrentHourColor(), true /* animate */);
83 setBackgroundColor(Utils.getCurrentHourColor(), true /* animate */);
113 protected void setBackgroundColor(int color, boolean animate) { method in class:BaseActivity
/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/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 DQuickContactImageView.java45 setBackgroundColor(color);
H A DTransitionAnimationView.java52 mMaskingView.setBackgroundColor(Color.WHITE);
/packages/apps/TV/src/com/android/tv/dvr/ui/
H A DEmptyItemPresenter.java51 view.setBackgroundColor(
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/emoji/
H A DEmojiCategoryPageIndicatorView.java43 setBackgroundColor(backgroundColor);
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
H A DGalleryGridItemView.java140 setBackgroundColor(ConversationDrawables.get().getConversationThemeColor());
147 setBackgroundColor(getResources().getColor(R.color.gallery_image_default_background));
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
H A DCaptionSettingsFragment.java166 mPreviewWindow.setBackgroundColor(style.windowColor);
170 mPreviewWindow.setBackgroundColor(defStyle.windowColor);
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
H A DContactListPinnedHeaderView.java56 setBackgroundColor(backgroundColor);
H A DViewPagerTabStrip.java53 setBackgroundColor(backgroundColor);
/packages/apps/Messaging/src/com/android/messaging/ui/
H A DViewPagerTabStrip.java54 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/ExactCalculator/src/com/android/calculator2/
H A DCalculatorPadViewPager.java95 setBackgroundColor(Color.BLACK);
/packages/apps/Launcher3/src/com/android/launcher3/testing/
H A DLauncherExtension.java178 customContent.setBackgroundColor(Color.GRAY);
/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/Messaging/src/com/android/messaging/ui/animation/
H A DViewGroupItemVerticalExplodeAnimation.java127 shadowContainerLayer.setBackgroundColor(resources.getColor(
159 expandLayer.setBackgroundColor(resources.getColor(
/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 1124 milliseconds

1234