Home
last modified time | relevance | path

Searched refs:setBackground (Results 1 – 25 of 82) 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.java84 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/
DDeepShortcutView.java80 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/
DNotificationMainView.java106 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/
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/Launcher3/quickstep/src/com/android/quickstep/interaction/
DTutorialController.java405 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/
DColorPreference.java93 previewImage.setBackground(null); in onBindViewHolder()
123 swatch.setBackground(null); in onBindListItem()
/packages/apps/DocumentsUI/src/com/android/documentsui/
DNavigationViewManager.java156 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/
DCarUiImeWideScreenController.java367 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/
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.java150 mActionButtons.get(0).setBackground(acceptButton); in bind()
157 mActionButtons.get(1).setBackground(declineButton); in bind()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/widget/
DBottomActionBar.java518 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/
DCheckableLabeledButton.java100 iconView.setBackground( in init()
161 iconView.setBackground(shouldShow ? backgroundMore : background); in setShouldShowMoreIndicator()
/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/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/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/ui/
DProgramDetailsFragment.java257 mBackgroundHelper.setBackground(backgroundDrawable);
371 fragment.mBackgroundHelper.setBackground(drawable);
/packages/apps/Messaging/src/com/android/messaging/ui/
DAsyncImageView.java175 setBackground(mPlaceholderDrawable); in maybeSetupPlaceholderDrawable()
261 setBackground(null); in releaseImageResource()
/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/Launcher3/src/com/android/launcher3/views/
DClipIconView.java338 setBackground(drawable); in setIcon()
372 setBackground(null); in recycle()
/packages/apps/Car/tests/RotaryPlayground/src/com/android/car/rotaryplayground/
DDirectManipulationState.java88 mViewInDirectManipulationMode.setBackground(mOriginalBackground); in disable()
/packages/apps/Launcher3/src/com/android/launcher3/popup/
DArrowPopup.java289 view.setBackground(mRoundedTop.getConstantState().newDrawable()); in assignMarginsAndBackgrounds()
291 view.setBackground(mRoundedBottom.getConstantState().newDrawable()); in assignMarginsAndBackgrounds()
508 mArrow.setBackground(new RoundedArrowDrawable( in updateArrowColor()

1234