HomeSort by relevance Sort by last modified time
    Searched full:horizontaledgetype (Results 1 - 4 of 4) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
ResizeHandler.java 52 SegmentType horizontalEdgeType, SegmentType verticalEdgeType) {
55 assert horizontalEdgeType != null || verticalEdgeType != null;
56 assert horizontalEdgeType != BASELINE && verticalEdgeType != BASELINE;
57 assert horizontalEdgeType != CENTER_HORIZONTAL && verticalEdgeType != CENTER_HORIZONTAL;
58 assert horizontalEdgeType != CENTER_VERTICAL && verticalEdgeType != CENTER_VERTICAL;
61 mHorizontalEdgeType = horizontalEdgeType;
70 if (horizontalEdgeType != null) {
71 if (horizontalEdgeType == TOP) {
73 } else if (horizontalEdgeType == BOTTOM) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
BaseLayoutRule.java 637 state.horizontalEdgeType = horizontalEdge;
697 if (resizeState.horizontalEdgeType != null) {
699 switch (resizeState.horizontalEdgeType) {
706 default: assert false : resizeState.horizontalEdgeType;
733 if (resizeState.horizontalEdgeType != null) {
734 switch (resizeState.horizontalEdgeType) {
741 default: assert false : resizeState.horizontalEdgeType;
    [all...]
ResizeState.java 57 public SegmentType horizontalEdgeType;
RelativeLayoutRule.java 289 SegmentType horizontalEdgeType, SegmentType verticalEdgeType,
292 horizontalEdgeType, verticalEdgeType);

Completed in 329 milliseconds