/cts/tests/tests/view/src/android/view/cts/ |
D | ViewGroupOverlayTest.java | 101 redView.setBackgroundColor(Color.RED); in testOverlayWithOneView() 122 redView.setBackgroundColor(Color.RED); in testOverlayWithNonOverlappingViews() 125 greenView.setBackgroundColor(Color.GREEN); in testOverlayWithNonOverlappingViews() 128 blueView.setBackgroundColor(Color.BLUE); in testOverlayWithNonOverlappingViews() 161 redView.setBackgroundColor(Color.RED); in testOverlayWithNonOverlappingViewAndDrawable() 193 redView.setBackgroundColor(Color.RED); in testOverlayWithOverlappingViews() 196 greenView.setBackgroundColor(Color.GREEN); in testOverlayWithOverlappingViews() 230 greenView.setBackgroundColor(Color.GREEN); in testOverlayWithOverlappingViewAndDrawable() 262 redView.setBackgroundColor(Color.RED); in testOverlayViewNoClicks() 287 level3View.setBackgroundColor(Color.RED); in testOverlayReparenting()
|
/cts/hostsidetests/dumpsys/apps/FramestatsTestApp/src/com/android/cts/framestatstestapp/ |
D | FramestatsTestAppActivity.java | 28 v.setBackgroundColor(0xFF00FF00); in onCreate()
|
/cts/tests/tests/toastlegacy/src/android/widget/toast/cts/legacy/ |
D | ToastActivity.java | 34 view.setBackgroundColor(Color.BLUE); in onCreate()
|
/cts/tests/leanbackjank/app/src/android/leanbackjank/app/presenter/ |
D | CardPresenter.java | 53 findViewById(R.id.info_field).setBackgroundColor( in onCreateViewHolder() 72 cardView.setBackgroundColor(sDefaultBackgroundColor); in onBindViewHolder()
|
/cts/tests/app/shared/src/android/app/stubs/shared/ |
D | FakeView.java | 32 setBackgroundColor(BACKGROUND_COLOR); in FakeView()
|
D | AppAccessibilityService.java | 73 mView.setBackgroundColor(BACKGROUND_COLOR); in onServiceConnected()
|
/cts/tests/tests/assist/testapp/src/android/assist/testapp/ |
D | ScreenshotActivity.java | 35 view.setBackgroundColor(backgroundColor); in onCreate()
|
/cts/tests/framework/base/windowmanager/overlayappbase/src/android/server/wm/overlay/ |
D | ToastActivity.java | 37 view.setBackgroundColor(BACKGROUND_COLOR); in onResume()
|
D | OverlayActivity.java | 42 view.setBackgroundColor(BACKGROUND_COLOR); in onCreate()
|
D | ExitAnimationActivity.java | 42 view.setBackgroundColor(BACKGROUND_COLOR); in onCreate()
|
/cts/tests/inputmethod/src/android/view/inputmethod/cts/util/ |
D | StateInitializeActivity.java | 43 view.setBackgroundColor(Color.WHITE); in onCreate()
|
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/ |
D | BitmapTests.java | 181 root.setBackgroundColor(Color.BLUE); in testChangeDuringUiAnimation() 202 root.setBackgroundColor(Color.RED); in testChangeDuringUiAnimation() 205 root.setBackgroundColor(Color.BLUE); in testChangeDuringUiAnimation()
|
D | LayerTests.java | 128 child.setBackgroundColor(Color.RED); in testLayerPaintAlphaChanged() 202 child.setBackgroundColor(Color.BLUE); in testLayerClear() 241 child.setBackgroundColor(Color.BLUE); in testAlphaLayerChild() 268 child.setBackgroundColor(Color.RED); in testLayerInitialSizeZero() 292 child.setBackgroundColor(Color.BLUE); in testLayerResizeZero() 422 layout.setBackgroundColor(Color.RED); in testWebViewWithOffsetLayer() 448 layout.setBackgroundColor(Color.RED); in testWebViewWithParentLayer() 475 layout.setBackgroundColor(Color.RED); in testWebViewScaledWithParentLayer()
|
D | AlphaBlendTest.java | 69 root.setBackgroundColor(Color.BLACK); in testBlendAlphaNonOverlappingView()
|
/cts/tests/tests/security/src/android/security/cts/ |
D | FlagSlipperyTest.kt | 162 view.setBackgroundColor(android.graphics.Color.RED) in addWindow() 229 surfaceView.setBackgroundColor(android.graphics.Color.GREEN) in addEmbeddedHostWindow() 253 embeddedView.setBackgroundColor(android.graphics.Color.RED) in addEmbeddedView()
|
D | MotionEventTest.java | 110 v.setBackgroundColor(Color.GREEN); in testActionOutsideDoesNotContainedObscuredInformation() 117 v.setBackgroundColor(Color.BLUE); in testActionOutsideDoesNotContainedObscuredInformation()
|
/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/ |
D | PresentationActivity.java | 58 view.setBackgroundColor(Color.RED); in createPresentationWindow()
|
D | OverlayTestService.java | 59 mView.setBackgroundColor(Color.RED); in addWindow()
|
/cts/tests/framework/base/windowmanager/src/android/server/wm/ |
D | DisplayHashManagerTest.java | 211 mTestView.setBackgroundColor(Color.BLUE); in testGenerateDisplayHash_ViewOffscreen() 252 mTestView.setBackgroundColor(Color.BLUE); in testGenerateDisplayHash_WindowOffscreen() 369 blueView.setBackgroundColor(Color.BLUE); in testGenerateAndVerifyDisplayHash_MultiColor() 373 redView.setBackgroundColor(Color.RED); in testGenerateAndVerifyDisplayHash_MultiColor() 420 mTestView.setBackgroundColor(Color.BLUE); in setupChildView()
|
/cts/tests/framework/base/windowmanager/alertwindowappsdk25/src/android/server/wm/alertwindowappsdk25/ |
D | AlertWindowTestBaseActivity.java | 67 view.setBackgroundColor(Color.RED); in createAlertWindow()
|
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/ |
D | SimpleKeyguardService.java | 78 rootView.setBackgroundColor(Color.WHITE); in createView()
|
/cts/tests/app/app/src/android/app/stubs/ |
D | LocalAlertService.java | 74 view.setBackgroundColor(Color.RED); in showAlertWindow()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/renderers/ |
D | GLRotationGuideRenderer.java | 56 public void setBackgroundColor(int value) { in setBackgroundColor() method in GLRotationGuideRenderer
|
/cts/hostsidetests/securitybulletin/test-apps/CVE-2021-0523/src/android/security/cts/CVE_2021_0523/ |
D | PocService.java | 87 mButton.setBackgroundColor(Color.parseColor("#BEBEBE")); // R-BE G-BE B-BE in showFloatingWindow()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Fragments/ |
D | RobustnessFragment.java | 155 mTvPassColour.setBackgroundColor(getResources().getColor(R.color.green)); in setupUILoop() 157 mTvPassColour.setBackgroundColor(getResources().getColor(R.color.red)); in setupUILoop()
|