public static android.text.method.MovementMethod getInstance()
 {
     if (sInstance == null)
     {
         sInstance = new android.text.method.ArrowKeyMovementMethod();
     }
     return(sInstance);
 }
		public static android.text.method.MovementMethod getInstance()
		{
			if (sInstance == null)
			{
				sInstance = new android.text.method.ArrowKeyMovementMethod();
			}
			return sInstance;
		}