WearableButtons.ButtonInfo
  public
  static
  final
  
  class
  WearableButtons.ButtonInfo
  
    extends Object
  
  
  
  
  
  
| java.lang.Object | |
| ↳ | android.support.wearable.input.WearableButtons.ButtonInfo | 
      This class is deprecated.
    use androidx.wear.input.WearableButtons provided by the Jetpack Wear Input library instead.
  
Metadata for a specific button.
Summary
| Public methods | |
|---|---|
| 
        
        
        
        
        
        int | 
      getKeycode()
      Gets the keycode this  | 
| 
        
        
        
        
        
        float | 
      getX()
      The x coordinate of the button in screen coordinates. | 
| 
        
        
        
        
        
        float | 
      getY()
      The y coordinate of the button in screen coordinates. | 
| Inherited methods | |
|---|---|
Public methods
getKeycode
public int getKeycode ()
Gets the keycode this ButtonInfo provides information for.
| Returns | |
|---|---|
| int | The keycode this ButtonInfoprovides information for | 
getX
public float getX ()
The x coordinate of the button in screen coordinates.
| Returns | |
|---|---|
| float | |
getY
public float getY ()
The y coordinate of the button in screen coordinates.
| Returns | |
|---|---|
| float | |
