Example usage for android.widget Filterable interface-usage

List of usage examples for android.widget Filterable interface-usage

Introduction

In this page you can find the example usage for android.widget Filterable interface-usage.

Usage

From source file com.niveales.library.utils.MyCursorAdapter.java

/**
 * Static library support version of the framework's {@link android.widget.CursorAdapter}.
 * Used to write apps that run on platforms prior to Android 3.0.  When running
 * on Android 3.0 or above, this implementation is still used; it does not try
 * to switch to the framework's implementation.  See the framework SDK
 * documentation for a class overview.

From source file com.ccjeng.weather.view.adapter.PlaceAutocompleteAdapter.java

/**
 * Adapter that handles Autocomplete requests from the Places Geo Data API.
 * {@link AutocompletePrediction} results from the API are frozen and stored directly in this
 * adapter. (See {@link AutocompletePrediction#freeze()}.)
 * <p/>
 * Note that this adapter requires a valid {@link com.google.android.gms.common.api.GoogleApiClient}.

From source file com.justplay1.shoppist.features.search.SearchAdapter.java

/**
 * Created by Mkhytar Mkhoian.
 */
public class SearchAdapter extends RecyclerView.Adapter<RecyclerView.ViewHolder> implements Filterable {

    private Map<String, ProductViewModel> data;

From source file com.vuze.android.remote.fragment.TorrentListAdapter.java

public class TorrentListAdapter extends BaseAdapter implements Filterable {
    public final static int FILTERBY_ALL = 8;

    public final static int FILTERBY_ACTIVE = 4;

    public final static int FILTERBY_COMPLETE = 9;

From source file com.btmura.android.reddit.app.CommentListController.java

/**
 * Controller that handles all the logic required by {@link
 * CommentListFragment}.
 */
class CommentListController implements Controller<CommentAdapter>, Filterable, CommentList {

From source file com.edmondapps.android.sample.fragment.PresidentsFragment.java

@FragmentName(PresidentsFragment.TAG)
public class PresidentsFragment extends SherlockListFragment implements Filterable, LoaderCallbacks<Cursor> {

    public static final String TAG = "PresidentsFragment";

    private static final int PRESIDENTS_LOADER = 1;

From source file net.kourlas.voipms_sms.adapters.ConversationsRecyclerViewAdapter.java

public class ConversationsRecyclerViewAdapter extends
        RecyclerView.Adapter<ConversationsRecyclerViewAdapter.ConversationViewHolder> implements Filterable {
    private final Context applicationContext;
    private final Database database;
    private final Preferences preferences;
    private final LinearLayoutManager layoutManager;

From source file com.madgag.agit.FileListFragment.java

/**
 * File list is specified by: 1 Repo, 1 Revision
 */
public class FileListFragment extends ListLoadingFragment<FilePath>
        implements Filterable, OnSearchRequestedListener {

From source file net.kourlas.voipms_sms.adapters.ConversationRecyclerViewAdapter.java

public class ConversationRecyclerViewAdapter
        extends RecyclerView.Adapter<ConversationRecyclerViewAdapter.MessageViewHolder> implements Filterable {
    private static final int ITEM_LEFT_PRIMARY = 0;
    private static final int ITEM_LEFT_SECONDARY = 1;
    private static final int ITEM_RIGHT_PRIMARY = 2;
    private static final int ITEM_RIGHT_SECONDARY = 3;

From source file com.vuze.android.remote.adapter.TorrentListAdapter.java

/**
 * Checked == Activated according to google.  In google docs for View
 * .setActivated:
 * (Um, yeah, we are deeply sorry about the terminology here.)
 * <p/>
 * </p>