Searched refs:switchBar (Results 1 – 1 of 1) sorted by relevance
50 final View switchBar = view.findViewById(R.id.switch_bar); in onViewCreated() local51 final Switch switchWidget = (Switch) switchBar.findViewById(android.R.id.switch_widget); in onViewCreated()52 final TextView switchText = (TextView) switchBar.findViewById(R.id.switch_text); in onViewCreated()