Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/allapps/
H A DFloatingHeaderView.java87 private AllAppsRecyclerView mMainRV; field in FloatingHeaderView
157 if (mMainRV != null) { in onMeasure()
158 mTabLayout.getLayoutParams().width = mMainRV.getTabWidth(); in onMeasure()
233 mMainRV = setupRV(mMainRV, mAH[AllAppsContainerView.AdapterHolder.MAIN].recyclerView); in setup()
235 mParent = (ViewGroup) mMainRV.getParent(); in setup()
258 mCurrentRV = active ? mMainRV : mWorkRV; in setMainActive()
322 mMainRV.setClipBounds(mRVClip); in applyVerticalMove()