Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
DOverviewProxyService.java619 ShellTransitions shellTransitions, in OverviewProxyService() argument
640 mShellTransitions = shellTransitions; in OverviewProxyService()
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayContent.java1872 final boolean shellTransitions = in applyRotation()
1875 mDisplayRotation.isRotatingSeamlessly() && !shellTransitions; in applyRotation()
1877 shellTransitions ? getSyncTransaction() : getPendingTransaction(); in applyRotation()
1893 if (!shellTransitions) { in applyRotation()