Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DActivityRecord.java461 int mLaunchSourceType; // latest launch source type field in ActivityRecord
1946 mLaunchSourceType = determineLaunchSourceType(_launchedFromUid, _caller); in ActivityRecord()
2201 return mLaunchSourceType == LAUNCH_SOURCE_TYPE_SYSTEM in launchedFromSystemSurface()
2202 || mLaunchSourceType == LAUNCH_SOURCE_TYPE_HOME in launchedFromSystemSurface()
2203 || mLaunchSourceType == LAUNCH_SOURCE_TYPE_SYSTEMUI; in launchedFromSystemSurface()
2207 return mLaunchSourceType == type; in isLaunchSourceType()
2211 mLaunchSourceType = determineLaunchSourceType(launchFromUid, caller); in updateLaunchSourceType()
7027 if (mLaunchSourceType == LAUNCH_SOURCE_TYPE_SYSTEMUI) { in shouldUseSolidColorSplashScreen()
7036 } else if (mLaunchSourceType == LAUNCH_SOURCE_TYPE_HOME in shouldUseSolidColorSplashScreen()
7042 return mLaunchSourceType != LAUNCH_SOURCE_TYPE_SYSTEM || !startActivity; in shouldUseSolidColorSplashScreen()
DActivityStarter.java1975 targetTaskTop.mLaunchSourceType = mLastStartActivityRecord.mLaunchSourceType; in startActivityInner()