Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DTransition.java239 private int mRecentsDisplayId = INVALID_DISPLAY; field in Transition
1314 if (mRecentsDisplayId != INVALID_DISPLAY) { in finishTransition()
1359 if (mRecentsDisplayId != INVALID_DISPLAY && prevImeTarget == newImeTarget) { in finishTransition()
1560 if (mRecentsDisplayId != INVALID_DISPLAY) break; in onTransactionReady()
1863 mRecentsDisplayId = dc.mDisplayId; in handleLegacyRecentsStartBehavior()
1877 if (c.getTaskInfo() == null || c.getTaskInfo().displayId != mRecentsDisplayId in handleLegacyRecentsStartBehavior()
1909 bar.setNavigationBarLumaSamplingEnabled(mRecentsDisplayId, false); in handleLegacyRecentsStartBehavior()
1920 if (mRecentsDisplayId == INVALID_DISPLAY) { in legacyRestoreNavigationBarFromApp()
1922 mRecentsDisplayId = DEFAULT_DISPLAY; in legacyRestoreNavigationBarFromApp()
1926 mController.mAtm.mRootWindowContainer.getDisplayContent(mRecentsDisplayId); in legacyRestoreNavigationBarFromApp()
[all …]