Searched refs:LAUNCH_TICK_MSG (Results 1 – 2 of 2) sorted by relevance
114 import static com.android.server.wm.ActivityStack.LAUNCH_TICK_MSG;2314 Message msg = stack.mHandler.obtainMessage(LAUNCH_TICK_MSG, this); in continueLaunchTickingLocked()2315 stack.mHandler.removeMessages(LAUNCH_TICK_MSG); in continueLaunchTickingLocked()2324 stack.mHandler.removeMessages(LAUNCH_TICK_MSG); in finishLaunchTickingLocked()
417 static final int LAUNCH_TICK_MSG = FIRST_ACTIVITY_STACK_MSG + 3; field in ActivityStack457 case LAUNCH_TICK_MSG: { in handleMessage()