/**@class android.webkit.FindActionModeCallback
 implements android.view.ActionMode.Callback

 implements android.text.TextWatcher

 implements android.view.View.OnClickListener

 implements android.webkit.WebView.FindListener

@extends java.lang.Object

 @hide
*/
var FindActionModeCallback = {

/**
*/
finish : function(  ) {},

/**
*/
setText : function(  ) {},

/**
*/
setWebView : function(  ) {},

/**
*/
onFindResultReceived : function(  ) {},

/**
*/
findAll : function(  ) {},

/**
*/
showSoftInput : function(  ) {},

/**
*/
updateMatchCount : function(  ) {},

/**
*/
onClick : function(  ) {},

/**
*/
onCreateActionMode : function(  ) {},

/**
*/
onDestroyActionMode : function(  ) {},

/**
*/
onPrepareActionMode : function(  ) {},

/**
*/
onActionItemClicked : function(  ) {},

/**
*/
beforeTextChanged : function(  ) {},

/**
*/
onTextChanged : function(  ) {},

/**
*/
afterTextChanged : function(  ) {},

/**
*/
getActionModeGlobalBottom : function(  ) {},


};