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.java82 private AllAppsRecyclerView mMainRV; field in FloatingHeaderView
205 mMainRV = setupRV(mMainRV, mAH[AllAppsContainerView.AdapterHolder.MAIN].recyclerView); in setup()
207 mParent = (ViewGroup) mMainRV.getParent(); in setup()
230 mCurrentRV = active ? mMainRV : mWorkRV; in setMainActive()
290 mMainRV.setClipBounds(mClip); in applyVerticalMove()