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 20 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;
169 if (rowMatch.type == SegmentType.BOTTOM) {
171 } else if (rowMatch.type == SegmentType.BASELINE) {
174 if (columnMatch.type == SegmentType.RIGHT) {
176 } else if (columnMatch.type == SegmentType.CENTER_HORIZONTAL) {
191 if (rowMatch.type == SegmentType.TOP) {
195 assert rowMatch.type == SegmentType.BOTTOM;
215 if (columnMatch.type == SegmentType.LEFT) {
219 assert columnMatch.type == SegmentType.RIGHT;

Completed in 619 milliseconds