public final class DisplayListPrefetcher extends Object implements Runnable
Runnable
that is used to prefetch display lists of components for which layout has been
already calculated but not yet appeared on screen. This will allow for faster drawing time when
these components come to screen.Modifier and Type | Method and Description |
---|---|
static DisplayListPrefetcher |
getInstance() |
boolean |
hasPrefetchItems() |
void |
run() |
void |
setHostingView(View view) |
public static DisplayListPrefetcher getInstance()
public void setHostingView(View view)
public boolean hasPrefetchItems()