Home
last modified time | relevance | path

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

1234

/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/Launcher3/src/com/android/launcher3/allapps/
DAllAppsContainerView.java119 getRevealView().setBackground(new InsetDrawable(mBaseDrawable, in updateBackground()
121 getContentView().setBackground( in updateBackground()
125 getRevealView().setBackground(mBaseDrawable); in updateBackground()
290 getContentView().setBackground(null); in onFinishInflate()
/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/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/Car/Radio/src/com/android/car/radio/
DRadioBandButton.java87 setBackground(mSelectedBackground); in setIsBandSelected()
90 setBackground(mNormalBackground); in setIsBandSelected()
/packages/apps/Car/Dialer/src/com/android/car/dialer/
DStrequentsAdapter.java258 setBackground(viewHolder); in onBindLastCallRow()
356 setBackground(viewHolder); in onBindView()
363 private void setBackground(CallLogViewHolder viewHolder) { in setBackground() method in StrequentsAdapter
DOngoingCallFragment.java197 mAnswerCallButton.setBackground(answerCallDrawable); in onCreateView()
218 mEndCallButton.setBackground(endCallDrawable); in onCreateView()
230 mUnholdCallButton.setBackground(unholdCallDrawable); in onCreateView()
/packages/apps/Settings/src/com/android/settings/accessibility/
DColorPreference.java92 previewImage.setBackground(null); in onBindViewHolder()
122 swatch.setBackground(null); in onBindListItem()
/packages/apps/Launcher3/src/com/android/launcher3/notification/
DNotificationMainView.java72 mTextAndBackground.setBackground(rippleBackground); in onFinishInflate()
97 iconView.setBackground(mNotificationInfo.getIconForBackground(getContext(), in applyNotificationInfo()
/packages/services/Car/car-support-lib/src/android/support/car/app/menu/
DEmbeddedCarUiController.java140 public void setBackground(Bitmap bitmap) { in setBackground() method in EmbeddedCarUiController
141 mCarUiEntry.setBackground(bitmap); in setBackground()
DCarDrawerActivity.java261 public void setBackground(Bitmap bitmap) { in setBackground() method in CarDrawerActivity
262 mUiController.setBackground(bitmap); in setBackground()
/packages/apps/Launcher3/src/com/android/launcher3/
DBaseContainerView.java139 mRevealView.setBackground(new InsetDrawable(mBaseDrawable, in updateBackground()
141 mContent.setBackground(new InsetDrawable(mBaseDrawable, in updateBackground()
/packages/apps/Dialer/java/com/android/incallui/incall/impl/
DCheckableLabeledButton.java91 iconView.setBackground(getResources().getDrawable(R.drawable.incall_button_background, null)); in init()
137 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/Settings/src/com/android/settings/display/
DConversationMessageView.java178 .setBackground(getTintedDrawable(getContext(), iconBase, mIconBackgroundColor)); in updateViewContent()
221 mMessageTextAndInfoView.setBackground(textBackgroundDrawable); in updateViewAppearance()
/packages/apps/Dialer/java/com/android/incallui/contactgrid/
DContactGridManager.java289 avatarImageView.setBackground( in updatePrimaryNameAndPhoto()
305 avatarImageView.setBackground(letterTile); in updatePrimaryNameAndPhoto()
/packages/services/Car/tests/InstrumentClusterRendererSample/src/com/android/car/cluster/sample/cards/
DCardView.java185 icon.setBackground(null); in switchImageViewBitmpa()
257 public void setBackground(Bitmap bmpPicture, int backgroundColor) { in setBackground() method in CardView
/packages/apps/Messaging/src/com/android/messaging/ui/
DAsyncImageView.java173 setBackground(mPlaceholderDrawable); in maybeSetupPlaceholderDrawable()
259 setBackground(null); in releaseImageResource()
/packages/apps/TV/src/com/android/tv/dvr/ui/
DDvrDetailsFragment.java199 mBackgroundHelper.setBackground(backgroundDrawable); in onLoadLogoAndBackgroundImages()
339 fragment.mBackgroundHelper.setBackground(drawable); in onBitmapLoaded()
/packages/services/Car/car-ui-provider/src/android/car/ui/provider/
DCarUiEntry.java187 public void setBackground(Bitmap bitmap) { in setBackground() method in CarUiEntry
190 bg.setBackground(bd); in setBackground()
/packages/apps/Contacts/src/com/android/contacts/editor/
DLabeledEditorView.java604 view.setBackground(null); in getView()
620 dropDownView.setBackground(getContext().getDrawable(R.drawable.drawer_item_background)); in getDropDownView()
/packages/apps/Messaging/src/com/android/messaging/datamodel/
DBugleNotifications.java792 wearableExtender.setBackground(avatarHiResBitmap); in fireOffNotification()
798 wearableExtender.setBackground(defaultBackground); in fireOffNotification()
827 photoPageWearableExtender.setBackground(wearBitmap); in fireOffNotification()
/packages/apps/Car/Overview/src/com/android/car/overview/
DOverviewFabButton.java52 setBackground(mFabDrawable);
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
DViews.java54 public static void setBackground(View testView, Drawable background) { in setBackground() method in Views

1234