Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DActivityRecord.java114 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()
DActivityStack.java417 static final int LAUNCH_TICK_MSG = FIRST_ACTIVITY_STACK_MSG + 3; field in ActivityStack
457 case LAUNCH_TICK_MSG: { in handleMessage()