Searched refs:setBackground (Results 1 - 25 of 118) sorted by relevance

12345

/frameworks/support/leanback/src/main/java/androidx/leanback/widget/
H A DBackgroundHelper.java37 view.setBackground(drawable);
40 view.setBackground(drawable);
H A DGuidedActionEditText.java81 setBackground(mNoPaddingDrawable);
111 setBackground(mSavedBackground);
113 setBackground(mNoPaddingDrawable);
/frameworks/support/car/src/test/java/androidx/car/utils/
H A DListItemBackgroundResolverTest.java48 ListItemBackgroundResolver.setBackground(mMockView, 0, 1);
55 ListItemBackgroundResolver.setBackground(mMockView, 0, 2);
62 ListItemBackgroundResolver.setBackground(mMockView, 1, 2);
69 ListItemBackgroundResolver.setBackground(mMockView, 1, 3);
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
H A DPageContentView.java69 setBackground(mErrorState);
71 setBackground(renderedPage);
107 setBackground(mEmptyState);
109 setBackground(mErrorState);
/frameworks/support/car/src/main/java/androidx/car/utils/
H A DListItemBackgroundResolver.java44 public static void setBackground(View view, int currentPosition, int totalItems) { method in class:ListItemBackgroundResolver
/frameworks/layoutlib/bridge/tests/res/testApp/MyApplication/src/main/myapplication.widgets/
H A DAssetView.java30 setBackground(Drawable.createFromStream(istr, null));
/frameworks/support/frameworks/support/samples/Support4Demos/src/main/java/com/example/android/supportv4/view/
H A DCheckableFrameLayout.java41 ViewCompat.setBackground(this, checked ? new ColorDrawable(0xff0000a0) : null);
/frameworks/support/samples/Support4Demos/src/main/java/com/example/android/supportv4/view/
H A DCheckableFrameLayout.java41 ViewCompat.setBackground(this, checked ? new ColorDrawable(0xff0000a0) : null);
/frameworks/support/frameworks/support/samples/Support7Demos/src/main/java/com/example/android/supportv7/graphics/
H A DPaletteActivity.java197 ViewCompat.setBackground(view.findViewById(R.id.text_vibrant), null);
198 ViewCompat.setBackground(view.findViewById(R.id.text_muted), null);
199 ViewCompat.setBackground(view.findViewById(R.id.text_light_vibrant), null);
200 ViewCompat.setBackground(view.findViewById(R.id.text_light_muted), null);
201 ViewCompat.setBackground(view.findViewById(R.id.text_dark_vibrant), null);
202 ViewCompat.setBackground(view.findViewById(R.id.text_dark_muted), null);
/frameworks/support/samples/Support7Demos/src/main/java/com/example/android/supportv7/graphics/
H A DPaletteActivity.java197 ViewCompat.setBackground(view.findViewById(R.id.text_vibrant), null);
198 ViewCompat.setBackground(view.findViewById(R.id.text_muted), null);
199 ViewCompat.setBackground(view.findViewById(R.id.text_light_vibrant), null);
200 ViewCompat.setBackground(view.findViewById(R.id.text_light_muted), null);
201 ViewCompat.setBackground(view.findViewById(R.id.text_dark_vibrant), null);
202 ViewCompat.setBackground(view.findViewById(R.id.text_dark_muted), null);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardPreviewContainer.java61 setBackground(mBlackBarDrawable);
/frameworks/support/frameworks/support/samples/SupportLeanbackDemos/src/main/java/com/example/android/leanback/
H A DStringPresenter.java34 tv.setBackground(ResourcesCompat.getDrawable(context.getResources(), R.drawable.text_bg,
/frameworks/support/samples/SupportLeanbackDemos/src/main/java/com/example/android/leanback/
H A DStringPresenter.java34 tv.setBackground(ResourcesCompat.getDrawable(context.getResources(), R.drawable.text_bg,
/frameworks/support/compat/src/androidTest/java/androidx/core/view/
H A DViewGroupCompatTest.java60 ViewCompat.setBackground(mViewGroup, new ColorDrawable(Color.GRAY));
/frameworks/support/cardview/src/main/java/androidx/cardview/widget/
H A DRoundRectDrawable.java58 setBackground(backgroundColor);
64 private void setBackground(ColorStateList color) { method in class:RoundRectDrawable
159 setBackground(color);
H A DRoundRectDrawableWithShadow.java97 setBackground(backgroundColor);
107 private void setBackground(ColorStateList color) { method in class:RoundRectDrawableWithShadow
377 setBackground(color);
/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarContextView.java75 setBackground(a.getDrawable(
113 mMenuView.setBackground(null);
127 mMenuView.setBackground(mSplitBackground);
229 mMenuView.setBackground(null);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/grid/
H A DTaskViewFocusFrame.java48 setBackground(mContext.getDrawable(
/frameworks/support/frameworks/support/samples/Support4Demos/src/main/java/com/example/android/supportv4/app/
H A DFragmentArgumentsSupport.java112 ViewCompat.setBackground(
H A DFragmentCustomAnimationSupport.java126 ViewCompat.setBackground(tv,
/frameworks/support/frameworks/support/samples/SupportLeanbackJank/src/main/java/com/google/android/leanbackjank/presenter/
H A DCardPresenter.java88 cardView.setBackground(null);
/frameworks/support/samples/Support4Demos/src/main/java/com/example/android/supportv4/app/
H A DFragmentArgumentsSupport.java112 ViewCompat.setBackground(
H A DFragmentCustomAnimationSupport.java126 ViewCompat.setBackground(tv,
/frameworks/support/samples/SupportLeanbackJank/src/main/java/com/google/android/leanbackjank/presenter/
H A DCardPresenter.java88 cardView.setBackground(null);
/frameworks/base/core/tests/coretests/src/com/android/internal/widget/
H A DBackgroundFallbackTest.java245 bar.setBackground(new ColorDrawable(Color.TRANSPARENT));
253 v.setBackground(background);

Completed in 669 milliseconds

12345