Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DPrivateProfileManager.java120 private PrivateAppsSectionDecorator mPrivateAppsSectionDecorator; field in PrivateProfileManager
266 if (mPrivateAppsSectionDecorator == null) { in addPrivateSpaceDecorator()
267 mPrivateAppsSectionDecorator = new PrivateAppsSectionDecorator( in addPrivateSpaceDecorator()
272 .equals(mPrivateAppsSectionDecorator)) { in addPrivateSpaceDecorator()
278 mainAdapterHolder.mRecyclerView.addItemDecoration(mPrivateAppsSectionDecorator); in addPrivateSpaceDecorator()
641 mPrivateAppsSectionDecorator); in updatePrivateStateAnimator()