FileDocCategorySizeDatePackage
FindActionModeCallback.javaAPI DocAndroid 5.1 API2618Sat Mar 14 14:10:02 GMT 2015android.webkit

FindActionModeCallback

public class FindActionModeCallback extends Object implements android.view.ActionMode.Callback, android.webkit.WebView.FindListener, android.text.TextWatcher, android.view.View.OnClickListener

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

 throw new RuntimeException("Stub!"); 
Methods Summary
public voidafterTextChanged(android.text.Editable s)

 throw new RuntimeException("Stub!"); 
public voidbeforeTextChanged(java.lang.CharSequence s, int start, int count, int after)

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

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

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

 throw new RuntimeException("Stub!"); 
public booleanonActionItemClicked(android.view.ActionMode mode, android.view.MenuItem item)

 throw new RuntimeException("Stub!"); 
public voidonClick(android.view.View v)

 throw new RuntimeException("Stub!"); 
public booleanonCreateActionMode(android.view.ActionMode mode, android.view.Menu menu)

 throw new RuntimeException("Stub!"); 
public voidonDestroyActionMode(android.view.ActionMode mode)

 throw new RuntimeException("Stub!"); 
public voidonFindResultReceived(int activeMatchOrdinal, int numberOfMatches, boolean isDoneCounting)

 throw new RuntimeException("Stub!"); 
public booleanonPrepareActionMode(android.view.ActionMode mode, android.view.Menu menu)

 throw new RuntimeException("Stub!"); 
public voidonTextChanged(java.lang.CharSequence s, int start, int before, int count)

 throw new RuntimeException("Stub!"); 
public voidsetText(java.lang.String text)

 throw new RuntimeException("Stub!"); 
public voidsetWebView(android.webkit.WebView webView)

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

 throw new RuntimeException("Stub!"); 
public voidupdateMatchCount(int matchIndex, int matchCount, boolean isEmptyFind)

 throw new RuntimeException("Stub!");