Example usage for android.widget SearchView.OnCloseListener interface-usage

List of usage examples for android.widget SearchView.OnCloseListener interface-usage

Introduction

In this page you can find the example usage for android.widget SearchView.OnCloseListener interface-usage.

Usage

From source file com.commonsware.android.ab.search.ActionBarFragment.java

public class ActionBarFragment extends ListFragment
        implements SearchView.OnQueryTextListener, SearchView.OnCloseListener {
    private static final String STATE_QUERY = "q";
    private static final String STATE_MODEL = "m";
    private static final String[] items = { "lorem", "ipsum", "dolor", "sit", "amet", "consectetuer", "adipiscing",
            "elit", "morbi", "vel", "ligula", "vitae", "arcu", "aliquet", "mollis", "etiam", "vel", "erat",

From source file com.zuzhili.ui.fragment.DefaultFragment.java

public abstract class DefaultFragment extends ListFragment
        implements PullRefreshListView.OnRefreshRequestListener, PullRefreshListView.OnRefreshStateChangeListener,
        SearchView.OnCloseListener, SearchView.OnQueryTextListener {

    private SearchView mPlaceHolder;

From source file org.catnut.fragment.TimelineFragment.java

/**
 * 
 *
 * @author longkai
 */
public abstract class TimelineFragment extends Fragment implements ConfirmBarController.Callbacks,

From source file com.hotmart.dragonfly.places.ui.PlaceEditActivity.java

/**
 * Created by felipe.arimateia on 6/16/2016.
 */

public class PlaceEditActivity extends BaseActivity
        implements SearchView.OnQueryTextListener, SearchView.OnCloseListener {

From source file org.apache.taverna.mobile.ui.favouriteworkflow.FavouriteWorkflowsFragment.java

public class FavouriteWorkflowsFragment extends Fragment implements FavouriteWorkflowsMvpView,
        RecyclerItemClickListner.OnItemClickListener, SearchView.OnCloseListener, SearchView.OnQueryTextListener {

    public final String LOG_TAG = getClass().getSimpleName();

    @BindView(R.id.rv_fav_workflows)

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 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 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.gh4a.activities.SearchActivity.java

public class SearchActivity extends BaseActivity implements SearchView.OnQueryTextListener,
        SearchView.OnCloseListener, AdapterView.OnItemSelectedListener, RootAdapter.OnItemClickListener {

    private RootAdapter<?, ?> mAdapter;
    private RecyclerView mResultsView;