-
public final class WifiSignalStrengthDrawable extends Drawable
-
-
Field Summary
Fields Modifier and Type Field Description private Floatfilledprivate BooleanstrikeThroughprivate IntegerbackgroundColorprivate IntegerfillColor
-
Constructor Summary
Constructors Constructor Description WifiSignalStrengthDrawable()
-
Method Summary
Modifier and Type Method Description final FloatgetFilled()final UnitsetFilled(Float filled)final BooleangetStrikeThrough()final UnitsetStrikeThrough(Boolean strikeThrough)final IntegergetBackgroundColor()final UnitsetBackgroundColor(Integer backgroundColor)final IntegergetFillColor()final UnitsetFillColor(Integer fillColor)Unitdraw(Canvas canvas)UnitjumpToCurrentState()UnitsetAlpha(Integer alpha)IntegergetOpacity()UnitsetColorFilter(ColorFilter colorFilter)-
Methods inherited from class dyte.io.uikit.screens.settings.WifiSignalStrengthDrawable
applyTheme, canApplyTheme, clearColorFilter, copyBounds, copyBounds, getAlpha, getBounds, getCallback, getChangingConfigurations, getColorFilter, getConstantState, getCurrent, getDirtyBounds, getHotspotBounds, getIntrinsicHeight, getIntrinsicWidth, getLayoutDirection, getLevel, getMinimumHeight, getMinimumWidth, getOpticalInsets, getOutline, getPadding, getState, getTransparentRegion, hasFocusStateSpecified, inflate, inflate, invalidateSelf, isAutoMirrored, isFilterBitmap, isProjected, isStateful, isVisible, mutate, onBoundsChange, onLayoutDirectionChanged, onLevelChange, onStateChange, scheduleSelf, setAutoMirrored, setBounds, setBounds, setCallback, setChangingConfigurations, setColorFilter, setDither, setFilterBitmap, setHotspot, setHotspotBounds, setLayoutDirection, setLevel, setState, setTint, setTintBlendMode, setTintList, setTintMode, setVisible, unscheduleSelf -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getStrikeThrough
final Boolean getStrikeThrough()
-
setStrikeThrough
final Unit setStrikeThrough(Boolean strikeThrough)
-
getBackgroundColor
final Integer getBackgroundColor()
-
setBackgroundColor
final Unit setBackgroundColor(Integer backgroundColor)
-
getFillColor
final Integer getFillColor()
-
setFillColor
final Unit setFillColor(Integer fillColor)
-
jumpToCurrentState
Unit jumpToCurrentState()
-
getOpacity
Integer getOpacity()
-
setColorFilter
Unit setColorFilter(ColorFilter colorFilter)
-
-
-
-