toggle menu
micro_utils.dokka
0.23.0
android
switch theme
search in API
micro_utils.dokka
/
dev.inmo.micro_utils.common
/
findViewsByTag
find
Views
By
Tag
android
fun
findViewsByTag
(
viewGroup
:
ViewGroup
,
tag
:
Any
?
)
:
List
<
View
>
(
source
)
fun
findViewsByTag
(
viewGroup
:
ViewGroup
,
key
:
Int
,
tag
:
Any
?
)
:
List
<
View
>
(
source
)
fun
findViewsByTag
(
view
:
View
,
tag
:
Any
?
)
:
List
<
View
>
(
source
)
fun
findViewsByTag
(
view
:
View
,
key
:
Int
,
tag
:
Any
?
)
:
List
<
View
>
(
source
)
fun
Activity
.
findViewsByTag
(
tag
:
Any
?
)
:
List
<
View
>
?
(
source
)
fun
Activity
.
findViewsByTag
(
key
:
Int
,
tag
:
Any
?
)
:
List
<
View
>
?
(
source
)
fun
Fragment
.
findViewsByTag
(
tag
:
Any
?
)
:
List
<
View
>
?
(
source
)
fun
Fragment
.
findViewsByTag
(
key
:
Int
,
tag
:
Any
?
)
:
List
<
View
>
?
(
source
)