Searched refs:setBackgroundColor (Results 1 – 16 of 16) sorted by relevance
178 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);
64 view.setBackgroundColor(ContextCompat.getColor(getContext(), R.color.ColorBackground)); in onViewCreated()
14 setBackgroundColor(android.R.color.transparent); in applyAttributes()
267 public void setBackgroundColor(int color) { in setBackgroundColor() method in ShadowView
14 - (void)setBackgroundColor:(NSColor *)color;
15 - (void)setBackgroundColor:(NSColor *)color;
11 - (void)setBackgroundColor:(NSColor *)color;
55 [_window setBackgroundColor:[NSColor blackColor]];
16 - (void)setBackgroundColor:(NSColor *)color;
45 [outWindow setBackgroundColor:[NSColor blueColor]];
9 WALT Android app uses View.setBackgroundColor to change the color and reports the time from the beg…
151 view.setBackgroundColor(R.color.android_red); in shouldSetBackgroundColor()168 view.setBackgroundColor(color); in shouldRecordBackgroundColor()
167 of the log above is the time from a call to View.setBackgroundColor() until
584 view.setBackgroundColor(getColor(value)); in setBackground()