/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/test/java/com/google/android/exoplayer2/text/webvtt/ |
D | WebvttCssParserTest.java | 97 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/ |
D | WebvttCssParserTest.java | 97 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/ |
D | TtmlRenderUtilTest.java | 74 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/ |
D | TtmlRenderUtilTest.java | 74 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/ |
D | ScreenResponseFragment.java | 179 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);
|
D | SettingsFragment.java | 66 view.setBackgroundColor(ContextCompat.getColor(getContext(), R.color.ColorBackground)); in onViewCreated()
|
/external/android_onboarding/java/com/android/onboarding/nodes/testing/testapp/ |
D | MainActivity.kt | 78 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/ |
D | TestAudioActivity.java | 389 … 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/ |
D | ParagraphSlide.cpp | 125 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/ |
D | main.mm | 81 [scrollView setBackgroundColor:[UIColor blackColor]]; 88 [mainView setBackgroundColor:[UIColor whiteColor]];
|
/external/clang/test/FixIt/ |
D | fixit-objc-bridge-related-property.m | 14 - (void)setBackgroundColor:(NSColor *)color;
|
D | fixit-objc-bridge-related-attr.m | 15 - (void)setBackgroundColor:(NSColor *)color;
|
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/main/java/com/google/android/exoplayer2/text/ttml/ |
D | TtmlStyle.java | 180 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/ |
D | TtmlStyle.java | 186 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/ |
D | HeaderMixin.java | 319 public void setBackgroundColor(int color) { in setBackgroundColor() method in HeaderMixin 324 ((LinearLayout) parent).setBackgroundColor(color); in setBackgroundColor()
|
D | RequireScrollMixin.java | 362 footerContainer.setBackgroundColor( 374 footerContainer.setBackgroundColor(Color.TRANSPARENT);
|
/external/robolectric/integration_tests/nativegraphics/src/test/java/org/robolectric/shadows/ |
D | HardwareAcceleratedActivityRenderTest.java | 62 frameLayout.setBackgroundColor(Color.RED); in onCreate()
|
/external/clang/test/SemaObjCXX/ |
D | objcbridge-related-attribute.mm | 11 - (void)setBackgroundColor:(NSColor *)color;
|
/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowWebViewTest.java | 682 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/ |
D | objcbridge-related-attribute.m | 15 - (void)setBackgroundColor:(NSColor *)color;
|
D | arc-objcbridge-related-attribute.m | 15 - (void)setBackgroundColor:(NSColor *)color;
|
/external/setupdesign/main/src/com/google/android/setupdesign/ |
D | GlifLayout.java | 617 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/ |
D | LargeCompositionSoftwareRendering.kt | 79 av.setBackgroundColor(0x7f7f7f7f) in <lambda>()
|
/external/MPAndroidChart/MPChartExample/src/main/java/com/xxmassdeveloper/mpchartexample/ |
D | LineChartActivityColored.java | 83 chart.setBackgroundColor(color); in setupChart()
|
/external/setupdesign/main/src/com/google/android/setupdesign/view/ |
D | IconUniformityAppImageView.java | 100 setBackgroundColor(ContextCompat.getColor(getContext(), backdropColorResId)); in bindView()
|