HomeSort by relevance Sort by last modified time
    Searched defs:showRecents (Results 1 - 3 of 3) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
RecentsImplProxy.java 60 public void showRecents(boolean triggeredFromAltTab, boolean draggingInRecents, boolean animate,
132 mImpl.showRecents(args.argi1 != 0, args.argi2 != 0, args.argi3 != 0,
Recents.java 267 mImpl.showRecents(triggeredFromAltTab, false /* draggingInRecents */,
275 callbacks.showRecents(triggeredFromAltTab, false /* draggingInRecents */,
RecentsImpl.java 239 showRecents(mTriggeredFromAltTab, false /* draggingInRecents */, true /* animate */,
304 public void showRecents(boolean triggeredFromAltTab, boolean draggingInRecents,
315 // showRecents() call, then ignore that call for now.
316 // TODO: We can not handle quick tabs that happen between the initial showRecents() call
631 showRecents(
    [all...]

Completed in 328 milliseconds