Stay organized with collections
     
    
      
      Save and categorize content based on your preferences.
     
    
  
    
  
  
   
  
    
  
  
    
    
   
  
GeneralClickAction 
This package is part of the
Android support library  which
is no longer maintained.
The support library has been superseded by AndroidX 
which is part of Jetpack .
We recommend using the AndroidX libraries in all new projects. You should also consider
migrating  existing projects to AndroidX.
To find the AndroidX class that maps to this deprecated class, see the AndroidX
support library class
mappings . 
 
  public
  
  final
  
  class
  GeneralClickAction
 
  
    extends Object 
  
  
  
  
  
      implements
      
        ViewAction 
      
  
  
  
    
 
  Enables clicking on views. 
Summary 
Public constructors  
  
  
  
  
    
      
      GeneralClickAction (Tapper  tapper, CoordinatesProvider  coordinatesProvider, PrecisionDescriber  precisionDescriber)
      
      
     
   
  
  
  
  
  
    
      
      GeneralClickAction (Tapper  tapper, CoordinatesProvider  coordinatesProvider, PrecisionDescriber  precisionDescriber, int inputDevice, int buttonState)
      
      
     
   
  
  
  
  
  
    
      
      GeneralClickAction (Tapper  tapper, CoordinatesProvider  coordinatesProvider, PrecisionDescriber  precisionDescriber, ViewAction  rollbackAction)
      
      
     
   
  
  
  
  
  
    
      
      GeneralClickAction (Tapper  tapper, CoordinatesProvider  coordinatesProvider, PrecisionDescriber  precisionDescriber, int inputDevice, int buttonState, ViewAction  rollbackAction)
      
      
     
   
  
Public constructors 
 
    GeneralClickAction 
    
GeneralClickAction (Tapper  tapper, 
                CoordinatesProvider  coordinatesProvider, 
                PrecisionDescriber  precisionDescriber)  
    
    
    
  
    
    Parameters  
      
        tapper 
        
          Tapper  
       
      
        coordinatesProvider 
        
          CoordinatesProvider  
       
      
        precisionDescriber 
        
          PrecisionDescriber  
       
    
 
 
    GeneralClickAction 
    
GeneralClickAction (Tapper  tapper, 
                CoordinatesProvider  coordinatesProvider, 
                PrecisionDescriber  precisionDescriber, 
                int inputDevice, 
                int buttonState)  
    
    
    
  
    
    Parameters  
      
        tapper 
        
          Tapper  
       
      
        coordinatesProvider 
        
          CoordinatesProvider  
       
      
        precisionDescriber 
        
          PrecisionDescriber  
       
      
        inputDevice 
        
          int  
       
      
        buttonState 
        
          int  
       
    
 
 
    GeneralClickAction 
    
GeneralClickAction (Tapper  tapper, 
                CoordinatesProvider  coordinatesProvider, 
                PrecisionDescriber  precisionDescriber, 
                ViewAction  rollbackAction)  
    
    
    
  
    
    Parameters  
      
        tapper 
        
          Tapper  
       
      
        coordinatesProvider 
        
          CoordinatesProvider  
       
      
        precisionDescriber 
        
          PrecisionDescriber  
       
      
        rollbackAction 
        
          ViewAction  
       
    
 
 
    GeneralClickAction 
    
GeneralClickAction (Tapper  tapper, 
                CoordinatesProvider  coordinatesProvider, 
                PrecisionDescriber  precisionDescriber, 
                int inputDevice, 
                int buttonState, 
                ViewAction  rollbackAction)  
    
    
    
  
    
    Parameters  
      
        tapper 
        
          Tapper  
       
      
        coordinatesProvider 
        
          CoordinatesProvider  
       
      
        precisionDescriber 
        
          PrecisionDescriber  
       
      
        inputDevice 
        
          int  
       
      
        buttonState 
        
          int  
       
      
        rollbackAction 
        
          ViewAction  
       
    
 
Public methods 
 
    getConstraints 
    
Matcher<View > getConstraints ()  
    
    
    
  A mechanism for ViewActions to specify what type of views they can operate on.
 
A ViewAction can demand that the view passed to perform meets certain constraints. For
 example it may want to ensure the view is already in the viewable physical screen of the device
 or is of a certain type.
    
      Returns  
      
        Matcher<View > 
        a 
     Matcher  that will be tested prior to calling perform.
 
       
    
 
 
    getDescription 
    
String  getDescription ()  
    
    
    
  Returns a description of the view action. The description should not be overly long and should
 fit nicely in a sentence like: "performing %description% action on view with id ..."
    
 
 
    
    
void perform (UiController  uiController, 
                View  view)  
    
    
    
  Performs this action on the given view.
    
    Parameters  
      
        uiController 
        
          UiController: the controller to use to interact with the UI. 
       
      
        view 
        
          View: the view to act upon. never null.
 
       
    
 
 
 
  
  
     
  
 
  
    
    
      
       
    
    
  
  
 
  Content and code samples on this page are subject to the licenses described in the Content License . Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
  Last updated 2025-02-10 UTC.
 
 
  
  
  
    
      [null,null,["Last updated 2025-02-10 UTC."],[],[]]