Searched defs:boundsRule (Results 1 - 1 of 1) sorted by relevance

/frameworks/support/leanback/src/main/java/androidx/leanback/graphics/
H A DBoundsRule.java144 public BoundsRule(BoundsRule boundsRule) { argument
145 this.left = boundsRule.left != null ? new ValueRule(boundsRule.left) : null;
146 this.right = boundsRule.right != null ? new ValueRule(boundsRule.right) : null;
147 this.top = boundsRule.top != null ? new ValueRule(boundsRule.top) : null;
148 this.bottom = boundsRule.bottom != null ? new ValueRule(boundsRule.bottom) : null;

Completed in 42 milliseconds