Searched defs:switchView (Results 1 – 4 of 4) sorted by relevance
137 View switchView = holder.findViewById(R.id.switchWidget); in onBindViewHolder() local214 View switchView = view.findViewById(R.id.switchWidget); in syncViewIfAccessibilityEnabled() local223 final SwitchCompat switchView = (SwitchCompat) view; in syncSwitchView() local230 final SwitchCompat switchView = (SwitchCompat) view; in syncSwitchView() local
139 View switchView = holder.findViewById(R.id.switchWidget); in onBindViewHolder() local217 View switchView = view.findViewById(R.id.switchWidget); in syncViewIfAccessibilityEnabled() local226 final Switch switchView = (Switch) view; in syncSwitchView() local233 final Switch switchView = (Switch) view; in syncSwitchView() local
128 final Switch switchView = (Switch) checkableView; in onBindView() local135 final Switch switchView = (Switch) checkableView; in onBindView() local
70 private void switchView(Object object) { in switchView() method in PresenterSwitcher