Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DTaskAnimationManager.java104 SystemUiProxy getSystemUiProxy() { in getSystemUiProxy() method in TaskAnimationManager
161 getSystemUiProxy(), containerInterface.allowMinimizeSplitScreen()); in startRecentsAnimation()
268 ? null : getSystemUiProxy().onStartingSplitLegacy( in startRecentsAnimation()
341 mRecentsAnimationStartPending = getSystemUiProxy() in startRecentsAnimation()
/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/
DTaskAnimationManagerTest.java54 SystemUiProxy getSystemUiProxy() { in setUp()