List of usage examples for android.widget ListView subclass-usage
From source file com.hua.wedget.swiptlistview.SwipeListView.java
/** * ListView subclass that provides the swipe functionality * ?listview */ public class SwipeListView extends ListView implements OnScrollListener {
From source file com.wong.jsonews.widget.swiptlistview.SwipeListView.java
/** * ListView subclass that provides the swipe functionality */ public class SwipeListView extends ListView implements OnScrollListener { private boolean isDropDownStyle = true;
From source file com.hua.news.widget.swipelistview.CopyOfSwipeListView.java
/** * ListView subclass that provides the swipe functionality * ?listview */ public class CopyOfSwipeListView extends ListView implements OnScrollListener {
From source file com.hua.test.widget.swipelistview.SwipeListView.java
/** * ListView subclass that provides the swipe functionality * ?listview */ public class SwipeListView extends ListView implements OnScrollListener {
From source file com.tiger.quicknews.wedget.swiptlistview.SwipeListView.java
/** * ListView subclass that provides the swipe functionality */ public class SwipeListView extends ListView implements OnScrollListener { private boolean isDropDownStyle = true;
From source file com.zy.booking.wedget.swiptlistview.SwipeListView.java
/** * ListView subclass that provides the swipe functionality */ public class SwipeListView extends ListView implements OnScrollListener { private boolean isDropDownStyle = true;
From source file com.example.androidannotationtesttwo.widget.swiptlistview.SwipeListView.java
/** * ListView subclass that provides the swipe functionality */ public class SwipeListView extends ListView implements OnScrollListener { private boolean isDropDownStyle = true;
From source file com.xcy.xsdk.ui.listview.SwipeListView.java
/** * ListView subclass that provides the swipe functionality */ public class SwipeListView extends ListView implements OnScrollListener { private XDebug debug = new XDebug("SwipeListView", true);
From source file com.hua.news.widget.swipelistview.SwipeListView.java
/** * ListView subclass that provides the swipe functionality * ?listview */ public class SwipeListView extends ListView implements OnScrollListener {
From source file com.utils.widget.grid.ExtendableListView.java
/**
* An extendable implementation of the Android {@link android.widget.ListView}
* <p/>
* This is partly inspired by the incomplete StaggeredGridView supplied in the
* Android 4.2+ source & the {@link android.widget.AbsListView} & {@link android.widget.ListView} source;
* however this is intended to have a smaller simplified