Searched refs:isTranslucent (Results 1 – 3 of 3) sorted by relevance
31 if (isTranslucent(intent)) { in onResume()39 private static boolean isTranslucent(Intent intent) { in isTranslucent() method in LaunchAssistantActivityIntoAssistantStack
641 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()
323 return occludedActivityState(activity, isTranslucent(occludingActivity)); in occludedActivityState()342 static boolean isTranslucent(Activity activity) { in isTranslucent() method in ActivityLifecycleClientTestBase