/**@class android.text.method.PasswordTransformationMethod
 implements android.text.method.TransformationMethod

 implements android.text.TextWatcher

@extends java.lang.Object

*/
var PasswordTransformationMethod = {

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

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

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

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

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

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


};