Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/widget/floatingsheetcontent/
DWallpaperEffectsView2.kt56 @VisibleForTesting(otherwise = PRIVATE) var switchLayout: View? = null in <lambda>() variable
161 switchLayout?.visibility = VISIBLE in <lambda>()
168 switchLayout?.visibility = VISIBLE in <lambda>()
175 switchLayout?.visibility = VISIBLE in <lambda>()
181 switchLayout?.visibility = INVISIBLE in <lambda>()
187 switchLayout?.visibility = INVISIBLE in <lambda>()
209 switchLayout?.visibility = VISIBLE in <lambda>()
216 switchLayout?.visibility = INVISIBLE in <lambda>()
251 switchLayout = findViewById(R.id.wallpaper_effect_linear_layout) in <lambda>()
252 switchLayout?.setOnClickListener { in <lambda>()