Searched refs:setBackgroundColor (Results 1 - 25 of 74) sorted by relevance

123

/frameworks/base/core/tests/coretests/src/android/widget/gridview/
H A DGridSimple.java45 getGridView().setBackgroundColor(0xFFC0C0C0);
51 view.setBackgroundColor(0xFF000000);
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DNinePatchesActivity.java37 layout.setBackgroundColor(0xffffffff);
H A DSimplePatchActivity.java40 setBackgroundColor(0xff000000);
H A DMoreNinePatchesActivity.java40 layout.setBackgroundColor(0xffffffff);
H A DTextGammaActivity.java74 setBackgroundColor(0xffffffff);
H A DThinPatchesActivity.java41 layout.setBackgroundColor(0xffffffff);
/frameworks/base/core/java/android/text/style/
H A DSuggestionRangeSpan.java34 // 0 is a fully transparent black. Has to be set using #setBackgroundColor
67 public void setBackgroundColor(int backgroundColor) { method in class:SuggestionRangeSpan
/frameworks/base/core/tests/coretests/src/android/widget/listview/
H A DListSimple.java47 view.setBackgroundColor(0xFF191919);
/frameworks/support/v7/cardview/base/android/support/v7/widget/
H A DCardViewImpl.java50 void setBackgroundColor(CardViewDelegate cardView, int color); method in interface:CardViewImpl
/frameworks/base/core/tests/coretests/src/android/view/
H A DBigCache.java51 tiny.setBackgroundColor(0xFFFF0000);
56 large.setBackgroundColor(0xFF00FF00);
/frameworks/support/v17/tests/src/android/support/v17/leanback/widget/
H A DGridActivity.java200 v.setBackgroundColor(Color.YELLOW);
202 v.setBackgroundColor(Color.LTGRAY);
217 v.setBackgroundColor(Color.YELLOW);
219 v.setBackgroundColor(Color.LTGRAY);
312 f.setBackgroundColor(Color.LTGRAY);
317 v.setBackgroundColor(Color.YELLOW);
319 v.setBackgroundColor(Color.LTGRAY);
370 holder.itemView.setBackgroundColor(Color.LTGRAY);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DIconMerger.java40 setBackgroundColor(0x800099FF);
/frameworks/base/tests/JobSchedulerTestApp/src/com/android/demo/jobSchedulerApp/
H A DMainActivity.java103 mShowStartView.setBackgroundColor(defaultColor);
106 mShowStopView.setBackgroundColor(defaultColor);
175 mShowStartView.setBackgroundColor(startJobColor);
182 mShowStopView.setBackgroundColor(stopJobColor);
/frameworks/base/tests/LockTaskTests/src/com/google/android/example/locktasktests/
H A DLaunchActivity.java49 findViewById(R.id.root_launch).setBackgroundColor(color);
H A DMainActivity.java35 findViewById(R.id.root_launch).setBackgroundColor(color);
/frameworks/support/v4/java/android/support/v4/widget/
H A DCircleImageView.java117 setBackgroundColor(getContext().getResources().getColor(colorRes));
121 public void setBackgroundColor(int color) { method in class:CircleImageView
/frameworks/base/tests/VectorDrawableTest/src/com/android/test/dynamic/
H A DScaleDrawableTests.java50 container.setBackgroundColor(0xFF888888);
H A DVectorCheckbox.java56 container.setBackgroundColor(0xFF888888);
H A DVectorDrawable01.java55 container.setBackgroundColor(0xFF888888);
H A DBitmapDrawableDupe.java61 container.setBackgroundColor(0xFF888888);
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DHeadersFragment.java141 view.setBackgroundColor(getBackgroundColor());
211 void setBackgroundColor(int color) { method in class:HeadersFragment
216 getView().setBackgroundColor(mBackgroundColor);
H A DHeadersSupportFragment.java143 view.setBackgroundColor(getBackgroundColor());
213 void setBackgroundColor(int color) { method in class:HeadersSupportFragment
218 getView().setBackgroundColor(mBackgroundColor);
/frameworks/support/graphics/drawable/testanimated/src/android/support/test/vectordrawable/
H A DTestAVDActivity.java52 container.setBackgroundColor(0xFF888888);
/frameworks/support/v7/cardview/api21/android/support/v7/widget/
H A DCardViewApi21.java106 public void setBackgroundColor(CardViewDelegate cardView, int color) { method in class:CardViewApi21
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DControlBarPresenter.java234 public void setBackgroundColor(ViewHolder vh, int color) { method in class:ControlBarPresenter
235 vh.mControlsContainer.setBackgroundColor(color);

Completed in 540 milliseconds

123