Searched refs:mRecents (Results 1 – 2 of 2) sorted by relevance
117 private Recents mRecents; field in NavigationBarFragment139 mRecents = SysUiServiceProvider.getComponent(getContext(), Recents.class); in onCreate()192 mNavigationBarView.setComponents(mRecents, mDivider); in onViewCreated()548 if (mRecents == null || !ActivityManager.supportsMultiWindow(getContext()) in onLongPressRecents()
814 mRecents = getComponent(Recents.class); in start()1535 if (mRecents == null) { in toggleSplitScreenMode()1540 return mRecents.dockTopTask(NavigationBarGestureHelper.DRAG_MODE_NONE, in toggleSplitScreenMode()5258 protected RecentsComponent mRecents;