Package ai.nexconn.chatui.picture.tools
Class AnimUtils
-
- All Implemented Interfaces:
public class AnimUtils
-
-
Constructor Summary
Constructors Constructor Description AnimUtils()
-
Method Summary
Modifier and Type Method Description static voidzoom(View view, boolean isZoomAnim)static voiddisZoom(View view, boolean isZoomAnim)static voidrotateArrow(ImageView arrow, boolean flag)Arrow rotation animation -
-
Method Detail
-
zoom
static void zoom(View view, boolean isZoomAnim)
-
disZoom
static void disZoom(View view, boolean isZoomAnim)
-
rotateArrow
static void rotateArrow(ImageView arrow, boolean flag)
Arrow rotation animation
- Parameters:
arrow- ImageViewflag- whether to rotate upward
-
-
-
-