HomeSort by relevance Sort by last modified time
    Searched defs:SegmentType (Results 1 - 2 of 2) sorted by null

  /sdk/rule_api/src/com/android/ide/common/api/
SegmentType.java 29 public enum SegmentType {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
GridLayoutPainter.java 29 import com.android.ide.common.api.SegmentType;
170 if (rowMatch.type == SegmentType.BOTTOM) {
172 } else if (rowMatch.type == SegmentType.BASELINE) {
175 if (columnMatch.type == SegmentType.RIGHT) {
177 } else if (columnMatch.type == SegmentType.CENTER_HORIZONTAL) {
192 if (rowMatch.type == SegmentType.TOP) {
196 assert rowMatch.type == SegmentType.BOTTOM;
216 if (columnMatch.type == SegmentType.LEFT) {
220 assert columnMatch.type == SegmentType.RIGHT;

Completed in 1178 milliseconds