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 osu.appclub.corvallisbus.MainActivity.java

public class MainActivity extends AppCompatActivity
        implements GoogleApiClient.ConnectionCallbacks, GoogleApiClient.OnConnectionFailedListener,
        LocationProvider, BusStopSelectionQueue, ViewPager.OnPageChangeListener, ActivityRunningMonitor,
        SearchView.OnQueryTextListener, StopsSearchTask.Listener {
    public static final String VIEW_STOP_ACTION = "osu.appclub.corvallisbus.VIEW_STOP_ACTION";
    public static final String EXTRA_STOP_ID = "osu.appclub.corvallisbus.EXTRA_STOP_ID";

From source file com.stoneapp.ourvlemoodle2.fragments.MembersFragment.java

@SuppressWarnings("FieldCanBeLocal")
public class MembersFragment extends Fragment implements SearchView.OnQueryTextListener {
    private String courseid;
    private String token;
    private Context context;
    private List<MoodleMember> members;

From source file blackman.matt.boardlist.BoardListActivity.java

public class BoardListActivity extends Activity implements SearchView.OnQueryTextListener,
        SearchView.OnCloseListener, BoardListCursorAdapter.BoardFavoritedListener {

    private String mDBOrderBy;
    private String mDBSortBy;

From source file com.giltesa.taskcalendar.activity.Main.java

@SuppressLint("NewApi")
public class Main extends FragmentActivity implements SearchView.OnQueryTextListener {
    /**
     * The {@link android.support.v4.view.PagerAdapter} that will provide fragments for each of the
     * sections. We use a {@link android.support.v4.app.FragmentPagerAdapter} derivative, which will
     * keep every loaded fragment in memory. If this becomes too memory intensive, it may be best

From source file ufms.br.com.ufmsapp.fragment.NotasFragment.java

public class NotasFragment extends Fragment implements ListaDisciplinaNotasAdapter.OnDisciplinaClickListener,
        SwipeRefreshLayout.OnRefreshListener, DisciplinasLoadedListener, SearchView.OnQueryTextListener {
    public static boolean mIsInForegroundMode;

    private RecyclerView mRecyclerDisciplinasNota;
    private ListaDisciplinaNotasAdapter adapter;

From source file net.grobas.blizzardleaderboards.app.ui.MainActivity.java

public class MainActivity extends BaseActivity
        implements SearchView.OnQueryTextListener, MenuItemCompat.OnActionExpandListener, Observer<Leaderboard>,
        NavigationView.OnNavigationItemSelectedListener {

    private final static String SAVE_BRACKET_STATE = "bracket_state";
    private final static String SAVE_ORDER_STATE = "order_state";

From source file com.pickr.activities.FlickrActivity.java

public class FlickrActivity extends Activity implements OnItemClickListener, PhotosetsFragment.OnPhotosetListener,
        GalleryFragment.OnGalleryPhotoListener, FavoritesFragment.OnFavoritePhotoListener,
        ContactsFragment.OnContactsListener, SearchView.OnQueryTextListener {

    private DrawerLayout mDrawerLayout;
    private ListView mDrawerList;

From source file org.namelessrom.devicecontrol.modules.appmanager.BaseAppListFragment.java

public abstract class BaseAppListFragment extends Fragment
        implements SearchView.OnQueryTextListener, SearchView.OnCloseListener, View.OnClickListener {
    private static final int ANIM_DURATION = 450;

    private AppListAdapter mAdapter;

From source file org.apache.taverna.mobile.ui.workflow.WorkflowFragment.java

public class WorkflowFragment extends Fragment
        implements WorkflowMvpView, RecyclerItemClickListner.OnItemClickListener,
        SwipeRefreshLayout.OnRefreshListener, SearchView.OnQueryTextListener, SearchView.OnCloseListener {
    public final String LOG_TAG = getClass().getSimpleName();

    @BindView(R.id.rv_workflows)

From source file ufms.br.com.ufmsapp.fragment.DisciplinasFragment.java

public class DisciplinasFragment extends Fragment
        implements DisciplinasLoadedListener, DisciplinasAdapter.OnDisciplinaClickListener,
        SwipeRefreshLayout.OnRefreshListener, SearchView.OnQueryTextListener {
    public static boolean mIsInForegroundMode;

    protected ArrayList<Disciplina> listDisciplinas;