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.summer.lib.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.fortysevendeg.swipelistview.ExpandableSwipeListView.java

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

    /**

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

public class BookmarkExpandableView extends ExpandableListView implements BreadCrumbView.Controller {

    public static final String LOCAL_ACCOUNT_NAME = "local";

    // Experimental drag & drop
    private static final boolean ENABLE_DRAG_DROP = false;