Searched refs:WallpaperEffectsView2 (Results 1 – 9 of 9) sorted by relevance
21 import com.android.wallpaper.widget.floatingsheetcontent.WallpaperEffectsView227 val effectSwitchListener: WallpaperEffectsView2.EffectSwitchListener,28 val effectDownloadClickListener: WallpaperEffectsView2.EffectDownloadClickListener,29 val status: WallpaperEffectsView2.Status,34 val effectTextRes: WallpaperEffectsView2.EffectTextRes,
38 import com.android.wallpaper.widget.floatingsheetcontent.WallpaperEffectsView2 in <lambda>()68 effectSwitchListener: WallpaperEffectsView2.EffectSwitchListener, in <lambda>()69 effectDownloadClickListener: WallpaperEffectsView2.EffectDownloadClickListener, in <lambda>()70 status: WallpaperEffectsView2.Status, in <lambda>()74 effectTextRes: WallpaperEffectsView2.EffectTextRes, in <lambda>()78 as WallpaperEffectsView2 in <lambda>()
24 import com.android.wallpaper.widget.floatingsheetcontent.WallpaperEffectsView262 override fun getEffectTextRes(): WallpaperEffectsView2.EffectTextRes { in getEffectTextRes()63 return WallpaperEffectsView2.EffectTextRes( in getEffectTextRes()
56 import com.android.wallpaper.widget.floatingsheetcontent.WallpaperEffectsView2.EffectDownloadClickL… in <lambda>()57 import com.android.wallpaper.widget.floatingsheetcontent.WallpaperEffectsView2.EffectSwitchListener in <lambda>()58 import com.android.wallpaper.widget.floatingsheetcontent.WallpaperEffectsView2.Status.DOWNLOADING in <lambda>()59 import com.android.wallpaper.widget.floatingsheetcontent.WallpaperEffectsView2.Status.FAILED in <lambda>()60 import com.android.wallpaper.widget.floatingsheetcontent.WallpaperEffectsView2.Status.IDLE in <lambda>()61 import com.android.wallpaper.widget.floatingsheetcontent.WallpaperEffectsView2.Status.PROCESSING in <lambda>()62 import com.android.wallpaper.widget.floatingsheetcontent.WallpaperEffectsView2.Status.SHOW_DOWNLOAD… in <lambda>()63 import com.android.wallpaper.widget.floatingsheetcontent.WallpaperEffectsView2.Status.SUCCESS in <lambda>()
23 import com.android.wallpaper.widget.floatingsheetcontent.WallpaperEffectsView256 fun getEffectTextRes(): WallpaperEffectsView2.EffectTextRes
46 import com.android.wallpaper.widget.floatingsheetcontent.WallpaperEffectsView2.EffectTextRes in <lambda>()
26 import com.android.wallpaper.widget.floatingsheetcontent.WallpaperEffectsView268 fun getEffectTextRes(): WallpaperEffectsView2.EffectTextRes { in getEffectTextRes()
42 import com.android.wallpaper.widget.floatingsheetcontent.WallpaperEffectsView2 in <lambda>()263 WallpaperEffectsView2.EffectTextRes( in <lambda>()
35 class WallpaperEffectsView2(context: Context?, attrs: AttributeSet?) : in <lambda>() class