Home
last modified time | relevance | path

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

12

/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
DTestAudioActivity.java194 … mOpenButton.setBackgroundColor(mAudioState == AUDIO_STATE_OPEN ? COLOR_ACTIVE : COLOR_IDLE); in updateEnabledWidgets()
195 … mStartButton.setBackgroundColor(mAudioState == AUDIO_STATE_STARTED ? COLOR_ACTIVE : COLOR_IDLE); in updateEnabledWidgets()
196 … mPauseButton.setBackgroundColor(mAudioState == AUDIO_STATE_PAUSED ? COLOR_ACTIVE : COLOR_IDLE); in updateEnabledWidgets()
197 … mStopButton.setBackgroundColor(mAudioState == AUDIO_STATE_STOPPED ? COLOR_ACTIVE : COLOR_IDLE); in updateEnabledWidgets()
198 … mCloseButton.setBackgroundColor(mAudioState == AUDIO_STATE_CLOSED ? COLOR_ACTIVE : COLOR_IDLE); in updateEnabledWidgets()
/third_party/flutter/flutter/dev/integration_tests/android_splash_screens/splash_screen_load_rotate/android/app/src/main/java/io/flutter/splash_screen_load_rotate/
DNeverEndingSplashView.java56 setBackgroundColor(Color.YELLOW); in NeverEndingSplashView()
60 animatedThing.setBackgroundColor(Color.BLACK); in NeverEndingSplashView()
/third_party/flutter/skia/samplecode/
DSampleParagraph.cpp101 defaultStyle.setBackgroundColor(blue); in drawTest()
125 style.setBackgroundColor(background); in drawTest()
200 defaultStyle.setBackgroundColor(white); in drawCode()
268 style.setBackgroundColor(blue); in drawText()
288 style.setBackgroundColor(background); in drawText()
320 style.setBackgroundColor(gray); in drawLine()
441 style.setBackgroundColor(gray); in drawLine()
584 style0.setBackgroundColor(gray); in drawFlutter()
593 style1.setBackgroundColor(yellow); in drawFlutter()
838 style0.setBackgroundColor(gray); in hangingS()
[all …]
/third_party/skia/tools/skottie_ios_app/
Dmain.mm81 [scrollView setBackgroundColor:[UIColor blackColor]];
88 [mainView setBackgroundColor:[UIColor whiteColor]];
/third_party/flutter/flutter/dev/integration_tests/ios_host_app/Host/
DViewController.m14 [button setBackgroundColor:[UIColor blueColor]];
/third_party/flutter/skia/platform_tools/android/apps/skar_java/src/main/java/com/google/skar/examples/helloskar/app/
DCanvasARSurfaceView.java39 this.setBackgroundColor(Color.TRANSPARENT); in CanvasARSurfaceView()
/third_party/flutter/flutter/dev/integration_tests/android_views/android/app/src/main/java/io/flutter/integration/androidviews/
DSimplePlatformView.java28 mView.setBackgroundColor(0xff0000ff); in SimplePlatformView()
/third_party/skia/modules/skparagraph/samples/
DSampleParagraph.cpp99 defaultStyle.setBackgroundColor(blue); in drawTest()
123 style.setBackgroundColor(background); in drawTest()
198 defaultStyle.setBackgroundColor(white); in drawCode()
274 style.setBackgroundColor(blue); in drawText()
294 style.setBackgroundColor(background); in drawText()
326 style.setBackgroundColor(gray); in drawLine()
446 style.setBackgroundColor(gray); in drawLine()
589 style0.setBackgroundColor(gray); in drawFlutter()
598 style1.setBackgroundColor(yellow); in drawFlutter()
844 style0.setBackgroundColor(gray); in hangingS()
[all …]
/third_party/flutter/skia/platform_tools/android/apps/skar_java/src/main/java/com/google/skar/examples/helloskar/helpers/
DSnackbarHelper.java90 messageSnackbar.getView().setBackgroundColor(BACKGROUND_COLOR); in show()
/third_party/flutter/flutter/dev/integration_tests/android_splash_screens/splash_screen_trans_rotate/android/app/src/main/java/io/flutter/splash_screen_trans_rotate/
DVeryLongTransitionSplashView.java71 setBackgroundColor(Color.YELLOW); in VeryLongTransitionSplashView()
/third_party/flutter/flutter/dev/integration_tests/android_splash_screens/splash_screen_kitchen_sink/android/app/src/main/java/io/flutter/splash_screen_kitchen_sink/
DFlutterZoomSplashView.java68 whiteUnderlay.setBackgroundColor(Color.WHITE); in FlutterZoomSplashView()
/third_party/skia/platform_tools/android/apps/skottie/skottielib/src/main/java/org/skia/skottie/
DSkottieView.java217 public void setBackgroundColor(int colorRGB) { in setBackgroundColor() method in SkottieView
/third_party/flutter/engine/flutter/third_party/txt/src/skia/
Dparagraph_builder_skia.cc108 skia.setBackgroundColor(txt.background); in TxtToSkia()
/third_party/flutter/skia/modules/skparagraph/include/
DTextStyle.h85 void setBackgroundColor(SkPaint paint) { in setBackgroundColor() function
/third_party/flutter/txt/src/skia/
Dparagraph_builder_skia.cc114 skia.setBackgroundColor(txt.background); in TxtToSkia()
/third_party/skia/experimental/minimal_ios_mtl_skia_app/
Dmain.mm113 [mtkView setBackgroundColor:[UIColor blackColor]];
/third_party/flutter/skia/platform_tools/android/apps/skottie/src/main/java/org/skia/skottie/
DSkottieActivity.java230 mGrid.setBackgroundColor(Color.LTGRAY); in createLayout()
/third_party/skia/modules/canvaskit/
Dparagraph_bindings.cpp137 ts.setBackgroundColor(p2); in toTextStyle()
540 ts.setBackgroundColor(background); in EMSCRIPTEN_BINDINGS()
/third_party/skia/platform_tools/android/apps/skottie/src/main/java/org/skia/skottie/
DSkottieActivity.java233 mGrid.setBackgroundColor(Color.LTGRAY); in createLayout()
/third_party/flutter/skia/platform_tools/android/apps/arcore/src/main/java/org/skia/arcore/
DHelloArActivity.java258 mLoadingMessageSnackbar.getView().setBackgroundColor(0xbf323232); in onResume()
/third_party/skia/modules/skparagraph/include/
DTextStyle.h172 void setBackgroundColor(SkPaint paint) { in setBackgroundColor() function
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/cocoa/
Dgstvkwindow_cocoa.m305 [self setBackgroundColor:[NSColor blackColor]];
/third_party/skia/modules/skparagraph/src/
DParagraphImpl.cpp1002 defaultStyle.setBackgroundColor(paint); in updateBackgroundPaint()
1006 textStyle.fStyle.setBackgroundColor(paint); in updateBackgroundPaint()
/third_party/flutter/skia/third_party/externals/sdl/android-project/src/org/libsdl/app/
DSDLActivity.java978 button.setBackgroundColor(buttonBackgroundColor); in onCreateDialog()
997 content.setBackgroundColor(backgroundColor); in onCreateDialog()
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_window.js264 setBackgroundColor: function(...args) { method

12