Searched refs:postAtFrontOfQueueAsynchronously (Results 1 – 2 of 2) sorted by relevance
22 …rt static com.android.systemui.shared.recents.utilities.Utilities.postAtFrontOfQueueAsynchronously;96 postAtFrontOfQueueAsynchronously(mHandler, r); in onAnimationStart()
42 public static void postAtFrontOfQueueAsynchronously(Handler h, Runnable r) { in postAtFrontOfQueueAsynchronously() method in Utilities