Home
last modified time | relevance | path

Searched refs:setBackgroundColor (Results 1 – 25 of 26) sorted by relevance

12

/cts/tests/tests/view/src/android/view/cts/
DViewGroupOverlayTest.java100 redView.setBackgroundColor(Color.RED); in testOverlayWithOneView()
121 redView.setBackgroundColor(Color.RED); in testOverlayWithNonOverlappingViews()
124 greenView.setBackgroundColor(Color.GREEN); in testOverlayWithNonOverlappingViews()
127 blueView.setBackgroundColor(Color.BLUE); in testOverlayWithNonOverlappingViews()
160 redView.setBackgroundColor(Color.RED); in testOverlayWithNonOverlappingViewAndDrawable()
192 redView.setBackgroundColor(Color.RED); in testOverlayWithOverlappingViews()
195 greenView.setBackgroundColor(Color.GREEN); in testOverlayWithOverlappingViews()
229 greenView.setBackgroundColor(Color.GREEN); in testOverlayWithOverlappingViewAndDrawable()
261 redView.setBackgroundColor(Color.RED); in testOverlayViewNoClicks()
285 level3View.setBackgroundColor(Color.RED); in testOverlayReparenting()
DTextureViewCtsActivity.java78 preview.setBackgroundColor(Color.WHITE); in onCreate()
84 content.setBackgroundColor(Color.BLACK); in onCreate()
DViewTest.java697 view.setBackgroundColor(0xFFFF0000); in testSetBackgroundColor()
702 view.setBackgroundColor(0); in testSetBackgroundColor()
2623 child.setBackgroundColor(Color.GREEN); in testAddRemoveAffectsWrapContentLayout()
/cts/tests/leanbackjank/app/src/android/leanbackjank/app/presenter/
DCardPresenter.java64 view.setBackgroundColor(color); in updateCardBackgroundColor()
65 view.findViewById(R.id.info_field).setBackgroundColor(color); in updateCardBackgroundColor()
/cts/hostsidetests/dumpsys/apps/FramestatsTestApp/src/com/android/cts/framestatstestapp/
DFramestatsTestAppActivity.java28 v.setBackgroundColor(0xFF00FF00); in onCreate()
/cts/tests/tests/toastlegacy/src/android/widget/toast/cts/legacy/
DToastActivity.java34 view.setBackgroundColor(Color.BLUE); in onCreate()
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
DBitmapTests.java173 root.setBackgroundColor(Color.BLUE); in testChangeDuringUiAnimation()
194 root.setBackgroundColor(Color.RED); in testChangeDuringUiAnimation()
197 root.setBackgroundColor(Color.BLUE); in testChangeDuringUiAnimation()
DLayerTests.java155 child.setBackgroundColor(Color.BLUE); in testLayerClear()
189 child.setBackgroundColor(Color.BLUE); in testAlphaLayerChild()
216 child.setBackgroundColor(Color.RED); in testLayerInitialSizeZero()
240 child.setBackgroundColor(Color.BLUE); in testLayerResizeZero()
/cts/tests/tests/assist/testapp/src/android/assist/testapp/
DScreenshotActivity.java42 view.setBackgroundColor(backgroundColor); in onResume()
/cts/hostsidetests/services/activityandwindowmanager/windowmanager/alertwindowappsdk25/src/android/server/alertwindowappsdk25/
DAlertWindowTestBaseActivity.java67 view.setBackgroundColor(Color.RED); in createAlertWindow()
/cts/tests/tests/security/src/android/security/cts/
DMotionEventTest.java106 v.setBackgroundColor(Color.GREEN); in testActionOutsideDoesNotContainedObscuredInformation()
113 v.setBackgroundColor(Color.BLUE); in testActionOutsideDoesNotContainedObscuredInformation()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/renderers/
DGLRotationGuideRenderer.java56 public void setBackgroundColor(int value) { in setBackgroundColor() method in GLRotationGuideRenderer
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Fragments/
DRobustnessFragment.java155 mTvPassColour.setBackgroundColor(getResources().getColor(R.color.green)); in setupUILoop()
157 mTvPassColour.setBackgroundColor(getResources().getColor(R.color.red)); in setupUILoop()
/cts/tests/app/app2/src/com/android/app2/
DAlertWindowService.java95 view.setBackgroundColor(BLUE); in addAlertWindow()
/cts/hostsidetests/incident/apps/graphicsstatsapp/src/com/android/server/cts/device/graphicsstats/
DDrawFramesActivity.java100 mColorView.setBackgroundColor(COLORS[mColorIndex]); in updateColor()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/audiolib/
DWaveScopeView.java51 public void setBackgroundColor(int color) { mBackgroundColor = color; } in setBackgroundColor() method in WaveScopeView
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DUSBAudioPeripheralRecordActivity.java128 mWaveView.setBackgroundColor(Color.DKGRAY); in onCreate()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DGyroscopeTestActivity.java217 mRenderer.setBackgroundColor(backgroundColor); in updateWidgets()
/cts/libs/deviceutillegacy/src/android/webkit/cts/
DWebViewOnUiThread.java252 public void setBackgroundColor(final int color) { in setBackgroundColor() method in WebViewOnUiThread
256 mWebView.setBackgroundColor(color); in setBackgroundColor()
/cts/tests/tests/display/src/android/display/cts/
DDisplayTest.java363 content.setBackgroundColor(Color.RED);
/cts/tests/tests/widget/src/android/widget/cts/
DLinearLayoutTest.java655 child1.setBackgroundColor(Color.GREEN); in testVisibilityAffectsLayout()
659 child2.setBackgroundColor(Color.RED); in testVisibilityAffectsLayout()
DPopupWindowTest.java1557 popupView.setBackgroundColor(Color.MAGENTA); in createPopupContent()
/cts/tests/tests/animation/src/android/animation/cts/
DPropertyValuesHolderTest.java780 view.setBackgroundColor((Integer)value); in set()
/cts/tests/autofillservice/src/android/autofillservice/cts/
DLoginActivityTest.java629 view.setBackgroundColor(Color.RED); in testAutoFillOneDatasetAndSaveHidingOverlays()
/cts/tests/tests/webkit/src/android/webkit/cts/
DWebViewTest.java1123 mWebView.setBackgroundColor(Color.CYAN);

12