Searched refs:isHorizontal (Results 1 – 4 of 4) sorted by relevance
56 boolean isHorizontal = HORIZONTAL_SCROLL_VIEW.equals(parent.getTagName()); in apply()57 String attributeName = isHorizontal ? ATTR_LAYOUT_WIDTH : ATTR_LAYOUT_HEIGHT; in apply()
83 boolean isHorizontal = HORIZONTAL_SCROLL_VIEW.equals(element.getTagName()); in visitElement()84 String attributeName = isHorizontal ? ATTR_LAYOUT_WIDTH : ATTR_LAYOUT_HEIGHT; in visitElement()
47 public boolean isHorizontal() { in isHorizontal() method in SegmentType
453 assert draggedEdge.edgeType.isHorizontal() == edge.edgeType.isHorizontal(); in addClosest()759 if (m1.edge.edgeType.isHorizontal()) { in compare()