Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DActivityThread.java676 showWindow ? H.STOP_ACTIVITY_SHOW : H.STOP_ACTIVITY_HIDE, in scheduleStopActivity()
1339 public static final int STOP_ACTIVITY_SHOW = 103; field in ActivityThread.H
1398 case STOP_ACTIVITY_SHOW: return "STOP_ACTIVITY_SHOW"; in codeToString()
1485 case STOP_ACTIVITY_SHOW: { in handleMessage()