Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/tests/ThemePlayground/src/com/android/car/themeplayground/
H A DDefaultThemeSamples.java44 Button buttonApply = findViewById(R.id.button_apply); in onCreate() local
50 buttonApply.setOnClickListener(v -> { in onCreate()