Searched refs:toggleButton (Results 1 – 2 of 2) sorted by relevance
54 DrawableStateToggleButton toggleButton = in bindViewHolder() local58 if (toggleButton == null) { in bindViewHolder()59 toggleButton = createView(frameLayout.getContext(), frameLayout); in bindViewHolder()61 toggleButton.setText(null); in bindViewHolder()62 toggleButton.setTextOn(null); in bindViewHolder()63 toggleButton.setTextOff(null); in bindViewHolder()64 frameLayout.addView(toggleButton); in bindViewHolder()67 toggleButton.setOnCheckedChangeListener(null); in bindViewHolder()68 toggleButton.setButtonDrawable(mDrawable); in bindViewHolder()69 toggleButton.setChecked(mIsChecked); in bindViewHolder()[all …]
226 MultiToggleImageButton toggleButton = (MultiToggleImageButton) button; in setupToggleButtonParams() local227 toggleButton.setParentSize(size); in setupToggleButtonParams()228 toggleButton.setAnimDirection(mIsPortrait ? in setupToggleButtonParams()