Esempio n. 1
0
 public SuggestionsAdapter(android.content.Context context, android.widget.SearchView
                           searchView, android.app.SearchableInfo searchable, java.util.WeakHashMap <string
                                                                                                     , android.graphics.drawable.Drawable.ConstantState> outsideDrawablesCache) : base
         (context, [email protected]_dropdown_item_icons_2line, null, true
         )
 {
     mSearchManager = (android.app.SearchManager)mContext.getSystemService(android.content.Context
                                                                           .SEARCH_SERVICE);
     mSearchView = searchView;
     mSearchable = searchable;
     android.content.Context activityContext = mSearchable.getActivityContext(mContext
                                                                              );
     mProviderContext       = mSearchable.getProviderContext(mContext, activityContext);
     mOutsideDrawablesCache = outsideDrawablesCache;
     getFilter().setDelayer(new _Delayer_130());
 }
Esempio n. 2
0
 public SearchDialog(android.content.Context context, android.app.SearchManager searchManager
                     ) : base(context, resolveDialogTheme(context))
 {
     throw new System.NotImplementedException();
 }
Esempio n. 3
0
		private void ensureSearchManager()
		{
			if (mSearchManager != null)
			{
				return;
			}
			mSearchManager = new android.app.SearchManager(this, null);
		}
Esempio n. 4
0
		public SuggestionsAdapter(android.content.Context context, android.widget.SearchView
			 searchView, android.app.SearchableInfo searchable, java.util.WeakHashMap<string
			, android.graphics.drawable.Drawable.ConstantState> outsideDrawablesCache) : base
			(context, [email protected]_dropdown_item_icons_2line, null, true
			)
		{
			mSearchManager = (android.app.SearchManager)mContext.getSystemService(android.content.Context
				.SEARCH_SERVICE);
			mSearchView = searchView;
			mSearchable = searchable;
			android.content.Context activityContext = mSearchable.getActivityContext(mContext
				);
			mProviderContext = mSearchable.getProviderContext(mContext, activityContext);
			mOutsideDrawablesCache = outsideDrawablesCache;
			getFilter().setDelayer(new _Delayer_130());
		}