/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()
|
D | TextureViewCtsActivity.java | 91 preview.setBackgroundColor(Color.WHITE); in onCreate() 97 content.setBackgroundColor(Color.BLACK); 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/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() 448 layout.setBackgroundColor(Color.RED); in testWebViewWithParentLayer() 475 layout.setBackgroundColor(Color.RED); in testWebViewScaledWithParentLayer()
|
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 | AlphaBlendTest.java | 69 root.setBackgroundColor(Color.BLACK); in testBlendAlphaNonOverlappingView()
|
D | VectorDrawableTests.java | 88 root.setBackgroundColor(Color.BLUE); in testInvalidateCache()
|
/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/tests/assist/testapp/src/android/assist/testapp/ |
D | ScreenshotActivity.java | 35 view.setBackgroundColor(backgroundColor); in onCreate()
|
/cts/tests/inputmethod/src/android/view/inputmethod/cts/util/ |
D | StateInitializeActivity.java | 43 view.setBackgroundColor(Color.WHITE); in onCreate()
|
/cts/tests/framework/base/windowmanager/alertwindowappsdk25/src/android/server/wm/alertwindowappsdk25/ |
D | AlertWindowTestBaseActivity.java | 67 view.setBackgroundColor(Color.RED); in createAlertWindow()
|
/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/tests/tests/security/src/android/security/cts/ |
D | MotionEventTest.java | 110 v.setBackgroundColor(Color.GREEN); in testActionOutsideDoesNotContainedObscuredInformation() 117 v.setBackgroundColor(Color.BLUE); in testActionOutsideDoesNotContainedObscuredInformation()
|
/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()
|
/cts/tests/inputmethod/mockime/src/com/android/cts/mockime/ |
D | ImeSettings.java | 139 public Builder setBackgroundColor(@ColorInt int color) { in setBackgroundColor() method in ImeSettings.Builder
|
/cts/tests/framework/base/windowmanager/alertwindowservice/src/android/server/wm/alertwindowservice/ |
D | AlertWindowService.java | 95 view.setBackgroundColor(BLUE); in addAlertWindow()
|
/cts/hostsidetests/statsd/apps/statsdapp/src/com/android/server/cts/device/statsd/ |
D | StatsdCtsForegroundActivity.java | 127 v.setBackgroundColor(Color.GREEN); in doShowApplicationOverlay()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/audiolib/ |
D | WaveScopeView.java | 51 public void setBackgroundColor(int color) { mBackgroundColor = color; } in setBackgroundColor() method in WaveScopeView
|
/cts/hostsidetests/incident/apps/graphicsstatsapp/src/com/android/server/cts/device/graphicsstats/ |
D | DrawFramesActivity.java | 100 mColorView.setBackgroundColor(COLORS[mColorIndex]); in updateColor()
|
/cts/libs/deviceutillegacy/src/android/webkit/cts/ |
D | WebViewOnUiThread.java | 173 public void setBackgroundColor(final int color) { in setBackgroundColor() method 175 mWebView.setBackgroundColor(color); in setBackgroundColor()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/ |
D | USBAudioPeripheralRecordActivity.java | 137 mWaveView.setBackgroundColor(Color.DKGRAY); in onCreate()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/ |
D | GyroscopeTestActivity.java | 217 mRenderer.setBackgroundColor(backgroundColor); in updateWidgets()
|
/cts/hostsidetests/incident/apps/batterystatsapp/src/com/android/server/cts/device/batterystats/ |
D | BatteryStatsBgVsFgActions.java | 137 v.setBackgroundColor(Color.GREEN); in showApplicationOverlay()
|
/cts/tests/tests/display/src/android/display/cts/ |
D | DisplayTest.java | 413 content.setBackgroundColor(Color.RED);
|