List of usage examples for android.widget SearchView.OnQueryTextListener interface-usage
From source file com.syncedsynapse.kore2.ui.AudioGenresListFragment.java
/** * Fragment that presents the album genres list */ public class AudioGenresListFragment extends Fragment implements LoaderManager.LoaderCallbacks<Cursor>, SwipeRefreshLayout.OnRefreshListener, SearchView.OnQueryTextListener { private static final String TAG = LogUtils.makeLogTag(AudioGenresListFragment.class);
From source file it.geosolutions.android.map.geostore.fragment.GeoStoreResourceListFragment.java
/**
* Show a list of the resources from a GeoStore instance.
* Load 5 at time the resources to fill the screen and provides
* search capabilities
*
* @author Lorenzo Natali (www.geo-solutions.it)
From source file com.github.dfa.diaspora_android.activity.PodSelectionFragment.java
/** * Fragment that lets the user choose a Pod * Created by vanitas on 01.10.16. */ public class PodSelectionFragment extends ThemedFragment
From source file sharedcode.wyeditor.ui.activity.SelectFileActivity.java
public class SelectFileActivity extends ActionBarActivity implements SearchView.OnQueryTextListener, AdapterView.OnItemClickListener, EditTextDialog.EditDialogListener { private String currentFolder; private ListView listView; private boolean wantAFile = true; private MenuItem mSearchViewMenuItem;
From source file com.packetsender.android.MainActivity.java
public class MainActivity extends Activity implements ActionBar.TabListener, SearchView.OnQueryTextListener { /** * The {@link android.support.v4.view.PagerAdapter} that will provide * fragments for each of the sections. We use a * {@link FragmentPagerAdapter} derivative, which will keep every
From source file io.github.protino.codewatch.ui.ProjectsFragment.java
/**
* Displays all the projects of the user
*
* @author Gurupad Mamadapur
*/
From source file com.gh4a.activities.SearchActivity.java
public class SearchActivity extends BaseActivity implements SearchView.OnQueryTextListener, SearchView.OnCloseListener, AdapterView.OnItemSelectedListener, RootAdapter.OnItemClickListener { private RootAdapter<?, ?> mAdapter; private RecyclerView mResultsView;
From source file com.openarc.nirmal.mytrack.ContactActivity.java
public class ContactActivity extends BaseActivity implements NavigationView.OnNavigationItemSelectedListener, SearchView.OnQueryTextListener { ContactView contactView; ContactAdapter mContactAdapter; OSMContactTask osmContactTask;
From source file com.syncedsynapse.kore2.ui.ArtistListFragment.java
/** * Fragment that presents the artists list */ public class ArtistListFragment extends Fragment implements LoaderManager.LoaderCallbacks<Cursor>, SwipeRefreshLayout.OnRefreshListener, SearchView.OnQueryTextListener { private static final String TAG = LogUtils.makeLogTag(ArtistListFragment.class);
From source file com.syncedsynapse.kore2.ui.MusicVideoListFragment.java
/** * Fragment that presents the artists list */ public class MusicVideoListFragment extends Fragment implements LoaderManager.LoaderCallbacks<Cursor>, SwipeRefreshLayout.OnRefreshListener, SearchView.OnQueryTextListener { private static final String TAG = LogUtils.makeLogTag(MusicVideoListFragment.class);