Home | History | Annotate | Download | only in launcher3

Lines Matching defs:executor

3614     public void executeOnNextDraw(ViewOnDrawExecutor executor) {
3618 mPendingExecutor = executor;
3619 executor.attachTo(this);
3622 public void clearPendingExecutor(ViewOnDrawExecutor executor) {
3623 if (mPendingExecutor == executor) {
3629 public void finishFirstPageBind(final ViewOnDrawExecutor executor) {
3632 finishFirstPageBind(executor);
3642 if (executor != null) {
3643 executor.onLoadAnimationCompleted();