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

12

/frameworks/base/core/tests/coretests/src/android/widget/gridview/
H A DGridSimple.java45 getGridView().setBackgroundColor(0xFFC0C0C0);
51 view.setBackgroundColor(0xFF000000);
/frameworks/base/core/java/android/text/style/
H A DSuggestionRangeSpan.java34 // 0 is a fully transparent black. Has to be set using #setBackgroundColor
57 public void setBackgroundColor(int backgroundColor) { method in class:SuggestionRangeSpan
/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/tests/coretests/src/android/widget/listview/
H A DListSimple.java47 view.setBackgroundColor(0xFF191919);
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
H A DNavigationBar.java34 setBackgroundColor(0xFF000000);
H A DStatusBar.java41 setBackgroundColor(0xFF000000);
/frameworks/base/core/tests/coretests/src/android/view/
H A DBigCache.java51 tiny.setBackgroundColor(0xFFFF0000);
56 large.setBackgroundColor(0xFF00FF00);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DIconMerger.java40 setBackgroundColor(0x800099FF);
H A DPhoneStatusBarView.java174 mBar.mStatusBarWindow.setBackgroundColor(0);
223 mBar.mStatusBarWindow.setBackgroundColor(0);
229 mBar.mStatusBarWindow.setBackgroundColor(color);
/frameworks/base/core/java/com/android/internal/app/
H A DPlatLogoActivity.java60 mContent.setBackgroundColor(0xC0000000);
73 bg.setBackgroundColor(BGCOLOR);
/frameworks/ex/carousel/java/com/android/ex/carousel/
H A DCarouselView.java405 public void setBackgroundColor(float red, float green, float blue, float alpha) { method in class:CarouselView
406 mController.setBackgroundColor(red, green, blue, alpha);
411 * null, this overrides {@link CarouselView#setBackgroundColor(Float4)}.
H A DCarouselController.java126 setBackgroundColor(mBackgroundColor.x, mBackgroundColor.y, mBackgroundColor.z,
476 public void setBackgroundColor(float red, float green, float blue, float alpha) { method in class:CarouselController
479 mRenderScript.setBackgroundColor(mBackgroundColor);
485 * null, this overrides {@link CarouselController#setBackgroundColor(Float4)}.
/frameworks/support/v4/java/android/support/v4/view/
H A DPagerTabStrip.java175 public void setBackgroundColor(int color) { method in class:PagerTabStrip
176 super.setBackgroundColor(color);
/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
H A DCompareActivity.java62 mHardwareView.setBackgroundColor(Color.WHITE);
H A DManualActivity.java108 mSoftwareView.setBackgroundColor(Color.WHITE);
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DCameraWidgetFrame.java156 clickBlocker.setBackgroundColor(Color.TRANSPARENT);
212 iv.setBackgroundColor(Color.argb(127, 0, 0, 0));
314 mFakeNavBar.setBackgroundColor(Color.BLACK);
/frameworks/base/core/java/android/view/animation/
H A DAnimation.java246 setBackgroundColor(a.getInt(com.android.internal.R.styleable.Animation_background, 0));
625 public void setBackgroundColor(int bg) { method in class:Animation
/frameworks/base/core/java/android/webkit/
H A DWebViewProvider.java355 public void setBackgroundColor(int color); method in interface:WebViewProvider.ViewDelegate
/frameworks/base/core/tests/coretests/src/android/util/
H A DGridScenario.java337 result.setBackgroundColor(0x55ffffff);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DNotificationRowLayout.java93 setBackgroundColor(0x80FF8000);
/frameworks/ex/carousel/test/src/com/android/carouseltest/
H A DCarouselTestActivity.java160 mView.setBackgroundColor(0.25f, 0.25f, 0.5f, 0.5f);

Completed in 1506 milliseconds

12