added in version 24.1.0
  
    
belongs to Maven artifact com.android.support:percent:28.0.0-alpha1
Deprecated since version 26.1.0
belongs to Maven artifact com.android.support:percent:28.0.0-alpha1
Deprecated since version 26.1.0
Summary:
  Methods
  
| [Expand All]
PercentLayoutHelper.PercentLayoutParams
  public
  static
  
  
  interface
  PercentLayoutHelper.PercentLayoutParams
  
  
  
| android.support.percent.PercentLayoutHelper.PercentLayoutParams | 
|  Known Indirect Subclasses | 
      This interface was deprecated
      in API level 26.1.0.
    this class is deprecated along with its parent class.
  
If a layout wants to support percentage based dimensions and use this helper class, its
 LayoutParams subclass must implement this interface.
 Your LayoutParams subclass should contain an instance of PercentLayoutInfo
 and the implementation of this interface should be a simple accessor.
Summary
| Public methods | |
|---|---|
| 
        abstract
        
        
        
        
        PercentLayoutHelper.PercentLayoutInfo | 
      getPercentLayoutInfo()
       | 
Public methods
getPercentLayoutInfo
    added in version 24.1.0
      
  
    PercentLayoutHelper.PercentLayoutInfo getPercentLayoutInfo ()
| Returns | |
|---|---|
| PercentLayoutHelper.PercentLayoutInfo | |
- Interfaces
- Classes
