SESL Material
Toggle table of contents
1.12.0+1.0.31-sesl8+rev0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
SESL Material
SESL Material
/
com.google.android.material.tabs
/
TabLayout
/
TabView
Tab
View
inner
class
TabView
:
LinearLayout
A
LinearLayout
containing
Tab
instances for use with
TabLayout
.
Members
Constructors
Tab
View
Link copied to clipboard
constructor
(
@
NonNull
context
:
Context
)
Properties
tab
Link copied to clipboard
@get:
Nullable
open
val
tab
:
TabLayout.Tab
Functions
drawable
State
Changed
Link copied to clipboard
open
fun
drawableStateChanged
(
)
on
Draw
Link copied to clipboard
open
fun
onDraw
(
canvas
:
Canvas
)
on
Initialize
Accessibility
Node
Info
Link copied to clipboard
open
fun
onInitializeAccessibilityNodeInfo
(
@
NonNull
info
:
AccessibilityNodeInfo
)
on
Measure
Link copied to clipboard
open
fun
onMeasure
(
widthMeasureSpec
:
Int
,
origHeightMeasureSpec
:
Int
)
on
Touch
Event
Link copied to clipboard
open
fun
onTouchEvent
(
event
:
MotionEvent
)
:
Boolean
perform
Click
Link copied to clipboard
open
fun
performClick
(
)
:
Boolean
sesl
Set
Role
Description
Link copied to clipboard
open
fun
seslSetRoleDescription
(
@
Nullable
charSequence
:
CharSequence
)
set
Enabled
Link copied to clipboard
open
fun
setEnabled
(
enabled
:
Boolean
)
set
Selected
Link copied to clipboard
open
fun
setSelected
(
selected
:
Boolean
)
set
Show
Button
Shape
Link copied to clipboard
open
fun
setShowButtonShape
(
i
:
Int
,
colorStateList
:
ColorStateList
)