Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/
DTaskFragmentContainer.java89 private Intent mPendingAppearedIntent; field in TaskFragmentContainer
257 mPendingAppearedIntent = pendingAppearedIntent; in TaskFragmentContainer()
426 mPendingAppearedIntent = null; in clearPendingAppearedActivities()
474 return mPendingAppearedIntent; in getPendingAppearedIntent()
478 mPendingAppearedIntent = intent; in setPendingAppearedIntent()
487 if (mPendingAppearedIntent == null || mPendingAppearedIntent != intent) { in clearPendingAppearedIntentIfNeeded()
490 mPendingAppearedIntent = null; in clearPendingAppearedIntentIfNeeded()
537 if (mPendingAppearedIntent != null || !mPendingAppearedActivities.isEmpty()) { in setInfo()
569 mPendingAppearedIntent = null; in setInfo()
984 if (mPendingAppearedIntent != null) { in getMinDimensions()
[all …]