/**@class android.webkit.WebViewProvider.ViewDelegate
 Provides mechanism for the name-sake methods declared in View and ViewGroup to be delegated
 into the WebViewProvider instance.
 NOTE: For many of these methods, the WebView will provide a super.Foo() call before or after
 making the call into the provider instance. This is done for convenience in the common case
 of maintaining backward compatibility. For remaining super class calls (e.g. where the
 provider may need to only conditionally make the call based on some internal state) see the
 {@link android.webkit.WebView.PrivateAccess} callback class.
*/
var ViewDelegate = {

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


};