-
@ApiStatus.Internal() public final class ViewUtils
-
-
Method Summary
Modifier and Type Method Description static StringgetResourceId(@NotNull() View view)Retrieves the human-readable view id based on {@code view.getContext().getResources()}.-
-
Method Detail
-
getResourceId
static String getResourceId(@NotNull() View view)
Retrieves the human-readable view id based on
{@code view.getContext().getResources()}.- Parameters:
view- - the view whose id is being retrieved
-
-
-
-