/**@class android.webkit.WebView.PrivateAccess @extends java.lang.Object Callback interface, allows the provider implementation to access non-public methods and fields, and make super-class calls in this WebView instance. @hide Only for use by WebViewProvider implementations */ var PrivateAccess = { /** */ super_getScrollBarStyle : function( ) {}, /** */ super_scrollTo : function( ) {}, /** */ super_computeScroll : function( ) {}, /** */ super_onHoverEvent : function( ) {}, /** */ super_performAccessibilityAction : function( ) {}, /** */ super_performLongClick : function( ) {}, /** */ super_setFrame : function( ) {}, /** */ super_dispatchKeyEvent : function( ) {}, /** */ super_onGenericMotionEvent : function( ) {}, /** */ super_requestFocus : function( ) {}, /** */ super_setLayoutParams : function( ) {}, /** */ overScrollBy : function( ) {}, /** */ awakenScrollBars : function( ) {}, /** */ awakenScrollBars : function( ) {}, /** */ getVerticalScrollFactor : function( ) {}, /** */ getHorizontalScrollFactor : function( ) {}, /** */ setMeasuredDimension : function( ) {}, /** */ onScrollChanged : function( ) {}, /** */ getHorizontalScrollbarHeight : function( ) {}, /** */ super_onDrawVerticalScrollBar : function( ) {}, /**Raw setter for the scroll X value, without invoking onScrollChanged handlers etc. */ setScrollXRaw : function( ) {}, /**Raw setter for the scroll Y value, without invoking onScrollChanged handlers etc. */ setScrollYRaw : function( ) {}, };