/external/exoplayer/tree/library/core/src/test/java/com/google/android/exoplayer2/text/webvtt/ |
D | CssParserTest.java | 94 expectedStyle.setBackgroundColor(0xFFFFEFD5); in parseMethodSimpleInput() 104 expectedStyle.setBackgroundColor(0xFF00FFFE); in parseMethodSimpleInput() 113 expectedStyle.setBackgroundColor(0xFF00FFFE); in parseMethodMultipleRulesInBlockInput() 115 secondExpectedStyle.setBackgroundColor(0x000000); in parseMethodMultipleRulesInBlockInput() 126 expectedStyle.setBackgroundColor(0xFF008000); in multiplePropertiesInBlock() 140 expectedStyle.setBackgroundColor(0x190A0B0C); in rgbaColorExpression()
|
/external/exoplayer/tree/library/core/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()
|
D | TtmlStyleTest.java | 57 .setBackgroundColor(BACKGROUND_COLOR) 204 style.setBackgroundColor(Color.BLACK); in backgroundColor()
|
/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/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/ |
D | TestAudioActivity.java | 209 … mOpenButton.setBackgroundColor(mAudioState == AUDIO_STATE_OPEN ? COLOR_ACTIVE : COLOR_IDLE); in updateEnabledWidgets() 210 … mStartButton.setBackgroundColor(mAudioState == AUDIO_STATE_STARTED ? COLOR_ACTIVE : COLOR_IDLE); in updateEnabledWidgets() 211 … mPauseButton.setBackgroundColor(mAudioState == AUDIO_STATE_PAUSED ? COLOR_ACTIVE : COLOR_IDLE); in updateEnabledWidgets() 212 … mStopButton.setBackgroundColor(mAudioState == AUDIO_STATE_STOPPED ? COLOR_ACTIVE : COLOR_IDLE); in updateEnabledWidgets() 213 … mCloseButton.setBackgroundColor(mAudioState == AUDIO_STATE_CLOSED ? COLOR_ACTIVE : COLOR_IDLE); in updateEnabledWidgets()
|
/external/skqp/platform_tools/android/apps/skar_java/src/main/java/com/google/skar/examples/helloskar/app/ |
D | CanvasARSurfaceView.java | 39 this.setBackgroundColor(Color.TRANSPARENT); in CanvasARSurfaceView()
|
/external/skia/tools/skottie_ios_app/ |
D | main.mm | 81 [scrollView setBackgroundColor:[UIColor blackColor]]; 88 [mainView setBackgroundColor:[UIColor whiteColor]];
|
/external/llvm-project/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/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/library/core/src/main/java/com/google/android/exoplayer2/text/ttml/ |
D | TtmlStyle.java | 181 public TtmlStyle setBackgroundColor(int backgroundColor) { in setBackgroundColor() method in TtmlStyle 247 setBackgroundColor(ancestor.backgroundColor); in inherit()
|
/external/setupdesign/main/src/com/google/android/setupdesign/template/ |
D | HeaderMixin.java | 277 public void setBackgroundColor(int color) { in setBackgroundColor() method in HeaderMixin 282 ((LinearLayout) parent).setBackgroundColor(color); in setBackgroundColor()
|
/external/skqp/platform_tools/android/apps/skar_java/src/main/java/com/google/skar/examples/helloskar/helpers/ |
D | SnackbarHelper.java | 90 messageSnackbar.getView().setBackgroundColor(BACKGROUND_COLOR); in show()
|
/external/skia/modules/skparagraph/samples/ |
D | SampleParagraph.cpp | 100 defaultStyle.setBackgroundColor(blue); in drawTest() 124 style.setBackgroundColor(background); in drawTest() 199 defaultStyle.setBackgroundColor(white); in drawCode() 275 style.setBackgroundColor(blue); in drawText() 295 style.setBackgroundColor(background); in drawText() 327 style.setBackgroundColor(gray); in drawLine() 447 style.setBackgroundColor(gray); in drawLine() 590 style0.setBackgroundColor(gray); in drawFlutter() 599 style1.setBackgroundColor(yellow); in drawFlutter() 845 style0.setBackgroundColor(gray); in hangingS() [all …]
|
/external/llvm-project/clang/test/SemaObjCXX/ |
D | objcbridge-related-attribute.mm | 11 - (void)setBackgroundColor:(NSColor *)color;
|
/external/clang/test/SemaObjCXX/ |
D | objcbridge-related-attribute.mm | 11 - (void)setBackgroundColor:(NSColor *)color;
|
/external/llvm-project/clang/test/SemaObjC/ |
D | objcbridge-related-attribute.m | 15 - (void)setBackgroundColor:(NSColor *)color;
|
D | arc-objcbridge-related-attribute.m | 15 - (void)setBackgroundColor:(NSColor *)color;
|
D | check-objcbridge-related-attribute-lookup.m | 16 - (void)setBackgroundColor:(NSColor *)color;
|
/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/lottie/LottieSample/src/main/kotlin/com/airbnb/lottie/samples/ |
D | PlayerFragment.kt | 121 backgroundButton1.setBackgroundColor(it) in <lambda>() 122 animationContainer.setBackgroundColor(it) in <lambda>() 296 animationContainer.setBackgroundColor(bb.getColor()) in <lambda>()
|
/external/setupdesign/main/src/com/google/android/setupdesign/view/ |
D | IconUniformityAppImageView.java | 100 setBackgroundColor(ContextCompat.getColor(getContext(), backdropColorResId)); in bindView()
|