Searched refs:marginBottom (Results 1 – 3 of 3) sorted by relevance
40 d.height += node.marginTop + node.marginBottom; in getPreferredSize()76 if (node.hasMargins && (node.marginLeft | node.marginBottom | in paintComponent()81 node.marginTop + height + node.marginBottom); in paintComponent()
599 if (node.hasMargins && (node.marginLeft | node.marginBottom | in paintComponent()604 node.marginTop + node.height + node.marginBottom - 1); in paintComponent()
51 public int marginBottom; field in ViewNode81 marginBottom = getInt("layout_bottomMargin", Integer.MIN_VALUE); in decode()89 marginBottom != Integer.MIN_VALUE; in decode()