Searched refs:mProfileGridView (Results 1 – 1 of 1) sorted by relevance
35 private ProfileGridRecyclerView mProfileGridView; field in ProfileSwitcherFragment53 mProfileGridView = getView().findViewById(R.id.profile_grid); in onActivityCreated()56 mProfileGridView.setFragment(this); in onActivityCreated()57 mProfileGridView.setLayoutManager(layoutManager); in onActivityCreated()58 mProfileGridView.buildAdapter(); in onActivityCreated()81 if (mProfileGridView != null) { in applyRestriction()83 mProfileGridView.disableAddProfile(); in applyRestriction()85 mProfileGridView.enableAddProfile(); in applyRestriction()