MCPcopy Create free account

hub / github.com/HuanHaiLiuXin/ILayoutAnimationController / types & classes

Types & classes11 in github.com/HuanHaiLiuXin/ILayoutAnimationController

InterfaceCallback
callback for get play animation order
ILayoutAnimationController/ilayoutanimationcontroller/src/main/java/com/jet/ilayoutanimationcontroller/ILayoutAnimationController.java:88
ClassConstant
SweetToast及SweetSnackbar通用常量 作者:幻海流心 GitHub:https://github.com/HuanHaiLiuXin/SweetTips 邮箱:wall0920@163.com 2016/12/13 19:45
ILayoutAnimationController/app/src/main/java/com/jet/demo/Constant.java:12
ClassExampleInstrumentedTest
Instrumentation test, which will execute on an Android device. @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
ILayoutAnimationController/app/src/androidTest/java/com/jet/customlayoutanimationcontroller/ExampleInstrumentedTest.java:17
ClassExampleInstrumentedTest
Instrumentation test, which will execute on an Android device. @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
ILayoutAnimationController/ilayoutanimationcontroller/src/androidTest/java/com/jet/customlayoutanimationcontroller/ExampleInstrumentedTest.java:17
ClassExampleUnitTest
Example local unit test, which will execute on the development machine (host). @see <a href="http://d.android.com/tools/testing">Testing documentatio
ILayoutAnimationController/app/src/test/java/com/jet/customlayoutanimationcontroller/ExampleUnitTest.java:12
ClassExampleUnitTest
Example local unit test, which will execute on the development machine (host). @see <a href="http://d.android.com/tools/testing">Testing documentatio
ILayoutAnimationController/ilayoutanimationcontroller/src/test/java/com/jet/customlayoutanimationcontroller/ExampleUnitTest.java:12
ClassGetTransformedIndexUtils
与ILayoutAnimationController配合使用的 “ViewGroup实例中子View布局动画执行顺序规则 工具类” (⊙o⊙)…,好绕口的名字,具体作用大家一定懂得 所有方法只针对 正向 和 反向 起作用,没有随机效果 1:当想设置正向效果 ,使用
ILayoutAnimationController/ilayoutanimationcontroller/src/main/java/com/jet/ilayoutanimationcontroller/GetTransformedIndexUtils.java:30
ClassILayoutAnimationController
自定义LayoutAnimationController,可通过{@link GetTransformedIndexUtils}工具类创造任意多个布局动画执行顺序, 只要和{@link IndexAlgorithm}与{@link #generateController(Animation, flo
ILayoutAnimationController/ilayoutanimationcontroller/src/main/java/com/jet/ilayoutanimationcontroller/ILayoutAnimationController.java:43
EnumIndexAlgorithm
根据当前枚举类型的值,确定在setOnIndexListener方法中的CustomLayoutAnimationController.Callback 实例的getTransformedIndex方法调用GetTransformedIndexUtils中的那种方法
ILayoutAnimationController/ilayoutanimationcontroller/src/main/java/com/jet/ilayoutanimationcontroller/ILayoutAnimationController.java:96
ClassSwitchActivity
ILayoutAnimationController/app/src/main/java/com/jet/demo/SwitchActivity.java:11
ClassTestActivity
ILayoutAnimationController/app/src/main/java/com/jet/demo/TestActivity.java:9