Package-level declarations

Types

Link copied to clipboard
data class SnapshotOption(val width: Int, val height: Int)

Snapshot option.

Functions

Link copied to clipboard
fun View.gone()
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Hide KeyBroad.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Return true if current event coordinate is outside the EditView, false otherwise. Here is an example:

Link copied to clipboard
inline fun <T : View> T.refreshWithInvalidate(refresh: T.() -> Unit)

Refresh with View.invalidate.

Link copied to clipboard
inline fun <T : View> T.refreshWithPostInvalidate(refresh: T.() -> Unit)

Refresh with View.postInvalidate

Link copied to clipboard
inline fun <T : View> T.refreshWithRequestLayout(refresh: T.() -> Unit)

Refresh with View.requestLayout

Link copied to clipboard

Show KeyBroad.

Link copied to clipboard
fun viewSnapshot(view: View, option: SnapshotOption? = null): Bitmap

View snapshot.

Link copied to clipboard
@RequiresApi(value = 28)
private fun viewSnapshotApi28Impl(view: View): Bitmap
Link copied to clipboard
private fun viewSnapshotImpl(view: View): Bitmap
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard