Home
last modified time | relevance | path

Searched refs:setBackground (Results 1 – 25 of 76) sorted by relevance

1234

/packages/apps/Settings/src/com/android/settings/notification/
DImportancePreference.java120 mAlertButton.setBackground(unselectedBackground); in onBindViewHolder()
121 mSilenceButton.setBackground(selectedBackground); in onBindViewHolder()
126 mSilenceButton.setBackground(unselectedBackground); in onBindViewHolder()
127 mAlertButton.setBackground(selectedBackground); in onBindViewHolder()
134 mAlertButton.setBackground(unselectedBackground); in onBindViewHolder()
135 mSilenceButton.setBackground(selectedBackground); in onBindViewHolder()
147 mSilenceButton.setBackground(unselectedBackground); in onBindViewHolder()
148 mAlertButton.setBackground(selectedBackground); in onBindViewHolder()
/packages/apps/Messaging/src/com/android/messaging/ui/animation/
DViewGroupItemVerticalExplodeAnimation.java132 mViewToAnimate.setBackground(null); in startAnimation()
170 mSnapshot.setBackground(new BitmapDrawable(resources, mViewBitmap)); in startAnimation()
183 mViewToAnimate.setBackground(oldBackground); in startAnimation()
/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/
DTelecomActivity.java138 public void setBackground(Drawable background) { in setBackground() method in TelecomActivity
139 findViewById(android.R.id.content).setBackground(background); in setBackground()
431 mToolbarContainer.setBackground(drawable); in setActionBarBackground()
433 mToolbar.setBackground(drawable); in setActionBarBackground()
/packages/apps/Camera2/src/com/android/camera/ui/
DRadioOptions.java120 getChildAt(i).setBackground(null); in setSelectedOptionByView()
124 view.setBackground(mBackground); in setSelectedOptionByView()
DBottomBar.java325 super.setBackground(null); in setOverlayBottomBar()
411 mShutterButton.setBackground(shutterBackground); in setupShutterBackgroundForModeIndex()
412 mCancelButton.setBackground(applyCircleDrawableToShutterBackground( in setupShutterBackgroundForModeIndex()
/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/common/
DDialerBaseFragment.java43 void setBackground(Drawable background); in setBackground() method
74 ((DialerFragmentParent) parentActivity).setBackground(getFullScreenBackgroundColor()); in setFullScreenBackground()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/accessibility/
DColorPreference.java93 previewImage.setBackground(null); in onBindViewHolder()
123 swatch.setBackground(null); in onBindListItem()
/packages/apps/Settings/src/com/android/settings/accessibility/
DColorPreference.java93 previewImage.setBackground(null); in onBindViewHolder()
123 swatch.setBackground(null); in onBindListItem()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
DFrameLayoutWithShadows.java71 public void setBackground(Drawable background) { in setBackground() method in FrameLayoutWithShadows.ShadowView
72 super.setBackground(background); in setBackground()
297 shadowView.setBackground(shadow); in addShadowView()
/packages/apps/Car/Notification/src/com/android/car/notification/template/
DCarNotificationActionsView.java140 mActionButtons.get(0).setBackground(acceptButton); in bind()
147 mActionButtons.get(1).setBackground(declineButton); in bind()
/packages/apps/Launcher3/src/com/android/launcher3/notification/
DNotificationMainView.java104 mTextAndBackground.setBackground(rippleBackground); in onFinishInflate()
133 mIconView.setBackground(mNotificationInfo.getIconForBackground(getContext(), in applyNotificationInfo()
/packages/apps/Car/Hvac/src/com/android/car/hvac/ui/
DFanSpeedBar.java157 mOffButton.setBackground(offButtonBg); in onFinishInflate()
163 mMaxButton.setBackground(maxButtonBg); in onFinishInflate()
/packages/apps/Dialer/java/com/android/incallui/incall/impl/
DCheckableLabeledButton.java100 iconView.setBackground( in init()
161 iconView.setBackground(shouldShow ? backgroundMore : background); in setShouldShowMoreIndicator()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/display/
DConversationMessageView.java178 .setBackground(getTintedDrawable(getContext(), iconBase, mIconBackgroundColor)); in updateViewContent()
221 mMessageTextAndInfoView.setBackground(textBackgroundDrawable); in updateViewAppearance()
/packages/apps/Settings/src/com/android/settings/display/
DConversationMessageView.java178 .setBackground(getTintedDrawable(getContext(), iconBase, mIconBackgroundColor)); in updateViewContent()
221 mMessageTextAndInfoView.setBackground(textBackgroundDrawable); in updateViewAppearance()
/packages/apps/TV/src/com/android/tv/dvr/ui/browse/
DDvrDetailsFragment.java163 mBackgroundHelper.setBackground(backgroundDrawable); in onLoadLogoAndBackgroundImages()
308 fragment.mBackgroundHelper.setBackground(drawable); in onBitmapLoaded()
DDetailsViewBackgroundHelper.java64 public void setBackground(Drawable background) { in setBackground() method in DetailsViewBackgroundHelper
/packages/apps/Messaging/src/com/android/messaging/ui/
DAsyncImageView.java173 setBackground(mPlaceholderDrawable); in maybeSetupPlaceholderDrawable()
259 setBackground(null); in releaseImageResource()
/packages/apps/TV/src/com/android/tv/ui/
DProgramDetailsFragment.java240 mBackgroundHelper.setBackground(backgroundDrawable);
354 fragment.mBackgroundHelper.setBackground(drawable);
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
DViews.java54 public static void setBackground(View testView, Drawable background) { in setBackground() method in Views
/packages/apps/Car/Dialer/tests/robotests/src/com/android/car/dialer/
DFragmentTestActivity.java49 public void setBackground(Drawable background) { in setBackground() method in FragmentTestActivity
/packages/apps/Dialer/java/com/android/incallui/contactgrid/
DContactGridManager.java352 avatarImageView.setBackground( in loadPhotoWithLegacy()
372 avatarImageView.setBackground(letterTile); in loadPhotoWithLegacy()
/packages/apps/Car/Dialer/src/com/android/car/dialer/widget/
DCheckableRelativeLayout.java57 childView.setBackground(null); in onFinishInflate()
/packages/apps/Contacts/src/com/android/contacts/widget/
DQuickContactImageView.java46 setBackground(null); in setTint()
/packages/apps/Car/Radio/src/com/android/car/radio/widget/
DBandSelectorFlat.java79 btn.setBackground(ctx.getDrawable(active in setType()

1234