Home
last modified time | relevance | path

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

12

/cts/tests/tests/view/src/android/view/cts/
DViewGroupOverlayTest.java101 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()
DTextureViewCtsActivity.java91 preview.setBackgroundColor(Color.WHITE); in onCreate()
97 content.setBackgroundColor(Color.BLACK); in onCreate()
/cts/tests/leanbackjank/app/src/android/leanbackjank/app/presenter/
DCardPresenter.java53 findViewById(R.id.info_field).setBackgroundColor( in onCreateViewHolder()
72 cardView.setBackgroundColor(sDefaultBackgroundColor); in onBindViewHolder()
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
DLayerTests.java128 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()
DBitmapTests.java181 root.setBackgroundColor(Color.BLUE); in testChangeDuringUiAnimation()
202 root.setBackgroundColor(Color.RED); in testChangeDuringUiAnimation()
205 root.setBackgroundColor(Color.BLUE); in testChangeDuringUiAnimation()
DAlphaBlendTest.java69 root.setBackgroundColor(Color.BLACK); in testBlendAlphaNonOverlappingView()
DVectorDrawableTests.java88 root.setBackgroundColor(Color.BLUE); in testInvalidateCache()
/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/assist/testapp/src/android/assist/testapp/
DScreenshotActivity.java35 view.setBackgroundColor(backgroundColor); in onCreate()
/cts/tests/inputmethod/src/android/view/inputmethod/cts/util/
DStateInitializeActivity.java43 view.setBackgroundColor(Color.WHITE); in onCreate()
/cts/tests/framework/base/windowmanager/alertwindowappsdk25/src/android/server/wm/alertwindowappsdk25/
DAlertWindowTestBaseActivity.java67 view.setBackgroundColor(Color.RED); in createAlertWindow()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/renderers/
DGLRotationGuideRenderer.java56 public void setBackgroundColor(int value) { in setBackgroundColor() method in GLRotationGuideRenderer
/cts/tests/tests/security/src/android/security/cts/
DMotionEventTest.java110 v.setBackgroundColor(Color.GREEN); in testActionOutsideDoesNotContainedObscuredInformation()
117 v.setBackgroundColor(Color.BLUE); in testActionOutsideDoesNotContainedObscuredInformation()
/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/inputmethod/mockime/src/com/android/cts/mockime/
DImeSettings.java139 public Builder setBackgroundColor(@ColorInt int color) { in setBackgroundColor() method in ImeSettings.Builder
/cts/tests/framework/base/windowmanager/alertwindowservice/src/android/server/wm/alertwindowservice/
DAlertWindowService.java95 view.setBackgroundColor(BLUE); in addAlertWindow()
/cts/hostsidetests/statsd/apps/statsdapp/src/com/android/server/cts/device/statsd/
DStatsdCtsForegroundActivity.java127 v.setBackgroundColor(Color.GREEN); in doShowApplicationOverlay()
/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/hostsidetests/incident/apps/graphicsstatsapp/src/com/android/server/cts/device/graphicsstats/
DDrawFramesActivity.java100 mColorView.setBackgroundColor(COLORS[mColorIndex]); in updateColor()
/cts/libs/deviceutillegacy/src/android/webkit/cts/
DWebViewOnUiThread.java173 public void setBackgroundColor(final int color) { in setBackgroundColor() method
175 mWebView.setBackgroundColor(color); in setBackgroundColor()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DUSBAudioPeripheralRecordActivity.java137 mWaveView.setBackgroundColor(Color.DKGRAY); in onCreate()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DGyroscopeTestActivity.java217 mRenderer.setBackgroundColor(backgroundColor); in updateWidgets()
/cts/hostsidetests/incident/apps/batterystatsapp/src/com/android/server/cts/device/batterystats/
DBatteryStatsBgVsFgActions.java137 v.setBackgroundColor(Color.GREEN); in showApplicationOverlay()
/cts/tests/tests/display/src/android/display/cts/
DDisplayTest.java413 content.setBackgroundColor(Color.RED);

12