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.java600 showWindow ? H.STOP_ACTIVITY_SHOW : H.STOP_ACTIVITY_HIDE, in scheduleStopActivity()
1231 public static final int STOP_ACTIVITY_SHOW = 103; field in ActivityThread.H
1285 case STOP_ACTIVITY_SHOW: return "STOP_ACTIVITY_SHOW"; in codeToString()
1366 case STOP_ACTIVITY_SHOW: in handleMessage()