Home
last modified time | relevance | path

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

12

/external/exoplayer/tree/library/core/src/test/java/com/google/android/exoplayer2/text/webvtt/
DCssParserTest.java94 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/
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()
DTtmlStyleTest.java57 .setBackgroundColor(BACKGROUND_COLOR)
204 style.setBackgroundColor(Color.BLACK); in backgroundColor()
/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/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
DTestAudioActivity.java209 … 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/
DCanvasARSurfaceView.java39 this.setBackgroundColor(Color.TRANSPARENT); in CanvasARSurfaceView()
/external/skia/tools/skottie_ios_app/
Dmain.mm81 [scrollView setBackgroundColor:[UIColor blackColor]];
88 [mainView setBackgroundColor:[UIColor whiteColor]];
/external/llvm-project/clang/test/FixIt/
Dfixit-objc-bridge-related-property.m14 - (void)setBackgroundColor:(NSColor *)color;
Dfixit-objc-bridge-related-attr.m15 - (void)setBackgroundColor:(NSColor *)color;
/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/library/core/src/main/java/com/google/android/exoplayer2/text/ttml/
DTtmlStyle.java181 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/
DHeaderMixin.java277 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/
DSnackbarHelper.java90 messageSnackbar.getView().setBackgroundColor(BACKGROUND_COLOR); in show()
/external/skia/modules/skparagraph/samples/
DSampleParagraph.cpp100 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/
Dobjcbridge-related-attribute.mm11 - (void)setBackgroundColor:(NSColor *)color;
/external/clang/test/SemaObjCXX/
Dobjcbridge-related-attribute.mm11 - (void)setBackgroundColor:(NSColor *)color;
/external/llvm-project/clang/test/SemaObjC/
Dobjcbridge-related-attribute.m15 - (void)setBackgroundColor:(NSColor *)color;
Darc-objcbridge-related-attribute.m15 - (void)setBackgroundColor:(NSColor *)color;
Dcheck-objcbridge-related-attribute-lookup.m16 - (void)setBackgroundColor:(NSColor *)color;
/external/clang/test/SemaObjC/
Dobjcbridge-related-attribute.m15 - (void)setBackgroundColor:(NSColor *)color;
Darc-objcbridge-related-attribute.m15 - (void)setBackgroundColor:(NSColor *)color;
/external/lottie/LottieSample/src/main/kotlin/com/airbnb/lottie/samples/
DPlayerFragment.kt121 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/
DIconUniformityAppImageView.java100 setBackgroundColor(ContextCompat.getColor(getContext(), backdropColorResId)); in bindView()

12