setParams

fun setParams(    editText: EditText,     hint: CharSequence?,     background: Drawable?,     shadowRadius: Float,     shadowDx: Float,     shadowDy: Float,     shadowColor: Int,     textColorStateList: ColorStateList?,     hintColorStateList: ColorStateList?,     highlightColor: Int?,     textSize: Int,     typeface: Typeface?,     textAlignment: Int,     gravity: Int,     editable: Boolean,     cursorVisible: Boolean,     inputType: Int,     rawInputType: Int,     keyListener: KeyListener?,     imeOptions: Int,     privateImeOptions: String?,     inputFilters: List<InputFilter?>?,     multiline: Boolean,     ellipsize: TextUtils.TruncateAt?,     minLines: Int,     maxLines: Int,     cursorDrawableRes: Int,     movementMethod: MovementMethod?,     text: CharSequence?,     error: CharSequence?,     errorDrawable: Drawable?,     isForMeasure: Boolean,     importantForAutofill: Int,     autofillHints: Array<String?>?)