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.fdroid.fdroid.FDroid.java

public class FDroid extends AppCompatActivity implements SearchView.OnQueryTextListener {

    private static final String TAG = "FDroid";

    private static final int REQUEST_PREFS = 1;
    private static final int REQUEST_ENABLE_BLUETOOTH = 2;

From source file es.esy.vivekrajendran.news.MainActivity.java

/**
 * This activity is the entry point after user is logged in.
 * It also includes NavigationView and BottomNavigationView.
 */

public class MainActivity extends AppCompatActivity

From source file org.thialfihar.android.apg.ui.KeyListPublicFragment.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 KeyListPublicFragment extends Fragment implements SearchView.OnQueryTextListener,
        AdapterView.OnItemClickListener, LoaderManager.LoaderCallbacks<Cursor> {

From source file org.messic.android.smartphone.activities.main.MainActivity.java

public class MainActivity extends MessicBaseActivity
        implements ViewPager.OnPageChangeListener, SearchView.OnQueryTextListener {

    @Inject
    MainPresenter presenter;
    @Inject

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

@SuppressWarnings("FieldCanBeLocal")
public class CourseContentFragment extends Fragment implements OnRefreshListener, SearchView.OnQueryTextListener,
        ActivityCompat.OnRequestPermissionsResultCallback {
    private String coursename;
    private String coursefname;
    private int courseid;

From source file com.syncedsynapse.kore2.ui.TVShowListFragment.java

/**
 * Fragment that presents the tv show list
 */
public class TVShowListFragment extends Fragment implements LoaderManager.LoaderCallbacks<Cursor>,
        SwipeRefreshLayout.OnRefreshListener, SearchView.OnQueryTextListener {
    private static final String TAG = LogUtils.makeLogTag(TVShowListFragment.class);

From source file com.syncedsynapse.kore2.ui.MovieListFragment.java

/**
 * Fragment that presents the movie list
 */
public class MovieListFragment extends Fragment implements LoaderManager.LoaderCallbacks<Cursor>,
        SwipeRefreshLayout.OnRefreshListener, SearchView.OnQueryTextListener {
    private static final String TAG = LogUtils.makeLogTag(MovieListFragment.class);

From source file io.romain.passport.ui.MainActivity.java

public class MainActivity extends DrawerActivity implements SearchView.OnQueryTextListener {

    private static final int REQUEST_CODE_ADD_CITY = 1337;
    private static final int DISTANCE = 20;

    @Bind(R.id.action_bar)

From source file de.arcus.playmusicexporter2.activities.MusicContainerListActivity.java

/**
 * An activity representing a list of Tracks. This activity
 * has different presentations for handset and tablet-size devices. On
 * handsets, the activity presents a list of items, which when touched,
 * lead to a {@link MusicTrackListActivity} representing
 * item details. On tablets, the activity presents the list of items and

From source file com.orange.ocara.ui.activity.ListAuditActivity.java

@EActivity(resName = "activity_list_audit")
@OptionsMenu(resName = "list_all_audits")
public class ListAuditActivity extends BaseActivity
        implements MenuItemCompat.OnActionExpandListener, SearchView.OnQueryTextListener {

    private static final int ACTION_CREATE_NEW_DOCUMENT = 1;