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 30 import com.android.ide.common.api.SegmentType;
172 if (rowMatch.type == SegmentType.BOTTOM) {
174 } else if (rowMatch.type == SegmentType.BASELINE) {
177 if (columnMatch.type == SegmentType.RIGHT) {
179 } else if (columnMatch.type == SegmentType.CENTER_HORIZONTAL) {
194 if (rowMatch.type == SegmentType.TOP) {
198 assert rowMatch.type == SegmentType.BOTTOM;
218 if (columnMatch.type == SegmentType.LEFT) {
222 assert columnMatch.type == SegmentType.RIGHT;

Completed in 1465 milliseconds