public PasswordEntryKeyboardHelper(android.content.Context context, android.inputmethodservice.KeyboardView
                                    keyboardView, android.view.View targetView, bool useFullScreenWidth)
 {
     throw new System.NotImplementedException();
 }
 public PasswordEntryKeyboardHelper(android.content.Context context, android.inputmethodservice.KeyboardView
                                    keyboardView, android.view.View targetView) : this(context, keyboardView, targetView
                                                                                       , true)
 {
     throw new System.NotImplementedException();
 }