Search in sources :

Example 11 with LinearLayoutHelper

use of com.alibaba.android.vlayout.layout.LinearLayoutHelper in project Tangram-Android by alibaba.

the class VVCard method convertLayoutHelper.

@Nullable
@Override
public LayoutHelper convertLayoutHelper(@Nullable LayoutHelper oldHelper) {
    LinearLayoutHelper helper = new LinearLayoutHelper();
    helper.setItemCount(getCells().size());
    return helper;
}
Also used : LinearLayoutHelper(com.alibaba.android.vlayout.layout.LinearLayoutHelper) Nullable(android.support.annotation.Nullable)

Aggregations

LinearLayoutHelper (com.alibaba.android.vlayout.layout.LinearLayoutHelper)11 Nullable (android.support.annotation.Nullable)6 DelegateAdapter (com.alibaba.android.vlayout.DelegateAdapter)5 VirtualLayoutManager (com.alibaba.android.vlayout.VirtualLayoutManager)5 GridLayoutHelper (com.alibaba.android.vlayout.layout.GridLayoutHelper)5 RecyclerView (android.support.v7.widget.RecyclerView)4 StickyLayoutHelper (com.alibaba.android.vlayout.layout.StickyLayoutHelper)4 Rect (android.graphics.Rect)3 View (android.view.View)3 FixLayoutHelper (com.alibaba.android.vlayout.layout.FixLayoutHelper)3 OnePlusNLayoutHelper (com.alibaba.android.vlayout.layout.OnePlusNLayoutHelper)3 ScrollFixLayoutHelper (com.alibaba.android.vlayout.layout.ScrollFixLayoutHelper)3 LinkedList (java.util.LinkedList)3 Handler (android.os.Handler)2 ViewPager (android.support.v4.view.ViewPager)2 ViewGroup (android.view.ViewGroup)2 EditText (android.widget.EditText)2 TextView (android.widget.TextView)2 RecyclablePagerAdapter (com.alibaba.android.vlayout.RecyclablePagerAdapter)2 LayoutParams (com.alibaba.android.vlayout.VirtualLayoutManager.LayoutParams)2