List of usage examples for android.widget SearchView.OnSuggestionListener interface-usage
From source file com.actionbarsherlock.sample.demos.SearchViews.java
public class SearchViews extends SherlockActivity implements SearchView.OnQueryTextListener, SearchView.OnSuggestionListener { private static final String[] COLUMNS = { BaseColumns._ID, SearchManager.SUGGEST_COLUMN_TEXT_1, }; private SuggestionsAdapter mSuggestionsAdapter;
From source file com.wecandoit.jinju_0_0_4.jActivity_Search.java
public class jActivity_Search extends SherlockActivity implements SearchView.OnQueryTextListener, SearchView.OnSuggestionListener { private static final String[] COLUMNS = { BaseColumns._ID, SearchManager.SUGGEST_COLUMN_TEXT_1, }; private SuggestionsAdapter mSuggestionsAdapter;
From source file com.sbox.absforpwdassi.demo.SearchViews.java
public class SearchViews extends SherlockActivity implements SearchView.OnQueryTextListener, SearchView.OnSuggestionListener { private static final String[] COLUMNS = { BaseColumns._ID, SearchManager.SUGGEST_COLUMN_TEXT_1, }; private SuggestionsAdapter mSuggestionsAdapter;
From source file com.wecandoit.jinju_0_0_4.jActivity_YoutubeSearchList.java
/**
* A sample Activity showing how to manage multiple YouTubeThumbnailViews in an
* mAdapter for display in a List. When the list items are clicked, the video is
* played by using a YouTubePlayerFragment.
* <p>
* The demo supports custom fullscreen and transitioning between portrait and
From source file com.android.calendar.AllInOneActivity.java
public class AllInOneActivity extends AbstractCalendarActivity implements EventHandler, OnSharedPreferenceChangeListener, SearchView.OnQueryTextListener, SearchView.OnSuggestionListener, NavigationView.OnNavigationItemSelectedListener { private static final String TAG = "AllInOneActivity"; private static final boolean DEBUG = false; private static final String EVENT_INFO_FRAGMENT_TAG = "EventInfoFragment";