Package io.scanbot.sdk.ui.utils
Class CheckableImageView
-
- All Implemented Interfaces:
-
android.widget.Checkable
public final class CheckableImageView implements Checkable
android.widget.ImageView that supports checkable state
-
-
Constructor Summary
Constructors Constructor Description CheckableImageView(Context context)
CheckableImageView(Context context, AttributeSet attrs)
CheckableImageView(Context context, AttributeSet attrs, Integer defStyle)
-
Method Summary
Modifier and Type Method Description IntArray
onCreateDrawableState(Integer extraSpace)
Boolean
isChecked()
Unit
setChecked(Boolean checked)
Unit
toggle()
-
-
Constructor Detail
-
CheckableImageView
CheckableImageView(Context context)
-
CheckableImageView
CheckableImageView(Context context, AttributeSet attrs)
-
CheckableImageView
CheckableImageView(Context context, AttributeSet attrs, Integer defStyle)
-
-
Method Detail
-
onCreateDrawableState
IntArray onCreateDrawableState(Integer extraSpace)
-
setChecked
Unit setChecked(Boolean checked)
-
-
-
-