Searched refs:AsyncClockEventDelegate (Results 1 – 2 of 2) sorted by relevance
47 public class AsyncClockEventDelegate extends ClockEventDelegate class50 public static final MainThreadInitializedObject<AsyncClockEventDelegate> INSTANCE =51 new MainThreadInitializedObject<>(AsyncClockEventDelegate::new);64 private AsyncClockEventDelegate(Context context) { in AsyncClockEventDelegate() method in AsyncClockEventDelegate
175 import com.android.quickstep.util.AsyncClockEventDelegate;1477 tc.setClockEventDelegate(AsyncClockEventDelegate.INSTANCE.get(this)); in onCreateView()1482 ac.setClockEventDelegate(AsyncClockEventDelegate.INSTANCE.get(this)); in onCreateView()