/packages/apps/Settings/src/com/android/settings/notification/app/ |
D | ImportancePreference.java | 120 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/ |
D | FloatingWidgetBackgroundView.java | 102 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/ |
D | BadgeTextView.kt | 73 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/ |
D | DeepShortcutView.java | 81 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/ |
D | GripBarView.java | 96 findViewById(R.id.grip_bar_handle).setBackground(background); in refresh() 106 backButton.setBackground(roundBackground); in refresh() 107 fullscreenButton.setBackground(roundBackground); in refresh()
|
D | TaskViewPanelOverlay.java | 94 mBackground.setBackground(iconBackgroundDrawable); in refresh() 103 mIcon.setBackground(enabled ? getApplicationIcon(mComponentName) : null); in setIconEnabled()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/accessibility/ |
D | BackgroundPreferenceTest.java | 67 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/ |
D | ViewGroupItemVerticalExplodeAnimation.java | 132 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/ |
D | RadioOptions.java | 120 getChildAt(i).setBackground(null); in setSelectedOptionByView() 124 view.setBackground(mBackground); in setSelectedOptionByView()
|
D | BottomBar.java | 325 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/ |
D | BackgroundPreference.java | 78 layout.setBackground(backgroundDrawable); in onBindViewHolder() 87 public void setBackground(@DrawableRes int resId) { in setBackground() method in BackgroundPreference
|
D | ColorPreference.java | 93 previewImage.setBackground(null); in onBindViewHolder() 123 swatch.setBackground(null); in onBindListItem()
|
D | ArrowPreference.java | 36 setBackground( in ArrowPreference()
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/widget/ |
D | DuoTabs.java | 123 mPrimaryTabText.setBackground(null); in updateBackgroundColor() 124 mSecondaryTabText.setBackground(null); in updateBackgroundColor()
|
/packages/apps/Car/Launcher/app/src/com/android/car/carlauncher/homescreen/audio/media/ |
D | MediaCardController.java | 490 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/ |
D | ChooserListAdapter.java | 449 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/ |
D | FrameLayoutWithShadows.java | 71 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/ |
D | NavigationViewManager.java | 199 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/ |
D | CarNotificationActionsView.java | 234 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/ |
D | Views.java | 54 public static void setBackground(View testView, Drawable background) { in setBackground() method in Views
|
/packages/apps/Car/SystemUI/src/com/android/systemui/car/hvac/referenceui/ |
D | FanSpeedBar.java | 212 mOffButton.setBackground(offButtonBg); in onFinishInflate() 218 mMaxButton.setBackground(maxButtonBg); in onFinishInflate()
|
/packages/apps/Dialer/java/com/android/incallui/incall/impl/ |
D | CheckableLabeledButton.java | 100 iconView.setBackground( in init() 161 iconView.setBackground(shouldShow ? backgroundMore : background); in setShouldShowMoreIndicator()
|
/packages/apps/TV/src/com/android/tv/dvr/ui/browse/ |
D | DetailsViewBackgroundHelper.java | 64 public void setBackground(Drawable background) { in setBackground() method in DetailsViewBackgroundHelper
|
D | DvrDetailsFragment.java | 163 mBackgroundHelper.setBackground(backgroundDrawable); in onLoadLogoAndBackgroundImages() 308 fragment.mBackgroundHelper.setBackground(drawable); in onBitmapLoaded()
|
/packages/apps/Contacts/src/com/android/contacts/widget/ |
D | QuickContactImageView.java | 46 setBackground(null); in setTint()
|