Home
last modified time | relevance | path

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

12345

/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.java101 setBackground(mBackgroundProperties.mDrawable); in init()
105 mSourceView.setBackground(clipPlaceholder); in init()
108 setBackground(mFallbackDrawable); in init()
127 if (mOriginalBackground != null) mSourceView.setBackground(mOriginalBackground); in finish()
141 setBackground(null); in recycle()
/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/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/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/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/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/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/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.java239 mActionButtons.get(0).setBackground(mCallButtonBackground); in bind()
240 mActionButtons.get(1).setBackground(mDeclineButtonBackground); in bind()
336 button.setBackground(isMuted ? mUnmuteButtonBackground : mActionButtonBackground); in setMuteStatus()
/packages/modules/IntentResolver/java/src/com/android/intentresolver/
DChooserListAdapter.java495 holder.itemView.setBackground(holder.defaultItemViewBackground); in resetViewHolder()
498 holder.text.setBackground(null); in resetViewHolder()
507 holder.itemView.setBackground(null); in bindPlaceholder()
516 holder.text.setBackground(indicator); in bindPinnedIndicator()
/packages/apps/DocumentsUI/src/com/android/documentsui/
DNavigationViewManager.java242 mToolbar.setBackground(new ColorDrawable(dynamicHeaderColor)); in onOffsetChanged()
449 mToolbar.setBackground(mDefaultActionBarBackground); in updateToolbar()
471 mToolbar.setBackground(mDefaultActionBarBackground); in updateToolbar()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/hvac/referenceui/
DFanSpeedBar.java216 mOffButton.setBackground(offButtonBg); in onFinishInflate()
222 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/DocumentsUI/tests/common/com/android/documentsui/testing/
DViews.java54 public static void setBackground(View testView, Drawable background) { in setBackground() method in Views
/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()
/packages/apps/Settings/src/com/android/settings/display/
DConversationMessageView.java189 mContactIconView.setBackground(layerDrawable); in updateViewContent()
229 mMessageTextAndInfoView.setBackground(textBackgroundDrawable); in updateViewAppearance()

12345