/**@class android.graphics.drawable.InsetDrawable @extends android.graphics.drawable.DrawableWrapper A Drawable that insets another Drawable by a specified distance or fraction of the content bounds. This is used when a View needs a background that is smaller than the View's actual bounds. <p>It can be defined in an XML file with the <code><inset></code> element. For more information, see the guide to <a href="{@docRoot}guide/topics/resources/drawable-resource.html">Drawable Resources</a>.</p> @attr ref android.R.styleable#InsetDrawable_visible @attr ref android.R.styleable#InsetDrawable_drawable @attr ref android.R.styleable#InsetDrawable_insetLeft @attr ref android.R.styleable#InsetDrawable_insetRight @attr ref android.R.styleable#InsetDrawable_insetTop @attr ref android.R.styleable#InsetDrawable_insetBottom */ var InsetDrawable = { /** */ inflate : function( ) {}, /** */ applyTheme : function( ) {}, /** */ getPadding : function( ) {}, /** */ getOpticalInsets : function( ) {}, /** */ getOpacity : function( ) {}, /** */ getIntrinsicWidth : function( ) {}, /** */ getIntrinsicHeight : function( ) {}, /** */ getOutline : function( ) {}, };