Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DLaunchAssistantActivityIntoAssistantStack.java31 if (isTranslucent(intent)) { in onResume()
39 private static boolean isTranslucent(Intent intent) { in isTranslucent() method in LaunchAssistantActivityIntoAssistantStack
/cts/tests/framework/base/windowmanager/src/android/server/wm/activity/lifecycle/
DActivityLifecycleTests.java641 final boolean isTranslucent = isTranslucent(activity); in testOnActivityResultAfterStop()
644 if (isTranslucent) { in testOnActivityResultAfterStop()
708 if (isTranslucent(secondActivity)) { in testOnPostCreateAfterRecreateInOnStop()
742 final boolean isTranslucent = isTranslucent(testActivity); in testRestoreFromKill()
744 targetActivity, isTranslucent ? STATE_PAUSED : STATE_STOPPED); in testRestoreFromKill()
749 if (!isTranslucent) { in testRestoreFromKill()
798 if (isTranslucent(secondActivity)) { in testLocalRecreate()
859 if (isTranslucent(singleTopActivity)) { in testOnNewIntentFromHidden()
DActivityLifecycleClientTestBase.java323 return occludedActivityState(activity, isTranslucent(occludingActivity)); in occludedActivityState()
342 static boolean isTranslucent(Activity activity) { in isTranslucent() method in ActivityLifecycleClientTestBase