Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DActivityRecord.java479 private final int mLaunchSourceType; // original launch source type field in ActivityRecord
2098 mLaunchSourceType = determineLaunchSourceType(_launchedFromUid, _caller); in ActivityRecord()
2325 return mLaunchSourceType == LAUNCH_SOURCE_TYPE_SYSTEM in launchedFromSystemSurface()
2326 || mLaunchSourceType == LAUNCH_SOURCE_TYPE_HOME in launchedFromSystemSurface()
2327 || mLaunchSourceType == LAUNCH_SOURCE_TYPE_SYSTEMUI; in launchedFromSystemSurface()
2331 return mLaunchSourceType == type; in isLaunchSourceType()
7314 if (mLaunchSourceType == LAUNCH_SOURCE_TYPE_HOME in shouldUseSolidColorSplashScreen()
7317 } else if (mLaunchSourceType == LAUNCH_SOURCE_TYPE_SYSTEMUI) { in shouldUseSolidColorSplashScreen()
7334 return !startActivity || !(mLaunchSourceType == LAUNCH_SOURCE_TYPE_SYSTEM in shouldUseSolidColorSplashScreen()
7335 || mLaunchSourceType == LAUNCH_SOURCE_TYPE_HOME in shouldUseSolidColorSplashScreen()