Searched refs:backgroundColor (Results 1 – 2 of 2) sorted by relevance
46 int backgroundColor = getIntent().getIntExtra(Utils.SCREENSHOT_COLOR_KEY, Color.WHITE); in onResume() local48 view.setBackgroundColor(backgroundColor); in onResume()
215 void updateWidgets(float sensorValue, int backgroundColor, int icon) { in updateWidgets() argument217 mRenderer.setBackgroundColor(backgroundColor); in updateWidgets()