public static android.text.method.TextKeyListener.NullKeyListener getInstance()
 {
     if (sInstance != null)
     {
         return(sInstance);
     }
     sInstance = new android.text.method.TextKeyListener.NullKeyListener();
     return(sInstance);
 }
Exemple #2
0
			public static android.text.method.TextKeyListener.NullKeyListener getInstance()
			{
				if (sInstance != null)
				{
					return sInstance;
				}
				sInstance = new android.text.method.TextKeyListener.NullKeyListener();
				return sInstance;
			}