FileDocCategorySizeDatePackage
SearchView.javaAPI DocAndroid 5.1 API4717Sat Mar 14 14:09:44 GMT 2015android.widget

SearchView

public class SearchView extends android.widget.LinearLayout implements android.view.CollapsibleActionView

Fields Summary
Constructors Summary
public SearchView(android.content.Context context)

 super((android.content.Context)null,(android.util.AttributeSet)null,0,0); throw new RuntimeException("Stub!"); 
public SearchView(android.content.Context context, android.util.AttributeSet attrs)

 super((android.content.Context)null,(android.util.AttributeSet)null,0,0); throw new RuntimeException("Stub!"); 
public SearchView(android.content.Context context, android.util.AttributeSet attrs, int defStyleAttr)

 super((android.content.Context)null,(android.util.AttributeSet)null,0,0); throw new RuntimeException("Stub!"); 
public SearchView(android.content.Context context, android.util.AttributeSet attrs, int defStyleAttr, int defStyleRes)

 super((android.content.Context)null,(android.util.AttributeSet)null,0,0); throw new RuntimeException("Stub!"); 
Methods Summary
public intgetImeOptions()

 throw new RuntimeException("Stub!"); 
public intgetInputType()

 throw new RuntimeException("Stub!"); 
public intgetMaxWidth()

 throw new RuntimeException("Stub!"); 
public java.lang.CharSequencegetQuery()

 throw new RuntimeException("Stub!"); 
public java.lang.CharSequencegetQueryHint()

 throw new RuntimeException("Stub!"); 
public android.widget.CursorAdaptergetSuggestionsAdapter()

 throw new RuntimeException("Stub!"); 
public booleanisIconfiedByDefault()

 throw new RuntimeException("Stub!"); 
public booleanisIconified()

 throw new RuntimeException("Stub!"); 
public booleanisQueryRefinementEnabled()

 throw new RuntimeException("Stub!"); 
public booleanisSubmitButtonEnabled()

 throw new RuntimeException("Stub!"); 
public voidonActionViewCollapsed()

 throw new RuntimeException("Stub!"); 
public voidonActionViewExpanded()

 throw new RuntimeException("Stub!"); 
protected voidonDetachedFromWindow()

 throw new RuntimeException("Stub!"); 
public voidonInitializeAccessibilityEvent(android.view.accessibility.AccessibilityEvent event)

 throw new RuntimeException("Stub!"); 
public voidonInitializeAccessibilityNodeInfo(android.view.accessibility.AccessibilityNodeInfo info)

 throw new RuntimeException("Stub!"); 
public booleanonKeyDown(int keyCode, android.view.KeyEvent event)

 throw new RuntimeException("Stub!"); 
protected voidonMeasure(int widthMeasureSpec, int heightMeasureSpec)

 throw new RuntimeException("Stub!"); 
public voidonWindowFocusChanged(boolean hasWindowFocus)

 throw new RuntimeException("Stub!"); 
public voidsetIconified(boolean iconify)

 throw new RuntimeException("Stub!"); 
public voidsetIconifiedByDefault(boolean iconified)

 throw new RuntimeException("Stub!"); 
public voidsetImeOptions(int imeOptions)

 throw new RuntimeException("Stub!"); 
public voidsetInputType(int inputType)

 throw new RuntimeException("Stub!"); 
public voidsetMaxWidth(int maxpixels)

 throw new RuntimeException("Stub!"); 
public voidsetOnCloseListener(android.widget.SearchView$OnCloseListener listener)

 throw new RuntimeException("Stub!"); 
public voidsetOnQueryTextFocusChangeListener(android.view.View.OnFocusChangeListener listener)

 throw new RuntimeException("Stub!"); 
public voidsetOnQueryTextListener(android.widget.SearchView$OnQueryTextListener listener)

 throw new RuntimeException("Stub!"); 
public voidsetOnSearchClickListener(android.view.View.OnClickListener listener)

 throw new RuntimeException("Stub!"); 
public voidsetOnSuggestionListener(android.widget.SearchView$OnSuggestionListener listener)

 throw new RuntimeException("Stub!"); 
public voidsetQuery(java.lang.CharSequence query, boolean submit)

 throw new RuntimeException("Stub!"); 
public voidsetQueryHint(java.lang.CharSequence hint)

 throw new RuntimeException("Stub!"); 
public voidsetQueryRefinementEnabled(boolean enable)

 throw new RuntimeException("Stub!"); 
public voidsetSearchableInfo(android.app.SearchableInfo searchable)

 throw new RuntimeException("Stub!"); 
public voidsetSubmitButtonEnabled(boolean enabled)

 throw new RuntimeException("Stub!"); 
public voidsetSuggestionsAdapter(android.widget.CursorAdapter adapter)

 throw new RuntimeException("Stub!");