Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/widget/floatingsheetcontent/
DWallpaperEffectsView2.kt54 @VisibleForTesting(otherwise = PRIVATE) var continueButton: Button? = null in <lambda>() variable
125 continueButton?.setOnClickListener(clickListener) in <lambda>()
203 controlButtonByCode(continueButton, resultCode, EffectsController.RESULT_ERROR_CONTINUE) in <lambda>()
249 continueButton = findViewById(R.id.continue_button) in <lambda>()