/cts/tests/tests/text/src/android/text/style/cts/ |
D | SuggestionRangeSpanTest.java | 46 original.setBackgroundColor(1); in testSerializationDeserialization() 67 span.setBackgroundColor(1); in testSetAndGetBackgroundColor() 74 span.setBackgroundColor(1); in testUpdateDrawState()
|
/cts/tests/tests/view/src/android/view/cts/ |
D | ViewGroupOverlayTest.java | 114 redView.setBackgroundColor(Color.RED); in testOverlayWithOneView() 135 redView.setBackgroundColor(Color.RED); in testOverlayWithNonOverlappingViews() 138 greenView.setBackgroundColor(Color.GREEN); in testOverlayWithNonOverlappingViews() 141 blueView.setBackgroundColor(Color.BLUE); in testOverlayWithNonOverlappingViews() 174 redView.setBackgroundColor(Color.RED); in testOverlayWithNonOverlappingViewAndDrawable() 206 redView.setBackgroundColor(Color.RED); in testOverlayWithOverlappingViews() 209 greenView.setBackgroundColor(Color.GREEN); in testOverlayWithOverlappingViews() 243 greenView.setBackgroundColor(Color.GREEN); in testOverlayWithOverlappingViewAndDrawable() 275 redView.setBackgroundColor(Color.RED); in testOverlayViewNoClicks() 300 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/WallpaperTest/src/android/app/cts/wallpapers/ |
D | WallpaperTestActivity.java | 32 frameLayout.setBackgroundColor(Color.TRANSPARENT); in onCreate()
|
D | WallpaperOverlayTestActivity.java | 43 frameLayout.setBackgroundColor(Color.TRANSPARENT); in onCreate()
|
/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/dreams/CtsDreamOverlayTestApp/src/android/app/dream/cts/app/ |
D | TestDreamService.java | 40 frameLayout.setBackgroundColor(Color.BLUE); in onAttachedToWindow()
|
D | TestSystemDreamService.java | 40 frameLayout.setBackgroundColor(Color.RED); in onAttachedToWindow()
|
D | DreamOverlayService.java | 68 mLayout.setBackgroundColor(Color.YELLOW); in addWindowOverlay()
|
/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()
|
/cts/tests/inputmethod/util/src/android/view/inputmethod/cts/util/ |
D | StateInitializeActivity.java | 43 view.setBackgroundColor(Color.WHITE); in onCreate()
|
/cts/tests/framework/base/windowmanager/src/android/server/wm/backnavigation/ |
D | BackGestureInvokedTest.java | 195 contentView.setBackgroundColor(Color.RED); in addPopupWindow() 213 mContentView.setBackgroundColor(Color.GREEN); in onCreate() 225 mContentView.setBackgroundColor(Color.BLUE); in onCreate()
|
/cts/tests/framework/base/windowmanager/src/android/server/wm/animations/ |
D | BlurTests.java | 180 blurActivity.setBackgroundColor(Color.TRANSPARENT); in testNoBackgroundBlurWhenBlurDisabled() 199 blurActivity.setBackgroundColor(Color.TRANSPARENT); in testNoBackgroundBlurForNonTranslucentWindow() 214 blurActivity.setBackgroundColor(Color.TRANSPARENT); in testNoBlurBehindWhenBlurDisabled() 236 blurActivity.setBackgroundColor(Color.TRANSPARENT); in testNoBlurBehindWhenFlagNotSet() 382 blurActivity.setBackgroundColor(Color.TRANSPARENT); in testAllBlurRemovedAndRestoredWhenToggleBlurDisabled() 518 setBackgroundColor( in setBackgroundBlurRadius() 531 void setBackgroundColor(int color) { in setBackgroundColor() method in BlurTests.BlurActivity 532 getWindow().getDecorView().setBackgroundColor(color); in setBackgroundColor()
|
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/ |
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() 476 layout.setBackgroundColor(Color.RED); in testWebViewWithParentLayer() 503 layout.setBackgroundColor(Color.RED); in testWebViewScaledWithParentLayer()
|
D | BitmapTests.java | 210 root.setBackgroundColor(Color.BLUE); in testChangeDuringUiAnimation() 235 root.setBackgroundColor(Color.RED); in testChangeDuringUiAnimation() 238 root.setBackgroundColor(Color.BLUE); in testChangeDuringUiAnimation()
|
/cts/tests/input/src/android/input/cts/ |
D | TwoWindowsActivity.kt | 86 leftView.setBackgroundColor(Color.GREEN) in launchTwoWindows() 94 rightView.setBackgroundColor(Color.BLUE) in launchTwoWindows()
|
/cts/tests/surfacecontrol/src/android/view/surfacecontrol/cts/ |
D | TestActivity.java | 41 mParentLayout.setBackgroundColor(Color.YELLOW); in onCreate()
|
/cts/tests/inputmethod/testlauncher/src/android/view/inputmethod/ctstestlauncher/ |
D | LauncherActivity.java | 61 delegatorView.setBackgroundColor(Color.GREEN); in onCreate()
|
/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/ |
D | PresentationActivity.java | 58 view.setBackgroundColor(Color.RED); in createPresentationWindow()
|
/cts/tests/framework/base/windowmanager/alertwindowappsdk25/src/android/server/wm/alertwindowappsdk25/ |
D | AlertWindowTestBaseActivity.java | 67 view.setBackgroundColor(Color.RED); in createAlertWindow()
|