Home
last modified time | relevance | path

Searched refs:TOP (Results 1 – 25 of 31) sorted by relevance

12

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
DConstraintType.java24 import static com.android.ide.common.api.SegmentType.TOP;
56 null /* sourceX */, BOTTOM, null /* targetX */, TOP,
60 LAYOUT_BELOW(ATTR_LAYOUT_BELOW, null, TOP, null, BOTTOM, false, true, false, true),
61 ALIGN_TOP(ATTR_LAYOUT_ALIGN_TOP, null, TOP, null, TOP, false, true, false, false),
67 ALIGN_PARENT_TOP(ATTR_LAYOUT_ALIGN_PARENT_TOP, null, TOP, null, TOP, true, true, false, false),
180 case TOP: in forMatch()
199 case TOP: in forMatch()
201 case TOP: in forMatch()
211 case TOP: in forMatch()
DResizeHandler.java25 import static com.android.ide.common.api.SegmentType.TOP;
80 if (horizontalEdgeType == TOP) { in ResizeHandler()
132 if (hEdge.edgeType == TOP) { in snapHorizontal()
163 case TOP: in isEdgeTypeCompatible()
195 if (mHorizontalEdgeType == TOP) { in updateResize()
227 if (hEdge.edgeType == TOP) { in updateResize()
DGuidelineHandler.java27 import static com.android.ide.common.api.SegmentType.TOP;
323 mHorizontalEdges.add(new Segment(b.y, b.x, b.x2(), node, id, TOP, WITHOUT_MARGIN)); in addBounds()
325 TOP, WITH_MARGIN)); in addBounds()
327 mHorizontalEdges.add(new Segment(b.y, b.x, b.x2(), node, id, TOP, NO_MARGIN)); in addBounds()
407 if (dragged == LEFT || dragged == TOP) { in isEdgeTypeCompatible()
420 case TOP: in isEdgeTypeCompatible()
421 return dragged == TOP || dragged == BOTTOM; in isEdgeTypeCompatible()
807 m1.with.edgeType == TOP) ? -1 : 1; in compare()
809 m2.with.edgeType == TOP) ? -1 : 1; in compare()
DConstraintPainter.java27 import static com.android.ide.common.api.SegmentType.TOP;
334 if (sourceSegmentTypeY == TOP) { in paintCornerConstraint()
344 if (targetSegmentTypeY == TOP) { in paintCornerConstraint()
456 } else if (targetSegmentTypeY == TOP && targetMargins.top > 5) { in paintVerticalConstraint()
483 } else if (sourceSegmentTypeY == TOP) { in paintVerticalConstraint()
535 if (targetSegmentTypeY == TOP) { in paintVerticalConstraint()
563 } else if (sourceSegmentTypeY == TOP) { in paintVerticalConstraint()
581 if (targetSegmentTypeY == TOP) { in paintVerticalConstraint()
DMoveHandler.java25 import static com.android.ide.common.api.SegmentType.TOP;
141 if (hEdge.edgeType == TOP) { in snapHorizontal()
210 Segment edge = new Segment(b.y, b.x, b.x2(), null, null, TOP, NO_MARGIN); in updateMove()
264 if (match.with.edgeType == TOP) { in updateMove()
DGuidelinePainter.java129 feedback.tooltipY = SegmentType.TOP; in paint()
/sdk/rule_api/src/com/android/ide/common/api/
DSegmentType.java33 @NonNull TOP, enumConstant
48 return this == TOP || this == BOTTOM || this == BASELINE || this == CENTER_HORIZONTAL; in isHorizontal()
65 case TOP: in getX()
88 case TOP: in getY()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
DGridMatch.java110 case TOP: in getDisplayName()
147 case TOP: in getPriority()
DGridDropHandler.java146 rowMatches.add(new GridMatch(SegmentType.TOP, 0, y1, mGrid.getRow(y1), in computeMatches()
200 mRowMatch = new GridMatch(SegmentType.TOP, 0, y1, row, matchTop, 0); in computeMatches()
258 rowMatches.add(new GridMatch(SegmentType.TOP, distance, rowY, row, false,
367 rowMatches.add(new GridMatch(SegmentType.TOP, distance, matchedLine,
386 rowMatches.add(new GridMatch(SegmentType.TOP, distance, matchedLine,
398 rowMatches.add(new GridMatch(SegmentType.TOP, distance, matchedLine,
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/
DOverviewPage.java91 mOverviewPart.getSection().setLayoutData(new GridData(SWT.FILL, SWT.TOP, true, false)); in createFormContent()
97 exportPart.getSection().setLayoutData(new GridData(SWT.FILL, SWT.TOP, true, false)); in createFormContent()
101 mOverviewLinkPart.getSection().setLayoutData(new GridData(SWT.FILL, SWT.TOP, true, false)); in createFormContent()
DApplicationPage.java90 mTooglePart.getSection().setLayoutData(new GridData(SWT.FILL, SWT.TOP, true, false)); in createFormContent()
93 mAttrPart.getSection().setLayoutData(new GridData(SWT.FILL, SWT.TOP, true, false)); in createFormContent()
DApplicationToggle.java108 mCheckbox.setLayoutData(new TableWrapData(TableWrapData.FILL_GRAB, TableWrapData.TOP)); in createFormControls()
/sdk/monkeyrunner/src/
DAndroid.mk43 HELP_PY_PATH := $(TOP)/sdk/monkeyrunner/scripts/help.py
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
DInstallDependencyPage.java96 GridData gd_dependLabel = new GridData(SWT.LEFT, SWT.TOP, true, false, 2, 1); in createControl()
104 mLink.setLayoutData(new GridData(SWT.LEFT, SWT.TOP, false, false, 2, 1)); in createControl()
127 GridData gd_descLabel = new GridData(SWT.LEFT, SWT.TOP, true, false, 2, 1); in createControl()
DUpdateToolsPage.java43 GridData layoutData = new GridData(SWT.LEFT, SWT.TOP, true, true, 1, 1); in createControl()
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/ui/
DGridDataBuilder.java92 mGD.verticalAlignment = SWT.TOP; in vTop()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
DExtractStyleWizard.java119 mRemoveExtracted.setLayoutData(new GridData(SWT.LEFT, SWT.TOP, false, false, 2, 1)); in createControl()
125 mRemoveAll.setLayoutData(new GridData(SWT.LEFT, SWT.TOP, false, false, 2, 1)); in createControl()
133 mExtend.setLayoutData(new GridData(SWT.LEFT, SWT.TOP, false, false, 2, 1)); in createControl()
141 mSetStyle.setLayoutData(new GridData(SWT.LEFT, SWT.TOP, false, false, 2, 1)); in createControl()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DResizeGesture.java132 return Pair.of(mHorizontalEdge != SegmentType.TOP, mVerticalEdge != SegmentType.LEFT); in getTooltipPosition()
235 return SegmentType.TOP; in getHorizontalEdgeType()
/sdk/sdkmanager/libs/sdkuilib/
DREADME25 $ cd $TOP (top of Android tree)
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
DConvertSwitchDialog.java90 mLink.setLayoutData(new GridData(SWT.LEFT, SWT.TOP, true, true, 1, 1)); in createDialogArea()
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/launch/
DNdkDebuggerTab.java137 gd_grpSharedLibraries.verticalAlignment = SWT.TOP; in createControl()
150 composite.setLayoutData(new GridData(SWT.LEFT, SWT.TOP, false, false, 1, 1)); in createControl()
/sdk/hierarchyviewer2/app/
DREADME50 $ cd $TOP (top of Android tree)
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
DUiElementDetail.java213 section.setLayoutData(new TableWrapData(TableWrapData.FILL_GRAB, TableWrapData.TOP)); in createMasterSection()
412 TableWrapData.TOP)); in createSubSectionTable()
/sdk/ddms/app/
DREADME56 $ cd $TOP (top of Android tree)
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
DBaseLayoutRule.java690 case TOP:
725 case TOP:
766 if (state.horizontalEdgeType == SegmentType.TOP) {

12