Home
last modified time | relevance | path

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

123

/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/test/java/com/google/android/exoplayer2/text/webvtt/
DWebvttCssParserTest.java97 expectedStyle.setBackgroundColor(0xFFFFEFD5); in parseMethodSimpleInput()
107 expectedStyle.setBackgroundColor(0xFF00FFFE); in parseMethodSimpleInput()
116 expectedStyle.setBackgroundColor(0xFF00FFFE); in parseMethodMultipleRulesInBlockInput()
118 secondExpectedStyle.setBackgroundColor(0x000000); in parseMethodMultipleRulesInBlockInput()
130 expectedStyle.setBackgroundColor(0xFF008000); in multiplePropertiesInBlock()
145 expectedStyle.setBackgroundColor(0x190A0B0C); in rgbaColorExpression()
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/test/java/com/google/android/exoplayer2/text/webvtt/
DWebvttCssParserTest.java97 expectedStyle.setBackgroundColor(0xFFFFEFD5); in parseMethodSimpleInput()
107 expectedStyle.setBackgroundColor(0xFF00FFFE); in parseMethodSimpleInput()
116 expectedStyle.setBackgroundColor(0xFF00FFFE); in parseMethodMultipleRulesInBlockInput()
118 secondExpectedStyle.setBackgroundColor(0x000000); in parseMethodMultipleRulesInBlockInput()
130 expectedStyle.setBackgroundColor(0xFF008000); in multiplePropertiesInBlock()
145 expectedStyle.setBackgroundColor(0x190A0B0C); in rgbaColorExpression()
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/test/java/com/google/android/exoplayer2/text/ttml/
DTtmlRenderUtilTest.java74 style.setBackgroundColor(Color.YELLOW); in resolveMergeSingleReferentialStyleIntoInlineStyle()
90 style.setBackgroundColor(Color.YELLOW); in resolveMergeMultipleReferentialStylesIntoInlineStyle()
112 s0.setBackgroundColor(Color.BLACK); in getGlobalStyles()
118 s1.setBackgroundColor(Color.RED); in getGlobalStyles()
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/test/java/com/google/android/exoplayer2/text/ttml/
DTtmlRenderUtilTest.java74 style.setBackgroundColor(Color.YELLOW); in resolveMergeSingleReferentialStyleIntoInlineStyle()
90 style.setBackgroundColor(Color.YELLOW); in resolveMergeMultipleReferentialStylesIntoInlineStyle()
112 s0.setBackgroundColor(Color.BLACK); in getGlobalStyles()
118 s1.setBackgroundColor(Color.RED); in getGlobalStyles()
/external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/
DScreenResponseFragment.java179 blackBox.setBackgroundColor(Color.WHITE); in startBlinkLatency()
245 blackBox.setBackgroundColor(nextColor);
370 blackBox.setBackgroundColor(color_gray); in finishAndShowStats()
400 blackBox.setBackgroundColor(Color.BLACK); in onClick()
471 blackBox.setBackgroundColor(Color.BLACK); in startBrightnessCurve()
490 blackBox.setBackgroundColor(Color.WHITE);
501 blackBox.setBackgroundColor(Color.BLACK);
521 blackBox.setBackgroundColor(color_gray);
DSettingsFragment.java66 view.setBackgroundColor(ContextCompat.getColor(getContext(), R.color.ColorBackground)); in onViewCreated()
/external/android_onboarding/java/com/android/onboarding/nodes/testing/testapp/
DMainActivity.kt78 checkNotNull(findViewById<LinearLayout>(R.id.bg)).setBackgroundColor(contract.colour) in onCreate()
82 checkNotNull(findViewById<LinearLayout>(R.id.bg)).setBackgroundColor(Color.RED) in onCreate()
85 checkNotNull(findViewById<LinearLayout>(R.id.bg)).setBackgroundColor(Color.BLUE) in onCreate()
88 checkNotNull(findViewById<LinearLayout>(R.id.bg)).setBackgroundColor(Color.GREEN) in onCreate()
/external/oboe/apps/OboeTester/app/src/main/java/com/mobileer/oboetester/
DTestAudioActivity.java389 … mOpenButton.setBackgroundColor(mAudioState == AUDIO_STATE_OPEN ? COLOR_ACTIVE : COLOR_IDLE); in updateEnabledWidgets()
390 … mStartButton.setBackgroundColor(mAudioState == AUDIO_STATE_STARTED ? COLOR_ACTIVE : COLOR_IDLE); in updateEnabledWidgets()
391 … mPauseButton.setBackgroundColor(mAudioState == AUDIO_STATE_PAUSED ? COLOR_ACTIVE : COLOR_IDLE); in updateEnabledWidgets()
392 … mFlushButton.setBackgroundColor(mAudioState == AUDIO_STATE_FLUSHED ? COLOR_ACTIVE : COLOR_IDLE); in updateEnabledWidgets()
393 … mStopButton.setBackgroundColor(mAudioState == AUDIO_STATE_STOPPED ? COLOR_ACTIVE : COLOR_IDLE); in updateEnabledWidgets()
394 …mReleaseButton.setBackgroundColor(mAudioState == AUDIO_STATE_RELEASED ? COLOR_ACTIVE : COLOR_IDLE); in updateEnabledWidgets()
395 … mCloseButton.setBackgroundColor(mAudioState == AUDIO_STATE_CLOSED ? COLOR_ACTIVE : COLOR_IDLE); in updateEnabledWidgets()
/external/skia/modules/skparagraph/slides/
DParagraphSlide.cpp125 defaultStyle.setBackgroundColor(blue); in drawTest()
149 style.setBackgroundColor(background); in drawTest()
286 defaultStyle.setBackgroundColor(white); in drawCode()
362 style.setBackgroundColor(blue); in drawText()
382 style.setBackgroundColor(background); in drawText()
414 style.setBackgroundColor(gray); in drawLine()
496 style.setBackgroundColor(gray); in drawLine()
729 style0.setBackgroundColor(gray); in hangingS()
736 style1.setBackgroundColor(yellow); in hangingS()
1366 text_style.setBackgroundColor(paint); in draw()
[all …]
/external/skia/tools/skottie_ios_app/
Dmain.mm81 [scrollView setBackgroundColor:[UIColor blackColor]];
88 [mainView setBackgroundColor:[UIColor whiteColor]];
/external/clang/test/FixIt/
Dfixit-objc-bridge-related-property.m14 - (void)setBackgroundColor:(NSColor *)color;
Dfixit-objc-bridge-related-attr.m15 - (void)setBackgroundColor:(NSColor *)color;
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/main/java/com/google/android/exoplayer2/text/ttml/
DTtmlStyle.java180 public TtmlStyle setBackgroundColor(int backgroundColor) { in setBackgroundColor() method in TtmlStyle
264 setBackgroundColor(ancestor.backgroundColor); in inherit()
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/main/java/com/google/android/exoplayer2/text/ttml/
DTtmlStyle.java186 public TtmlStyle setBackgroundColor(int backgroundColor) { in setBackgroundColor() method in TtmlStyle
270 setBackgroundColor(ancestor.backgroundColor); in inherit()
/external/setupdesign/main/src/com/google/android/setupdesign/template/
DHeaderMixin.java319 public void setBackgroundColor(int color) { in setBackgroundColor() method in HeaderMixin
324 ((LinearLayout) parent).setBackgroundColor(color); in setBackgroundColor()
DRequireScrollMixin.java362 footerContainer.setBackgroundColor(
374 footerContainer.setBackgroundColor(Color.TRANSPARENT);
/external/robolectric/integration_tests/nativegraphics/src/test/java/org/robolectric/shadows/
DHardwareAcceleratedActivityRenderTest.java62 frameLayout.setBackgroundColor(Color.RED); in onCreate()
/external/clang/test/SemaObjCXX/
Dobjcbridge-related-attribute.mm11 - (void)setBackgroundColor:(NSColor *)color;
/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
DShadowWebViewTest.java682 webView.setBackgroundColor(Color.RED); in getBackgroundColor_backgroundColorHasBeenSet_returnsCorrectBackgroundColor()
689 webView.setBackgroundColor(Color.RED); in getBackgroundColor_backgroundColorSetMultipleTimes_returnsLastBackgroundColor()
690 webView.setBackgroundColor(Color.BLUE); in getBackgroundColor_backgroundColorSetMultipleTimes_returnsLastBackgroundColor()
691 webView.setBackgroundColor(Color.GREEN); in getBackgroundColor_backgroundColorSetMultipleTimes_returnsLastBackgroundColor()
/external/clang/test/SemaObjC/
Dobjcbridge-related-attribute.m15 - (void)setBackgroundColor:(NSColor *)color;
Darc-objcbridge-related-attribute.m15 - (void)setBackgroundColor:(NSColor *)color;
/external/setupdesign/main/src/com/google/android/setupdesign/
DGlifLayout.java617 this.getRootView().setBackgroundColor(color); in updateContentBackgroundColorWithPartnerConfig()
675 footerContainer.setBackgroundColor(Color.TRANSPARENT); in onScrolling()
680 footerContainer.setBackgroundColor(getFooterBackgroundColorFromStyle()); in onScrolling()
/external/lottie/snapshot-tests/src/androidTest/java/com/airbnb/lottie/snapshots/tests/
DLargeCompositionSoftwareRendering.kt79 av.setBackgroundColor(0x7f7f7f7f) in <lambda>()
/external/MPAndroidChart/MPChartExample/src/main/java/com/xxmassdeveloper/mpchartexample/
DLineChartActivityColored.java83 chart.setBackgroundColor(color); in setupChart()
/external/setupdesign/main/src/com/google/android/setupdesign/view/
DIconUniformityAppImageView.java100 setBackgroundColor(ContextCompat.getColor(getContext(), backdropColorResId)); in bindView()

123