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