/**@class android.graphics.BlurMaskFilter.Blur @extends java.lang.Enum */ var Blur = { /** Blur inside and outside the original border. */ NORMAL : "null", /** Draw solid inside the border, blur outside. */ SOLID : "null", /** Draw nothing inside the border, blur outside. */ OUTER : "null", /** Blur inside the border, draw nothing outside. */ INNER : "null", /** */ values : function( ) {}, /** */ valueOf : function( ) {}, };