/**@class android.webkit.WebSettings.RenderPriority
@extends java.lang.Enum

*/
var RenderPriority = {

/***/
NORMAL : "null",
/***/
HIGH : "null",
/***/
LOW : "null",
/**
*/
values : function(  ) {},

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


};