| fun View.hideKeyboard(): UnitHides the soft input window. | |
| fun View.isGone(): BooleanReturns true if this view's visibility is set to View.GONE. | |
| fun View.isInvisible(): BooleanReturns true if this view's visibility is set to View.INVISIBLE. | |
| val View.isLTR: BooleanIs the horizontal layout direction of this view from Left to Right? | |
| val View.isRTL: BooleanIs the horizontal layout direction of this view from Right to Left? | |
| fun View.isVisible(): BooleanReturns true if this view's visibility is set to View.VISIBLE. | |
| fun View.setPadding(padding: Padding): UnitSet a padding using Padding object. | |
| fun View.showKeyboard(flags: Int = InputMethodManager.SHOW_IMPLICIT): UnitTries to focus this view and show the soft input window for it. |