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 org.amahi.anywhere.fragment.ServerFilesFragment.java

/**
 * Files fragment. Shows files list.
 */
public class ServerFilesFragment extends Fragment implements SwipeRefreshLayout.OnRefreshListener,
        AdapterView.OnItemClickListener, AdapterView.OnItemLongClickListener, ActionMode.Callback,
        SearchView.OnQueryTextListener, FilesFilterBaseAdapter.onFilterListChange {

From source file ch.teamuit.android.soundplusplus.LibraryActivity.java

/**
 * The library activity where songs to play can be selected from the library.
 */
public class LibraryActivity extends SlidingPlaybackActivity implements DialogInterface.OnClickListener,
        DialogInterface.OnDismissListener, SearchView.OnQueryTextListener {

From source file ch.blinkenlights.android.vanilla.LibraryActivity.java

/**
 * The library activity where songs to play can be selected from the library.
 */
public class LibraryActivity extends SlidingPlaybackActivity implements DialogInterface.OnClickListener,
        DialogInterface.OnDismissListener, SearchView.OnQueryTextListener {

From source file org.sufficientlysecure.keychain.ui.KeyListFragment.java

/**
 * Public key list with sticky list headers. It does _not_ extend ListFragment because it uses
 * StickyListHeaders library which does not extend upon ListView.
 */
public class KeyListFragment extends LoaderFragment implements SearchView.OnQueryTextListener,
        AdapterView.OnItemClickListener, LoaderManager.LoaderCallbacks<Cursor> {

From source file cx.ring.fragments.CallListFragment.java

public class CallListFragment extends Fragment
        implements SearchView.OnQueryTextListener, LoaderManager.LoaderCallbacks<ContactsLoader.Result> {

    private static final String TAG = CallListFragment.class.getSimpleName();

    private LocalService.Callbacks mCallbacks = LocalService.DUMMY_CALLBACKS;

From source file com.fbartnitzek.tasteemall.MainActivity.java

/**
 * Copyright 2016.  Frank Bartnitzek
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at

From source file org.thialfihar.android.apg.ui.KeyListFragment.java

/**
 * Public key list with sticky list headers. It does _not_ extend ListFragment because it uses
 * StickyListHeaders library which does not extend upon ListView.
 */
public class KeyListFragment extends Fragment implements SearchView.OnQueryTextListener,
        AdapterView.OnItemClickListener, LoaderManager.LoaderCallbacks<Cursor> {

From source file com.wecandoit.jinju_0_0_4.jActivity_YoutubeSearchList.java

/**
 * A sample Activity showing how to manage multiple YouTubeThumbnailViews in an
 * mAdapter for display in a List. When the list items are clicked, the video is
 * played by using a YouTubePlayerFragment.
 * <p>
 * The demo supports custom fullscreen and transitioning between portrait and

From source file org.voidsink.anewjkuapp.fragment.MapFragment.java

public class MapFragment extends BaseFragment implements SearchView.OnQueryTextListener {
    /**
     * The fragment argument representing the item ID that this fragment
     * represents.
     */
    public static final String MAP_FILE_NAME = "campus.map";

From source file com.example.office.ui.Office365DemoActivity.java

/**
 * Activity that common application UI logic related to Action Bar, Sliding Drawer and Fragments providing main content.
 */
public class Office365DemoActivity extends BaseActivity
        implements SearchView.OnQueryTextListener, IFragmentNavigator {