Home
last modified time | relevance | path

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

/external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/
DScreenResponseFragment.java178 blackBox.setBackgroundColor(Color.WHITE); in startBlinkLatency()
244 blackBox.setBackgroundColor(nextColor);
369 blackBox.setBackgroundColor(color_gray); in finishAndShowStats()
399 blackBox.setBackgroundColor(Color.BLACK); in onClick()
470 blackBox.setBackgroundColor(Color.BLACK); in startBrightnessCurve()
489 blackBox.setBackgroundColor(Color.WHITE);
500 blackBox.setBackgroundColor(Color.BLACK);
520 blackBox.setBackgroundColor(color_gray);
DSettingsFragment.java64 view.setBackgroundColor(ContextCompat.getColor(getContext(), R.color.ColorBackground)); in onViewCreated()
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowButton.java14 setBackgroundColor(android.R.color.transparent); in applyAttributes()
DShadowView.java267 public void setBackgroundColor(int color) { in setBackgroundColor() method in ShadowView
/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/clang/test/SemaObjCXX/
Dobjcbridge-related-attribute.mm11 - (void)setBackgroundColor:(NSColor *)color;
/external/webrtc/webrtc/modules/video_render/mac/
Dcocoa_full_screen_window.mm55 [_window setBackgroundColor:[NSColor blackColor]];
/external/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/webrtc/webrtc/modules/video_render/test/testAPI/
DtestAPI_mac.mm45 [outWindow setBackgroundColor:[NSColor blueColor]];
/external/walt/docs/
DScreenLatency.md9 WALT Android app uses View.setBackgroundColor to change the color and reports the time from the beg…
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
DViewTest.java151 view.setBackgroundColor(R.color.android_red); in shouldSetBackgroundColor()
168 view.setBackgroundColor(color); in shouldRecordBackgroundColor()
/external/walt/docs/usage/
DWALT_usage.md167 of the log above is the time from a call to View.setBackgroundColor() until
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/ui/
DViewInflater.java584 view.setBackgroundColor(getColor(value)); in setBackground()