View CommonPageAdapter
public class CommonPageAdapter extends PagerAdapter implements IListAdapter<View> { | |
private static final String TAG = CommonPageAdapter.class.getName(); | |
private List<View> mViews; | |
private int mChildCount=0; | |
public CommonPageAdapter() { | |
} |
View ActivitySplitAnimationUtil.java
package cc.trity.sun.utils; | |
import android.animation.Animator; | |
import android.animation.AnimatorSet; | |
import android.animation.ObjectAnimator; | |
import android.animation.TimeInterpolator; | |
import android.app.Activity; | |
import android.content.Context; | |
import android.content.Intent; | |
import android.graphics.Bitmap; |