Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/dvr/ui/browse/
DDetailsViewBackgroundHelper.java34 class LoadBackgroundRunnable implements Runnable { class in DetailsViewBackgroundHelper
37 LoadBackgroundRunnable(Drawable background) { in LoadBackgroundRunnable() method in DetailsViewBackgroundHelper.LoadBackgroundRunnable
53 private LoadBackgroundRunnable mRunnable;
68 mRunnable = new LoadBackgroundRunnable(background); in setBackground()