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

1234

/frameworks/support/v17/leanback/kitkat/android/support/v17/leanback/widget/
H A DBackgroundHelperKitkat.java27 view.setBackground(drawable);
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DGuidedActionEditText.java78 setBackground(mNoPaddingDrawable);
108 setBackground(mSavedBackground);
110 setBackground(mNoPaddingDrawable);
H A DBackgroundHelper.java47 view.setBackground(drawable);
/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/frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/
H A DStringPresenter.java29 tv.setBackground(
H A DBackgroundHelper.java125 // when setBackground is invoked.
128 public void setBackground(Activity activity, Object imageToken) { method in class:BackgroundHelper
/frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/
H A DStringPresenter.java29 tv.setBackground(
H A DBackgroundHelper.java125 // when setBackground is invoked.
128 public void setBackground(Activity activity, Object imageToken) { method in class:BackgroundHelper
/frameworks/support/compat/jellybean/android/support/v4/view/
H A DViewCompatJB.java94 public static void setBackground(View view, Drawable drawable) { method in class:ViewCompatJB
95 view.setBackground(drawable);
/frameworks/support/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/graphics/
H A DPaletteActivity.java194 ViewCompat.setBackground(view.findViewById(R.id.text_vibrant), null);
195 ViewCompat.setBackground(view.findViewById(R.id.text_muted), null);
196 ViewCompat.setBackground(view.findViewById(R.id.text_light_vibrant), null);
197 ViewCompat.setBackground(view.findViewById(R.id.text_light_muted), null);
198 ViewCompat.setBackground(view.findViewById(R.id.text_dark_vibrant), null);
199 ViewCompat.setBackground(view.findViewById(R.id.text_dark_muted), null);
/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/graphics/
H A DPaletteActivity.java194 ViewCompat.setBackground(view.findViewById(R.id.text_vibrant), null);
195 ViewCompat.setBackground(view.findViewById(R.id.text_muted), null);
196 ViewCompat.setBackground(view.findViewById(R.id.text_light_vibrant), null);
197 ViewCompat.setBackground(view.findViewById(R.id.text_light_muted), null);
198 ViewCompat.setBackground(view.findViewById(R.id.text_dark_vibrant), null);
199 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);
H A DLockIcon.java59 setBackground(mTrustDrawable);
102 setBackground(mTrustDrawable);
H A DUserAvatarView.java70 setBackground(mDrawable);
/frameworks/support/v7/cardview/api21/android/support/v7/widget/
H A DRoundRectDrawable.java58 setBackground(backgroundColor);
64 private void setBackground(ColorStateList color) { method in class:RoundRectDrawable
159 setBackground(color);
/frameworks/support/v7/cardview/gingerbread/android/support/v7/widget/
H A DRoundRectDrawableWithShadow.java99 setBackground(backgroundColor);
109 private void setBackground(ColorStateList color) { method in class:RoundRectDrawableWithShadow
381 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/support/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/app/
H A DFragmentArgumentsSupport.java111 ViewCompat.setBackground(
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/app/
H A DFragmentArgumentsSupport.java111 ViewCompat.setBackground(
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSDualTileLabel.java67 firstLineLayout.setBackground(null);
114 tv.setBackground(null);
/frameworks/support/compat/api21/android/support/v4/view/
H A DViewCompatLollipop.java99 view.setBackground(background);
121 view.setBackground(background);
/frameworks/base/core/java/android/app/
H A DSharedElementCallback.java240 view.setBackground(new BitmapDrawable(resources, bitmap));
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DNotificationCustomViewWrapper.java115 mView.setBackground(null);
/frameworks/support/core-ui/java/android/support/v4/widget/
H A DCircleImageView.java73 ViewCompat.setBackground(this, circle);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DKeyguardUserSwitcher.java87 mUserSwitcher.setBackground(null);
98 mUserSwitcher.setBackground(mBackground);

Completed in 606 milliseconds

1234