/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/ |
D | ConstraintType.java | 19 import static com.android.ide.common.api.SegmentType.BOTTOM; 56 null /* sourceX */, BOTTOM, null /* targetX */, TOP, 60 LAYOUT_BELOW(ATTR_LAYOUT_BELOW, null, TOP, null, BOTTOM, false, true, false, true), 62 ALIGN_BOTTOM(ATTR_LAYOUT_ALIGN_BOTTOM, null, BOTTOM, null, BOTTOM, false, true, false, false), 74 ALIGN_PARENT_BOTTOM(ATTR_LAYOUT_ALIGN_PARENT_BOTTOM, null, BOTTOM, null, BOTTOM, true, true, 182 case BOTTOM: in forMatch() 203 case BOTTOM: in forMatch() 209 case BOTTOM: in forMatch() 213 case BOTTOM: in forMatch()
|
D | ResizeHandler.java | 20 import static com.android.ide.common.api.SegmentType.BOTTOM; 82 } else if (horizontalEdgeType == BOTTOM) { in ResizeHandler() 140 } else if (hEdge.edgeType == BOTTOM) { in snapHorizontal() 197 } else if (mHorizontalEdgeType == BOTTOM) { in updateResize() 229 } else if (hEdge.edgeType == BOTTOM) { in updateResize()
|
D | MoveHandler.java | 20 import static com.android.ide.common.api.SegmentType.BOTTOM; 148 } else if (hEdge.edgeType == BOTTOM) { in snapHorizontal() 212 edge = new Segment(b.y2(), b.x, b.x2(), null, null, BOTTOM, NO_MARGIN); in updateMove() 266 } else if (match.with.edgeType == BOTTOM) { in updateMove()
|
D | GuidelineHandler.java | 22 import static com.android.ide.common.api.SegmentType.BOTTOM; 330 mHorizontalEdges.add(new Segment(b.y2(), b.x, b.x2(), node, id, BOTTOM, in addBounds() 333 id, BOTTOM, WITH_MARGIN)); in addBounds() 336 BOTTOM, NO_MARGIN)); in addBounds() 419 case BOTTOM: in isEdgeTypeCompatible() 421 return dragged == TOP || dragged == BOTTOM; in isEdgeTypeCompatible()
|
D | ConstraintPainter.java | 22 import static com.android.ide.common.api.SegmentType.BOTTOM; 441 if (targetSegmentTypeY == BOTTOM && targetMargins.bottom > 5) { in paintVerticalConstraint() 481 if (sourceSegmentTypeY == BOTTOM || sourceSegmentTypeY == BASELINE) { in paintVerticalConstraint() 537 } else if (targetSegmentTypeY == BOTTOM) { in paintVerticalConstraint() 589 } else if (targetSegmentTypeY == BOTTOM) { in paintVerticalConstraint()
|
D | GuidelinePainter.java | 127 feedback.tooltipY = SegmentType.BOTTOM; in paint()
|
/sdk/rule_api/src/com/android/ide/common/api/ |
D | SegmentType.java | 37 @NonNull BOTTOM, enumConstant 48 return this == TOP || this == BOTTOM || this == BASELINE || this == CENTER_HORIZONTAL; in isHorizontal() 66 case BOTTOM: in getX() 90 case BOTTOM: in getY()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/ |
D | GridMatch.java | 121 case BOTTOM: in getDisplayName() 144 case BOTTOM: in getPriority()
|
D | GridDropHandler.java | 272 rowMatches.add(new GridMatch(SegmentType.BOTTOM, distance, rowY, 506 if (mRowMatch.type == SegmentType.BOTTOM) { 529 mRowMatch.type == SegmentType.BOTTOM ? endRow : row, 1)) { 530 if (mRowMatch.type == SegmentType.BOTTOM) { 658 } else if (mRowMatch.type == SegmentType.BOTTOM) {
|
D | GridLayoutPainter.java | 172 if (rowMatch.type == SegmentType.BOTTOM) { in paintFreeFormDropFeedback() 198 assert rowMatch.type == SegmentType.BOTTOM; in paintFreeFormDropFeedback()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/ |
D | GLTracePerspective.java | 51 IPageLayout.BOTTOM, in createInitialLayout()
|
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/ui/ |
D | GridDataBuilder.java | 98 mGD.verticalAlignment = SWT.BOTTOM; in vBottom()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.hierarchyviewer/src/com/android/ide/eclipse/hierarchyviewer/ |
D | TreeViewPerspective.java | 52 …folder = layout.createFolder("panel-bottom", IPageLayout.BOTTOM, 0.5f, "panel-top"); //$NON-NLS-1$… in createInitialLayout()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/ |
D | Perspective.java | 46 folder = layout.createFolder("logcat", IPageLayout.BOTTOM, 0.8f, //$NON-NLS-1$ in createInitialLayout()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/welcome/ |
D | UsagePermissionPage.java | 86 GridData gdLaterLabel = new GridData(SWT.FILL, SWT.BOTTOM, false, true, 1, 1); in createControl()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/ |
D | BaseLayoutRule.java | 693 case BOTTOM: 728 case BOTTOM: 786 if (state.horizontalEdgeType == SegmentType.BOTTOM && !state.wrapHeight) { 790 null /*node*/, null /*id*/, SegmentType.BOTTOM, MarginType.NO_MARGIN);
|
D | AbsoluteLayoutRule.java | 245 if (horizontalEdge == SegmentType.BOTTOM && verticalEdge == SegmentType.RIGHT) { in getResizeUpdateMessage()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
D | ResizeGesture.java | 228 return SegmentType.BOTTOM; in getHorizontalEdgeType()
|
D | GestureManager.java | 387 below = feedback.tooltipY == SegmentType.BOTTOM; in updateMessage()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/ |
D | LintPreferencePage.java | 131 projectLabel.setLayoutData(new GridData(SWT.LEFT, SWT.BOTTOM, false, false, 1, in createContents()
|