Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/widget/floatingsheetcontent/
DWallpaperEffectsView2.kt53 @VisibleForTesting(otherwise = PRIVATE) var myPhotosButton: Button? = null in <lambda>() variable
115 myPhotosButton?.setOnClickListener(clickListener) in <lambda>()
194 myPhotosButton, in <lambda>()
247 myPhotosButton = findViewById(R.id.open_my_photo_button) in <lambda>()