Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/
H A DTaskFragmentContainer.java87 private Intent mPendingAppearedIntent; field in TaskFragmentContainer
206 mPendingAppearedIntent = pendingAppearedIntent; in TaskFragmentContainer()
322 mPendingAppearedIntent = null; in clearPendingAppearedActivities()
346 return mPendingAppearedIntent; in getPendingAppearedIntent()
350 mPendingAppearedIntent = intent; in setPendingAppearedIntent()
359 if (mPendingAppearedIntent == null || mPendingAppearedIntent != intent) { in clearPendingAppearedIntentIfNeeded()
362 mPendingAppearedIntent = null; in clearPendingAppearedIntentIfNeeded()
409 if (mPendingAppearedIntent != null || !mPendingAppearedActivities.isEmpty()) { in setInfo()
441 mPendingAppearedIntent = null; in setInfo()
801 if (mPendingAppearedIntent != null) { in getMinDimensions()
[all …]