Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
H A DLauncherAnimationRunner.java22 …rt static com.android.systemui.shared.recents.utilities.Utilities.postAtFrontOfQueueAsynchronously;
96 postAtFrontOfQueueAsynchronously(mHandler, r); in onAnimationStart()
/aosp12/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/utilities/
H A DUtilities.java42 public static void postAtFrontOfQueueAsynchronously(Handler h, Runnable r) { in postAtFrontOfQueueAsynchronously() method in Utilities