Searched refs:mOptionsContainer (Results 1 – 4 of 4) sorted by relevance
62 private RecyclerView mOptionsContainer; field in CustomThemeComponentFragment78 mOptionsContainer = view.findViewById(R.id.options_container); in onCreateView()103 mOptionsContainer, options, mUseGridLayout, false); in setUpOptions()
92 private RecyclerView mOptionsContainer; field in ThemeFragment130 mOptionsContainer = view.findViewById(R.id.options_container); in onCreateView()266 mOptionsController = new OptionSelectorController<>(mOptionsContainer, options); in setUpOptions()
69 private RecyclerView mOptionsContainer; field in ClockFragment96 mOptionsContainer = view.findViewById(R.id.options_container); in onCreateView()133 mOptionsController = new OptionSelectorController<>(mOptionsContainer, options); in setUpOptions()
87 private RecyclerView mOptionsContainer; field in GridFragment114 mOptionsContainer = view.findViewById(R.id.options_container); in onCreateView()183 mOptionsController = new OptionSelectorController<>(mOptionsContainer, options); in setUpOptions()