Home
last modified time | relevance | path

Searched defs:task (Results 1 – 3 of 3) sorted by relevance

/samples/SupportLeanbackDemos/src/main/java/com/example/android/leanback/
DPlaybackSeekAsyncDataProvider.java48 protected boolean isCancelled(Object task) { in isCancelled()
52 protected abstract Bitmap doInBackground(Object task, int index, long position); in doInBackground()
116 LoadBitmapTask task = mRequests.get(index); in getThumbnail() local
151 LoadBitmapTask task = mRequests.get(i); in prefetch() local
164 LoadBitmapTask task = mRequests.valueAt(i); in reset() local
DPlaybackSeekDiskDataProvider.java51 protected Bitmap doInBackground(Object task, int index, long position) { in doInBackground()
DPlaybackSeekDataProviderSample.java44 protected Bitmap doInBackground(Object task, int index, long position) { in doInBackground()