Class PercentRelativeLayout.LayoutParams

    • Field Summary

      • Fields inherited from class android.widget.RelativeLayout.LayoutParams

        alignWithParent
      • Fields inherited from class android.view.ViewGroup.MarginLayoutParams

        bottomMargin, leftMargin, rightMargin, topMargin
      • Fields inherited from class android.view.ViewGroup.LayoutParams

        FILL_PARENT, height, layoutAnimationParameters, MATCH_PARENT, width, WRAP_CONTENT
    • Constructor Summary

      Constructors 
      Constructor Description
      LayoutParams​(int width, int height)  
      LayoutParams​(android.view.ViewGroup.LayoutParams source)  
      LayoutParams​(android.view.ViewGroup.MarginLayoutParams source)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      PercentLayoutHelper.PercentLayoutInfo getPercentLayoutInfo()  
      protected void setBaseAttributes​(android.content.res.TypedArray a, int widthAttr, int heightAttr)  
      • Methods inherited from class android.widget.RelativeLayout.LayoutParams

        addRule, addRule, debug, getRule, getRules, removeRule, resolveLayoutDirection
      • Methods inherited from class android.view.ViewGroup.MarginLayoutParams

        getLayoutDirection, getMarginEnd, getMarginStart, isMarginRelative, setLayoutDirection, setMarginEnd, setMargins, setMarginStart
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LayoutParams

        public LayoutParams​(int width,
                            int height)
      • LayoutParams

        public LayoutParams​(android.view.ViewGroup.LayoutParams source)
      • LayoutParams

        public LayoutParams​(android.view.ViewGroup.MarginLayoutParams source)