Searched refs:configView (Results 1 – 2 of 2) sorted by relevance
103 RecyclerView configView = findViewById(R.id.config_recycler_view);104 configView.setAdapter(mConfigAdapter);105 configView.setLayoutManager(new LinearLayoutManager(this, LinearLayoutManager.HORIZONTAL,107 configView.setHasFixedSize(true);
75 RecyclerView configView = findViewById(R.id.config_recycler_view); in initToggles() local76 configView.setAdapter(new RecyclerView.Adapter<ConfigViewHolder>() { in initToggles()94 configView.setLayoutManager(new LinearLayoutManager(this, LinearLayoutManager.HORIZONTAL, in initToggles()96 configView.setHasFixedSize(true); in initToggles()