Example usage for android.widget SearchView.OnQueryTextListener interface-usage

List of usage examples for android.widget SearchView.OnQueryTextListener interface-usage

Introduction

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

Usage

From source file es.esy.vivekrajendran.news.fragments.LatestNewsFragment.java

public class LatestNewsFragment extends Fragment
        implements LoaderManager.LoaderCallbacks<Cursor>, SearchView.OnQueryTextListener {

    private static final int LATEST_NEWS_LOADER = 452;
    private static final int LATEST_NEWS_SEARCH_LOADER = 751;
    private NewsCursorAdapter newsCursorAdapter;

From source file fr.shywim.antoinedaniel.ui.fragment.SoundPagerFragment.java

public class SoundPagerFragment extends Fragment
        implements SearchView.OnQueryTextListener, FragmentUtils.ScrollListener {
    private static final String TAG = LogUtils.makeLogTag(SoundPagerFragment.class);
    public static final String ARG_SOUNDS_GROUP = "sounds_group";

    private View mFab;

From source file at.flack.activity.NewSMSContactActivity.java

public class NewSMSContactActivity extends AppCompatActivity implements SearchView.OnQueryTextListener {

    private ListView contactList;
    public static ContactNameMap contactNameMap;
    private ProfilePictureCache fb_img;
    public ArrayList<ContactModel> contacts;

From source file ru.gkpromtech.exhibition.organizations.OrganizationsFragment.java

/**
 * A fragment representing a list of Items.
 * <p/>
 * Large screen devices (such as tablets) are supported by replacing the ListView
 * with a GridView.
 * <p/>

From source file com.jhk.whysoformal.activity.musiclist.fragment.MusicListFragment.java

/**
 * Created by Ji Kim on 12/3/2014.
 */
public class MusicListFragment extends ListFragment implements SearchView.OnQueryTextListener {

    private static String TAG = "MusicListFragment";

From source file com.melchor629.musicote.MainActivity.java

/**
 * Actividad principal de la App, hace muchas cosas<br><i>tag:^(?!.*(EGL_emulation|dalvik)).*$</i>
 * @author melchor
 */
public class MainActivity extends ListActivity implements SearchView.OnQueryTextListener,
        SwipeRefreshLayout.OnRefreshListener, DatabaseLoader.DatabaseLoaderListener {

From source file de.dreier.mytargets.features.training.standardround.StandardRoundListFragment.java

public class StandardRoundListFragment
        extends SelectItemFragmentBase<StandardRound, HeaderListAdapter<StandardRound>>
        implements SearchView.OnQueryTextListener {

    private static final int NEW_STANDARD_ROUND = 1;
    private static final int EDIT_STANDARD_ROUND = 2;

From source file com.rks.musicx.ui.fragments.ArtistListFragment.java

public class ArtistListFragment extends BaseRefreshFragment
        implements LoaderManager.LoaderCallbacks<List<Artist>>, SearchView.OnQueryTextListener {

    private FastScrollRecyclerView rv;
    private ArtistListAdapter artistListAdapter;
    private int artistLoader = -1;

From source file org.xbmc.kore.ui.AbstractCursorListFragment.java

public abstract class AbstractCursorListFragment extends AbstractListFragment
        implements LoaderManager.LoaderCallbacks<Cursor>, SyncUtils.OnServiceListener,
        SearchView.OnQueryTextListener, SwipeRefreshLayout.OnRefreshListener {
    private static final String TAG = LogUtils.makeLogTag(AbstractCursorListFragment.class);

    private final String BUNDLE_KEY_SEARCH_QUERY = "search_query";

From source file de.aw.monma.wertpapier.FragmentWertpapierBuchungenListe.java

/**
 * Zeigt eine Liste der Wertpapierbuchungen. Bei Auswahl einer WPAction (Kauf, EInlieferung,
 * Ausgabe) wird ueber den Intent im Menu die ActivityWertpapiere mit Action DoWertpapierUmsatz
 * gestartet
 */
public class FragmentWertpapierBuchungenListe extends AWItemListRecyclerViewFragment<WertpapierListItem>