Package 

Class ViewUtils


  • @ApiStatus.Internal() 
    public final class ViewUtils
    
                        
    • Method Summary

      Modifier and Type Method Description
      static String getResourceId(@NotNull() View view) Retrieves the human-readable view id based on {@code view.getContext().getResources()}.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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