Searched refs:RecentsImpl (Results 1 – 8 of 8) sorted by relevance
21 import static com.android.systemui.recents.RecentsImpl.RECENTS_ACTIVITY;22 import static com.android.systemui.recents.RecentsImpl.RECENTS_PACKAGE;
46 private RecentsImpl mImpl;50 public RecentsSystemUser(Context context, RecentsImpl impl) { in RecentsSystemUser()
43 private RecentsImpl mImpl;45 public RecentsImplProxy(RecentsImpl recentsImpl) { in RecentsImplProxy()
97 RECENTS_ACTIVITIES.add(RecentsImpl.RECENTS_ACTIVITY);112 private RecentsImpl mImpl;219 mImpl = new RecentsImpl(mContext); in start()
103 public class RecentsImpl implements ActivityOptions.OnAnimationFinishedListener { class288 public RecentsImpl(Context context) { in RecentsImpl() method in RecentsImpl1038 stack.isNextLaunchTargetPip(RecentsImpl.getLastPipTime()); in startRecentsActivity()
422 RecentsTaskLoadPlan loadPlan = RecentsImpl.consumeInstanceLoadPlan(); in reloadStackView()
73 import com.android.systemui.recents.RecentsImpl;235 && topActivity.getPackageName().equals(RecentsImpl.RECENTS_PACKAGE) in isRecentsActivityVisible()
52 import com.android.systemui.recents.RecentsImpl;1719 if (RecentsImpl.getLastPipTime() != -1) { in onBusEvent()1731 && mStack.isNextLaunchTargetPip(RecentsImpl.getLastPipTime())) { in onBusEvent()