Searched defs:toggleRecents (Results 1 - 2 of 2) sorted by path

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DRecentsImpl.java382 public void toggleRecents(int growTarget) { method in class:RecentsImpl
683 mHandler.post(() -> toggleRecents(DividerView.INVALID_RECENTS_GROW_TARGET));
H A DRecentsImplProxy.java81 public void toggleRecents(int growTarget) throws RemoteException { method in class:RecentsImplProxy
140 mImpl.toggleRecents(args.argi1);

Completed in 103 milliseconds