Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/tests/ThemePlayground/src/com/android/car/themeplayground/
H A DAbstractSampleActivity.java139 Button colorSetButton = findViewById(R.id.set_background_color); in setupBackgroundColorControls() local
143 colorSetButton.setOnClickListener(v -> { in setupBackgroundColorControls()