Example usage for android.widget ExpandableListView subclass-usage

List of usage examples for android.widget ExpandableListView subclass-usage

Introduction

In this page you can find the example usage for android.widget ExpandableListView subclass-usage.

Usage

From source file com.nextgis.metroaccess.ui.view.StationExpandableListView.java

public class StationExpandableListView extends ExpandableListView {

    public StationExpandableListView(Context context) {
        super(context);
    }

From source file com.xinkaishi.apple.xinweidian.CustomView.PinnedHeaderExpandableListView.java

public class PinnedHeaderExpandableListView extends ExpandableListView implements OnScrollListener {
    private static final String TAG = "PinnedHeaderExpandableListView";
    private static final boolean DEBUG = true;

    public interface OnHeaderUpdateListener {
        /**

From source file com.android.browser.view.BookmarkExpandableView.java

public class BookmarkExpandableView extends ExpandableListView implements BreadCrumbView.Controller {

    public static final String LOCAL_ACCOUNT_NAME = "local";

    private BookmarkAccountAdapter mAdapter;
    private int mColumnWidth;

From source file com.stockbrowser.view.BookmarkExpandableView.java

public class BookmarkExpandableView extends ExpandableListView implements BreadCrumbView.Controller {

    public static final String LOCAL_ACCOUNT_NAME = "local";

    private BookmarkAccountAdapter mAdapter;
    private int mColumnWidth;

From source file com.baohume.browser.view.BookmarkExpandableView.java

public class BookmarkExpandableView extends ExpandableListView implements BreadCrumbView.Controller {

    public static final String LOCAL_ACCOUNT_NAME = "local";

    private BookmarkAccountAdapter mAdapter;
    private int mColumnWidth;

From source file com.borqs.browser.view.BookmarkExpandableView.java

public class BookmarkExpandableView extends ExpandableListView implements BreadCrumbView.Controller {

    public static final String LOCAL_ACCOUNT_NAME = "local";

    private BookmarkAccountAdapter mAdapter;
    private int mColumnWidth;

From source file com.borqs.browser.combo.BookmarkExpandableView.java

public class BookmarkExpandableView extends ExpandableListView implements BreadCrumbView.Controller {

    public static final String LOCAL_ACCOUNT_NAME = "local";

    private BookmarkAccountAdapter mAdapter;
    private int mColumnWidth;

From source file com.quickblox.convo.ui.views.swipeListView.SwipeListView.java

/**
 * ListView subclass that provides the swipe functionality
 */
public class SwipeListView extends ExpandableListView {

    /**

From source file com.summer.view.pinnedheaderexpandablelistview.expandable.ui.PinnedHeaderExpandableListView.java

public class PinnedHeaderExpandableListView extends ExpandableListView implements OnScrollListener {
    private static final String TAG = "PinnedHeaderExpandableListView";
    private static final boolean DEBUG = true;

    OnItemClickListener onHeadViewClick;

From source file com.quickblox.q_municate.ui.views.swipeListView.SwipeListView.java

/**
 * ListView subclass that provides the swipe functionality
 */
public class SwipeListView extends ExpandableListView {

    /**