List of usage examples for android.widget SearchView.OnQueryTextListener interface-usage
From source file org.catnut.fragment.TimelineFragment.java
/** * * * @author longkai */ public abstract class TimelineFragment extends Fragment implements ConfirmBarController.Callbacks,
From source file com.jaspersoft.android.jaspermobile.activities.storage.fragment.SavedItemsSearchFragment.java
/**
* @author Tom Koptel
* @since 1.9
*/
@EFragment
@OptionsMenu(R.menu.search_menu)
From source file com.jaspersoft.android.jaspermobile.activities.favorites.fragment.FavoritesSearchFragment.java
/**
* @author Tom Koptel
* @since 1.9
*/
@EFragment
@OptionsMenu(R.menu.search_menu)
From source file com.jaspersoft.android.jaspermobile.activities.library.fragment.LibrarySearchFragment.java
/**
* @author Tom Koptel
* @since 1.9
*/
@EFragment
@OptionsMenu(R.menu.search_menu)
From source file org.intermine.app.fragment.TemplatesFragment.java
public class TemplatesFragment extends BaseFragment implements SearchView.OnQueryTextListener, MenuItemCompat.OnActionExpandListener, TemplatesAdapter.OnItemClickListener { public static final String MINE_NAME_KEY = "mine_name"; public static final long TEMPLATES_CACHE_EXPIRY_DURATION = 1000 * 60 * 10;
From source file de.janrenz.app.mediathek.MediathekActivity.java
/**
* Main activity: shows headlines list and articles, if layout permits.
*
* This is the main activity of the application. It can have several different
* layouts depending on the SDK version, screen size and orientation. The
* configurations are divided in two large groups: single-pane layouts and
From source file com.jaspersoft.android.jaspermobile.activities.repository.fragment.SearchControllerFragment.java
/**
* @author Tom Koptel
* @since 1.9
*/
@EFragment
@OptionsMenu(R.menu.search_menu)
From source file com.jaspersoft.android.jaspermobile.activities.repository.fragment.RepositorySearchFragment.java
/**
* @author Tom Koptel
* @since 1.9
*/
@EFragment
@OptionsMenu(R.menu.search_menu)
From source file ufms.br.com.ufmsapp.activity.MainActivity.java
public class MainActivity extends AppCompatActivity implements NavigationView.OnNavigationItemSelectedListener, SearchView.OnQueryTextListener { protected Toolbar toolbar; private int mSelectedPosition; private DrawerLayout mDrawerLayout;
From source file com.jaspersoft.android.jaspermobile.ui.view.fragment.CatalogSearchFragment.java
/**
* @author Andrew Tivodar
* @since 2.3
*/
@OptionsMenu(R.menu.search_menu)
@EFragment