Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
DPowerNotificationControlsFragment.java50 final View switchBar = view.findViewById(R.id.switch_bar); in onViewCreated() local
51 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()