List of usage examples for android.widget Filterable interface-usage
From source file org.videolan.vlc.gui.audio.PlaylistAdapter.java
public class PlaylistAdapter extends RecyclerView.Adapter<PlaylistAdapter.ViewHolder> implements SwipeDragHelperAdapter, Filterable { private ItemFilter mFilter = new ItemFilter(); public interface IPlayer {
From source file com.moto.miletus.application.DeviceListAdapter.java
/** * Adapter for the list of devices. For each {@link DeviceWrapper} added to this * adapter, a corresponding card will be created. When clicked, the card will launch a new * {@link DeviceActivity}. */ public class DeviceListAdapter extends RecyclerView.Adapter<DeviceListAdapter.ViewHolder> implements Filterable {
From source file com.android.calendar.event.EventLocationAdapter.java
/** * An adapter for autocomplete of the location field in edit-event view. */ public class EventLocationAdapter extends ArrayAdapter<EventLocationAdapter.Result> implements Filterable { private static final String TAG = "EventLocationAdapter"; // Constants for contacts query:
From source file com.sawyer.advadapters.widget.JSONAdapter.java
/**
* A custom abstract {@link BaseAdapter} that is backed by a {@link JSONArray} of arbitrary objects.
* By default this class delegates view generation and defining the filtering logic to subclasses.
* <p/>
* Designed to be a flexible and customizable solution for using JSONArray with an adapter. It
* exposes most of the JSONArray methods, provides active filtering support, and conveniently passes
From source file org.videolan.vlc.gui.video.VideoListAdapter.java
public class VideoListAdapter extends RecyclerView.Adapter<VideoListAdapter.ViewHolder> implements Filterable { public final static String TAG = "VLC/VideoListAdapter"; public final static int SORT_BY_TITLE = 0; public final static int SORT_BY_LENGTH = 1;
From source file cm.confide.ex.chips.BaseRecipientAdapter.java
/** * Adapter for showing a recipient list. */ public abstract class BaseRecipientAdapter extends BaseAdapter implements Filterable, AccountSpecifier { private static final String TAG = "BaseRecipientAdapter";
From source file eu.faircode.adblocker.AdapterRule.java
public class AdapterRule extends RecyclerView.Adapter<AdapterRule.ViewHolder> implements Filterable { private static final String TAG = "NetGuard.Adapter"; private Activity context; private RecyclerView rv; private boolean filter;
From source file com.zhengde163.netguard.AdapterRule.java
public class AdapterRule extends RecyclerView.Adapter<AdapterRule.ViewHolder> implements Filterable { private static final String TAG = "NetGuard.Adapter"; private Activity context; private RecyclerView rv; private boolean filter;
From source file com.master.metehan.filtereagle.AdapterRule.java
public class AdapterRule extends RecyclerView.Adapter<AdapterRule.ViewHolder> implements Filterable { private static final String TAG = "FilterEagle.Adapter"; private Activity context; private RecyclerView rv; private boolean filter;
From source file com.DGSD.Teexter.UI.Recipient.BaseRecipientAdapter.java
/** * Adapter for showing a recipient list. */ public abstract class BaseRecipientAdapter extends BaseAdapter implements Filterable { private static final String TAG = "BaseRecipientAdapter";