Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DSystemUiProxy.java369 public void notifySwipeToHomeFinished() { in notifySwipeToHomeFinished() method in SystemUiProxy
372 mSystemUiProxy.notifySwipeToHomeFinished(); in notifySwipeToHomeFinished()
DAbsSwipeUpHandler.java880 SystemUiProxy.INSTANCE.get(mContext).notifySwipeToHomeFinished();
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DRecentsView.java3454 systemUiProxy.notifySwipeToHomeFinished(); in finishRecentsAnimation()