Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DFloatingHeaderView.java89 private AllAppsRecyclerView mMainRV; field in FloatingHeaderView
232 mMainRV = mainRV; in setup()
241 return mMainRV != null; in isSetUp()
250 rvType == AdapterHolder.MAIN ? mMainRV in setActiveRV()
338 if (mMainRV != null) { in applyVerticalMove()
339 mMainRV.setClipBounds(mRVClip); in applyVerticalMove()