Home
last modified time | relevance | path

Searched refs:AsyncClockEventDelegate (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DAsyncClockEventDelegate.java47 public class AsyncClockEventDelegate extends ClockEventDelegate class
50 public static final MainThreadInitializedObject<AsyncClockEventDelegate> INSTANCE =
51 new MainThreadInitializedObject<>(AsyncClockEventDelegate::new);
64 private AsyncClockEventDelegate(Context context) { in AsyncClockEventDelegate() method in AsyncClockEventDelegate
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/
DQuickstepLauncher.java175 import com.android.quickstep.util.AsyncClockEventDelegate;
1477 tc.setClockEventDelegate(AsyncClockEventDelegate.INSTANCE.get(this)); in onCreateView()
1482 ac.setClockEventDelegate(AsyncClockEventDelegate.INSTANCE.get(this)); in onCreateView()