Searched refs:runAsyncCommand (Results 1 – 2 of 2) sorted by relevance
79 runAsyncCommand(context, command, Float.floatToIntBits(alpha), animate ? 1 : 0); in setBackButtonAlphaAsync()82 public static void runAsyncCommand(Context context, AsyncCommand command, int arg1, int arg2) { in runAsyncCommand() method in UiThreadHelper
212 UiThreadHelper.runAsyncCommand(this, SET_SHELF_HEIGHT, visible ? 1 : 0, in onStateOrResumeChanging()