-
- All Implemented Interfaces:
-
kotlin.Cloneable
public final class AnimUtils.HeightAnimation extends Animation
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
AnimUtils.HeightAnimation.Companion
-
Field Summary
Fields Modifier and Type Field Description private View
view
private Boolean
cancelled
private ViewGroup.LayoutParams
params
private Integer
initialHeight
private Integer
finalHeight
-
Constructor Summary
Constructors Constructor Description AnimUtils.HeightAnimation(View view, Integer finalHeight)
AnimUtils.HeightAnimation(View view, Integer initialHeight, Integer finalHeight)
-
Method Summary
Modifier and Type Method Description final View
getView()
final Unit
setView(View view)
final Boolean
getCancelled()
final Unit
setCancelled(Boolean cancelled)
final ViewGroup.LayoutParams
getParams()
final Unit
setParams(ViewGroup.LayoutParams params)
final Integer
getInitialHeight()
final Unit
setInitialHeight(Integer initialHeight)
final Integer
getFinalHeight()
final Unit
setFinalHeight(Integer finalHeight)
final Unit
init()
Unit
cancel()
-
Methods inherited from class com.pointrlabs.core.map.helpers.AnimUtils.HeightAnimation
clone, computeDurationHint, ensureInterpolator, finalize, getBackdropColor, getBackgroundColor, getDetachWallpaper, getDuration, getFillAfter, getFillBefore, getInterpolator, getRepeatCount, getRepeatMode, getScaleFactor, getShowBackdrop, getStartOffset, getStartTime, getTransformation, getTransformation, getZAdjustment, hasEnded, hasStarted, initialize, isFillEnabled, isInitialized, reset, resolveSize, restrictDuration, scaleCurrentDuration, setAnimationListener, setBackdropColor, setBackgroundColor, setDetachWallpaper, setDuration, setFillAfter, setFillBefore, setFillEnabled, setInterpolator, setInterpolator, setRepeatCount, setRepeatMode, setShowBackdrop, setStartOffset, setStartTime, setZAdjustment, start, startNow, willChangeBounds, willChangeTransformationMatrix
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getCancelled
final Boolean getCancelled()
-
setCancelled
final Unit setCancelled(Boolean cancelled)
-
getParams
final ViewGroup.LayoutParams getParams()
-
setParams
final Unit setParams(ViewGroup.LayoutParams params)
-
getInitialHeight
final Integer getInitialHeight()
-
setInitialHeight
final Unit setInitialHeight(Integer initialHeight)
-
getFinalHeight
final Integer getFinalHeight()
-
setFinalHeight
final Unit setFinalHeight(Integer finalHeight)
-
-
-
-