Home
last modified time | relevance | path

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

1234

/packages/apps/Settings/src/com/android/settings/notification/app/
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/Launcher3/quickstep/src/com/android/quickstep/views/
DFloatingWidgetBackgroundView.java102 setBackground(mBackgroundProperties.mDrawable); in init()
106 mSourceView.setBackground(clipPlaceholder); in init()
109 setBackground(mFallbackDrawable); in init()
128 if (mOriginalBackground != null) mSourceView.setBackground(mOriginalBackground); in finish()
142 setBackground(null); in recycle()
/packages/modules/IntentResolver/java/src/com/android/intentresolver/widget/
DBadgeTextView.kt73 super.setBackground(value)
98 override fun setBackground(background: Drawable?) { in setBackground() method in com.android.intentresolver.widget.BadgeTextView
100 super.setBackground(background) in setBackground()
/packages/apps/Launcher3/src/com/android/launcher3/shortcuts/
DDeepShortcutView.java81 public void setBackground(Drawable background) { in setBackground() method in DeepShortcutView
82 super.setBackground(background); in setBackground()
113 mBubbleText.setBackground(drawable); in tryUpdateTextBackground()
146 mIconView.setBackground(mBubbleText.getIcon()); in applyShortcutInfo()
/packages/services/Car/car_product/car_ui_portrait/apps/CarUiPortraitLauncher/src/com/android/car/portraitlauncher/panel/
DGripBarView.java96 findViewById(R.id.grip_bar_handle).setBackground(background); in refresh()
106 backButton.setBackground(roundBackground); in refresh()
107 fullscreenButton.setBackground(roundBackground); in refresh()
DTaskViewPanelOverlay.java94 mBackground.setBackground(iconBackgroundDrawable); in refresh()
103 mIcon.setBackground(enabled ? getApplicationIcon(mComponentName) : null); in setIconEnabled()
/packages/apps/Settings/tests/robotests/src/com/android/settings/accessibility/
DBackgroundPreferenceTest.java67 mPreference.setBackground(android.R.drawable.screen_background_dark); in setBackground_success()
70 verify(mLinearLayout).setBackground(any()); in setBackground_success()
/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/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/Settings/src/com/android/settings/accessibility/
DBackgroundPreference.java78 layout.setBackground(backgroundDrawable); in onBindViewHolder()
87 public void setBackground(@DrawableRes int resId) { in setBackground() method in BackgroundPreference
DColorPreference.java93 previewImage.setBackground(null); in onBindViewHolder()
123 swatch.setBackground(null); in onBindListItem()
DArrowPreference.java36 setBackground( in ArrowPreference()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/widget/
DDuoTabs.java123 mPrimaryTabText.setBackground(null); in updateBackgroundColor()
124 mSecondaryTabText.setBackground(null); in updateBackgroundColor()
/packages/apps/Car/Launcher/app/src/com/android/car/carlauncher/homescreen/audio/media/
DMediaCardController.java490 mSkipNextButton.setBackground(mView.getContext().getDrawable( in updateSkipButtonsWithPlaybackState()
500 mSkipNextButton.setBackground(null); in updateSkipButtonsWithPlaybackState()
507 mSkipPrevButton.setBackground(mView.getContext().getDrawable( in updateSkipButtonsWithPlaybackState()
517 mSkipPrevButton.setBackground(null); in updateSkipButtonsWithPlaybackState()
/packages/modules/IntentResolver/java/src/com/android/intentresolver/
DChooserListAdapter.java449 holder.itemView.setBackground(holder.defaultItemViewBackground); in resetViewHolder()
454 holder.text.setBackground(null); in resetViewHolder()
463 holder.itemView.setBackground(null); in bindPlaceholder()
471 holder.text.setBackground(indicator); in bindGroupIndicator()
477 holder.text.setBackground(indicator); in bindPinnedIndicator()
/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/DocumentsUI/src/com/android/documentsui/
DNavigationViewManager.java199 mToolbar.setBackground(new ColorDrawable(dynamicHeaderColor)); in onOffsetChanged()
305 mToolbar.setBackground(mDefaultActionBarBackground); in updateToolbar()
327 mToolbar.setBackground(mDefaultActionBarBackground); in updateToolbar()
/packages/apps/Car/Notification/src/com/android/car/notification/template/
DCarNotificationActionsView.java234 mActionButtons.get(0).setBackground(mCallButtonBackground); in bind()
235 mActionButtons.get(1).setBackground(mDeclineButtonBackground); in bind()
332 button.setBackground(isMuted ? mUnmuteButtonBackground : mActionButtonBackground); in setMuteStatus()
/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/SystemUI/src/com/android/systemui/car/hvac/referenceui/
DFanSpeedBar.java212 mOffButton.setBackground(offButtonBg); in onFinishInflate()
218 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/apps/TV/src/com/android/tv/dvr/ui/browse/
DDetailsViewBackgroundHelper.java64 public void setBackground(Drawable background) { in setBackground() method in DetailsViewBackgroundHelper
DDvrDetailsFragment.java163 mBackgroundHelper.setBackground(backgroundDrawable); in onLoadLogoAndBackgroundImages()
308 fragment.mBackgroundHelper.setBackground(drawable); in onBitmapLoaded()
/packages/apps/Contacts/src/com/android/contacts/widget/
DQuickContactImageView.java46 setBackground(null); in setTint()

1234