use of com.marshalchen.common.uimodule.foldablelayout.shading.SimpleFoldShading in project UltimateAndroid by cymcsg.
the class FoldableListLayout method init.
private void init(Context context) {
mGestureDetector = new GestureDetector(context, this);
mAnimator = ObjectAnimator.ofFloat(this, "foldRotation", 0);
mMinDistanceBeforeScroll = ViewConfiguration.get(context).getScaledPagingTouchSlop();
mFoldShading = new SimpleFoldShading();
}
Aggregations