class BrowserTabsTray : RecyclerView, TabsTray
(source)
A customizable tabs tray for browsers.
BrowserTabsTray(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0, tabsAdapter: TabsAdapter = TabsAdapter())
A customizable tabs tray for browsers. |
fun asView(): View
Convenience method to cast this object to an Android View object. |
|
fun onDetachedFromWindow(): Unit |
val View.isLTR: Boolean
Is the horizontal layout direction of this view from Left to Right? |
|
val View.isRTL: Boolean
Is the horizontal layout direction of this view from Right to Left? |
fun ViewGroup.forEach(action: (View) -> Unit): Unit
Performs the given action on each View in this ViewGroup. |
|
fun View.hideKeyboard(): Unit
Hides the soft input window. |
|
fun View.isGone(): Boolean
Returns true if this view's visibility is set to View.GONE. |
|
fun View.isInvisible(): Boolean
Returns true if this view's visibility is set to View.INVISIBLE. |
|
fun View.isVisible(): Boolean
Returns true if this view's visibility is set to View.VISIBLE. |
|
fun View.showKeyboard(flags: Int = InputMethodManager.SHOW_IMPLICIT): Unit
Tries to focus this view and show the soft input window for it. |