public interface

PercentLayoutHelper.PercentLayoutParams

 androidx.percentlayout.widget.PercentLayoutHelper.PercentLayoutParams

Subclasses:

PercentRelativeLayout.LayoutParams, PercentFrameLayout.LayoutParams

Overview

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

Methods
public PercentLayoutHelper.PercentLayoutInfogetPercentLayoutInfo()

Methods

public PercentLayoutHelper.PercentLayoutInfo getPercentLayoutInfo()