/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 | 84 setBackground(mBackgroundProperties.mDrawable); in init() 88 mSourceView.setBackground(clipPlaceholder); in init() 91 setBackground(mFallbackDrawable); in init() 110 if (mOriginalBackground != null) mSourceView.setBackground(mOriginalBackground); in finish() 120 setBackground(null); in recycle()
|
/packages/apps/Launcher3/src/com/android/launcher3/shortcuts/ |
D | DeepShortcutView.java | 80 public void setBackground(Drawable background) { in setBackground() method in DeepShortcutView 81 super.setBackground(background); in setBackground() 112 mBubbleText.setBackground(drawable); in tryUpdateTextBackground() 145 mIconView.setBackground(mBubbleText.getIcon()); in applyShortcutInfo()
|
/packages/apps/Launcher3/src/com/android/launcher3/notification/ |
D | NotificationMainView.java | 106 mTextAndBackground.setBackground(mColorDrawable); in updateBackgroundColor() 108 mIconView.setBackground(mNotificationInfo.getIconForBackground(getContext(), in updateBackgroundColor() 147 mIconView.setBackground(mNotificationInfo.getIconForBackground(getContext(), in applyNotificationInfo()
|
/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/Launcher3/quickstep/src/com/android/quickstep/interaction/ |
D | TutorialController.java | 405 mTutorialFragment.getRootView().setBackground(AppCompatResources.getDrawable( in updateDrawables() 414 mFakeTaskView.setBackground(AppCompatResources.getDrawable( in updateDrawables() 418 mFakePreviousTaskView.setBackground(AppCompatResources.getDrawable( in updateDrawables() 420 mFakeIconView.setBackground(AppCompatResources.getDrawable( in updateDrawables()
|
/packages/apps/Settings/src/com/android/settings/accessibility/ |
D | ColorPreference.java | 93 previewImage.setBackground(null); in onBindViewHolder() 123 swatch.setBackground(null); in onBindListItem()
|
/packages/apps/DocumentsUI/src/com/android/documentsui/ |
D | NavigationViewManager.java | 156 mToolbar.setBackground(new ColorDrawable(dynamicHeaderColor)); in onOffsetChanged() 253 mToolbar.setBackground(mDefaultActionBarBackground); in updateToolbar() 275 mToolbar.setBackground(mDefaultActionBarBackground); in updateToolbar()
|
/packages/apps/Car/libs/car-ui-lib/car-ui-lib/src/main/java/com/android/car/ui/imewidescreen/ |
D | CarUiImeWideScreenController.java | 367 mContentAreaAutomotive.setBackground( in onAppPrivateCommand() 375 mContentAreaAutomotive.setBackground( in onAppPrivateCommand() 387 mContentAreaAutomotive.setBackground( in onAppPrivateCommand() 427 mContentAreaAutomotive.setBackground( in onAppPrivateCommand() 833 mContentAreaAutomotive.setBackground( in resetAutomotiveWideScreenViews()
|
/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/Car/Notification/src/com/android/car/notification/template/ |
D | CarNotificationActionsView.java | 150 mActionButtons.get(0).setBackground(acceptButton); in bind() 157 mActionButtons.get(1).setBackground(declineButton); in bind()
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/widget/ |
D | BottomActionBar.java | 518 mBottomSheetView.setBackground(context.getDrawable(R.drawable.bottom_sheet_background)); in setColor() 535 v.setBackground(context.getDrawable(R.drawable.bottom_action_button_background)); in setColor() 541 applyButton.setBackground(context.getDrawable(R.drawable.btn_transparent_background)); in setColor()
|
/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/Car/Hvac/src/com/android/car/hvac/ui/ |
D | FanSpeedBar.java | 157 mOffButton.setBackground(offButtonBg); in onFinishInflate() 163 mMaxButton.setBackground(maxButtonBg); in onFinishInflate()
|
/packages/apps/TV/src/com/android/tv/dvr/ui/browse/ |
D | DvrDetailsFragment.java | 163 mBackgroundHelper.setBackground(backgroundDrawable); in onLoadLogoAndBackgroundImages() 308 fragment.mBackgroundHelper.setBackground(drawable); in onBitmapLoaded()
|
D | DetailsViewBackgroundHelper.java | 64 public void setBackground(Drawable background) { in setBackground() method in DetailsViewBackgroundHelper
|
/packages/apps/Settings/src/com/android/settings/display/ |
D | ConversationMessageView.java | 178 .setBackground(getTintedDrawable(getContext(), iconBase, mIconBackgroundColor)); in updateViewContent() 221 mMessageTextAndInfoView.setBackground(textBackgroundDrawable); in updateViewAppearance()
|
/packages/apps/TV/src/com/android/tv/ui/ |
D | ProgramDetailsFragment.java | 257 mBackgroundHelper.setBackground(backgroundDrawable); 371 fragment.mBackgroundHelper.setBackground(drawable);
|
/packages/apps/Messaging/src/com/android/messaging/ui/ |
D | AsyncImageView.java | 175 setBackground(mPlaceholderDrawable); in maybeSetupPlaceholderDrawable() 261 setBackground(null); in releaseImageResource()
|
/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/Launcher3/src/com/android/launcher3/views/ |
D | ClipIconView.java | 338 setBackground(drawable); in setIcon() 372 setBackground(null); in recycle()
|
/packages/apps/Car/tests/RotaryPlayground/src/com/android/car/rotaryplayground/ |
D | DirectManipulationState.java | 88 mViewInDirectManipulationMode.setBackground(mOriginalBackground); in disable()
|
/packages/apps/Launcher3/src/com/android/launcher3/popup/ |
D | ArrowPopup.java | 289 view.setBackground(mRoundedTop.getConstantState().newDrawable()); in assignMarginsAndBackgrounds() 291 view.setBackground(mRoundedBottom.getConstantState().newDrawable()); in assignMarginsAndBackgrounds() 508 mArrow.setBackground(new RoundedArrowDrawable( in updateArrowColor()
|