Searched refs:ViewOnDrawExecutor (Results 1 – 4 of 4) sorted by relevance
37 import com.android.launcher3.util.ViewOnDrawExecutor;148 validFirstPage ? new ViewOnDrawExecutor() : mainExecutor; in bindWorkspace()151 validFirstPage ? (ViewOnDrawExecutor) deferredExecutor : null), mainExecutor); in bindWorkspace()166 c.executeOnNextDraw((ViewOnDrawExecutor) deferredExecutor); in bindWorkspace()
46 import com.android.launcher3.util.ViewOnDrawExecutor;410 void finishFirstPageBind(ViewOnDrawExecutor executor); in finishFirstPageBind()422 void executeOnNextDraw(ViewOnDrawExecutor executor); in executeOnNextDraw()
34 public class ViewOnDrawExecutor implements Executor, OnDrawListener, Runnable, class
140 import com.android.launcher3.util.ViewOnDrawExecutor;258 private ViewOnDrawExecutor mPendingExecutor;2297 public void executeOnNextDraw(ViewOnDrawExecutor executor) { in executeOnNextDraw()2309 public void clearPendingExecutor(ViewOnDrawExecutor executor) { in clearPendingExecutor()2316 public void finishFirstPageBind(final ViewOnDrawExecutor executor) { in finishFirstPageBind()