Home
last modified time | relevance | path

Searched refs:RIGHT (Results 1 – 25 of 51) sorted by relevance

123

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
DConstraintType.java23 import static com.android.ide.common.api.SegmentType.RIGHT;
64 ALIGN_RIGHT(ATTR_LAYOUT_ALIGN_RIGHT, RIGHT, null, RIGHT, null, false, false, true, false),
65 LAYOUT_LEFT_OF(ATTR_LAYOUT_TO_LEFT_OF, RIGHT, null, LEFT, null, false, false, true, true),
66 LAYOUT_RIGHT_OF(ATTR_LAYOUT_TO_RIGHT_OF, LEFT, null, RIGHT, null, false, false, true, true),
72 ALIGN_PARENT_RIGHT(ATTR_LAYOUT_ALIGN_PARENT_RIGHT, RIGHT, null, RIGHT, null, true, false, true,
186 case RIGHT: in forMatch()
223 case RIGHT: in forMatch()
227 case RIGHT: in forMatch()
231 case RIGHT: in forMatch()
DResizeHandler.java24 import static com.android.ide.common.api.SegmentType.RIGHT;
89 } else if (verticalEdgeType == RIGHT) { in ResizeHandler()
117 } else if (vEdge.edgeType == RIGHT) { in snapVertical()
206 } else if (mVerticalEdgeType == RIGHT) { in updateResize()
254 } else if (vEdge.edgeType == RIGHT) { in updateResize()
DMoveHandler.java24 import static com.android.ide.common.api.SegmentType.RIGHT;
123 } else if (vEdge.edgeType == RIGHT) { in snapVertical()
217 edge = new Segment(b.x2(), b.y, b.y2(), null, null, RIGHT, NO_MARGIN); in updateMove()
289 } else if (match.with.edgeType == RIGHT) { in updateMove()
DGuidelineHandler.java26 import static com.android.ide.common.api.SegmentType.RIGHT;
350 RIGHT, WITHOUT_MARGIN)); in addBounds()
352 RIGHT, WITH_MARGIN)); in addBounds()
355 RIGHT, NO_MARGIN)); in addBounds()
423 case RIGHT: in isEdgeTypeCompatible()
424 return dragged == LEFT || dragged == RIGHT; in isEdgeTypeCompatible()
DConstraintPainter.java26 import static com.android.ide.common.api.SegmentType.RIGHT;
640 if (targetSegmentTypeX == RIGHT && targetMargins.right > 5) { in paintHorizontalConstraint()
671 if (sourceSegmentTypeX == RIGHT) { in paintHorizontalConstraint()
694 } else if (targetSegmentTypeX == RIGHT) { in paintHorizontalConstraint()
743 assert targetSegmentTypeX == RIGHT; in paintHorizontalConstraint() local
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
DGLTracePerspective.java40 IFolderLayout column2 = layout.createFolder(STATE_FOLDER_ID, IPageLayout.RIGHT, 0.65f, in createInitialLayout()
45 IFolderLayout column3 = layout.createFolder(FB_FOLDER_ID, IPageLayout.RIGHT, 0.6f, in createInitialLayout()
/sdk/eclipse/plugins/com.android.ide.eclipse.hierarchyviewer/src/com/android/ide/eclipse/hierarchyviewer/
DPixelPerfectPespective.java45 folder = layout.createFolder("overview", IPageLayout.RIGHT, 0.4f, editorArea); //$NON-NLS-1$ in createInitialLayout()
48 folder = layout.createFolder("main", IPageLayout.RIGHT, 0.35f, editorArea); //$NON-NLS-1$ in createInitialLayout()
DTreeViewPerspective.java45 …folder = layout.createFolder("main", IPageLayout.RIGHT, 0.24f, "properties"); //$NON-NLS-1$ //$NON… in createInitialLayout()
48 …folder = layout.createFolder("panel-top", IPageLayout.RIGHT, 0.7f, "main"); //$NON-NLS-1$ //$NON-N… in createInitialLayout()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
DMarginChooser.java92 allLabel.setLayoutData(new GridData(SWT.RIGHT, SWT.CENTER, false, false, 1, 1)); in createDialogArea()
107 leftLabel.setLayoutData(new GridData(SWT.RIGHT, SWT.CENTER, false, false, 1, 1)); in createDialogArea()
119 rightLabel.setLayoutData(new GridData(SWT.RIGHT, SWT.CENTER, false, false, 1, 1)); in createDialogArea()
131 topLabel.setLayoutData(new GridData(SWT.RIGHT, SWT.CENTER, false, false, 1, 1)); in createDialogArea()
143 bottomLabel.setLayoutData(new GridData(SWT.RIGHT, SWT.CENTER, false, false, 1, 1)); in createDialogArea()
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/detail/
DVboDetailProvider.java76 GridDataFactory.fillDefaults().align(SWT.RIGHT, SWT.CENTER).applyTo(l); in createControl()
83 GridDataFactory.fillDefaults().align(SWT.RIGHT, SWT.CENTER).applyTo(l); in createControl()
90 GridDataFactory.fillDefaults().align(SWT.RIGHT, SWT.CENTER).applyTo(l); in createControl()
97 GridDataFactory.fillDefaults().align(SWT.RIGHT, SWT.CENTER).applyTo(l); in createControl()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
DGridMatch.java105 case RIGHT: in getDisplayName()
147 case RIGHT: in getPriority()
DGridDropHandler.java214 horizontalType = SegmentType.RIGHT; in computeMatches()
282 columnMatches.add(new GridMatch(SegmentType.RIGHT, rightDistance, columnX, in addRightSideMatch()
551 if (mColumnMatch.type == SegmentType.RIGHT) { in handleFreeFormDrop()
590 mColumnMatch.type == SegmentType.RIGHT ? endColumn : column, 1)) { in handleFreeFormDrop()
591 if (mColumnMatch.type == SegmentType.RIGHT) { in handleFreeFormDrop()
701 if (mColumnMatch.type == SegmentType.RIGHT) { in handleFreeFormDrop()
784 if (mColumnMatch.type == SegmentType.RIGHT) { in handleGridModeDrop()
DGridLayoutPainter.java177 if (columnMatch.type == SegmentType.RIGHT) { in paintFreeFormDropFeedback()
222 assert columnMatch.type == SegmentType.RIGHT; in paintFreeFormDropFeedback()
321 if (columnMatch.type == SegmentType.RIGHT) { in paintGridModeDropFeedback()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/
DChooseAssetTypePage.java87 projectLabel.setLayoutData(new GridData(SWT.RIGHT, SWT.CENTER, false, false, 1, 1)); in createControl()
97 assetLabel.setLayoutData(new GridData(SWT.RIGHT, SWT.CENTER, false, false, 1, 1)); in createControl()
105 resourceLabel.setLayoutData(new GridData(SWT.RIGHT, SWT.CENTER, false, false, 1, 1)); in createControl()
112 mClipboardButton.setLayoutData(new GridData(SWT.RIGHT, SWT.CENTER, false, false, 1, 1)); in createControl()
DConfigureAssetSetPage.java203 foregroundLabel.setLayoutData(new GridData(SWT.RIGHT, SWT.CENTER, false, false, 1, 1)); in createControl()
235 fileLabel.setLayoutData(new GridData(SWT.RIGHT, SWT.CENTER, false, false, 1, 1)); in createControl()
268 textLabel.setLayoutData(new GridData(SWT.RIGHT, SWT.CENTER, false, false, 1, 1)); in createControl()
276 fontLabel.setLayoutData(new GridData(SWT.RIGHT, SWT.CENTER, false, false, 1, 1)); in createControl()
308 mScalingLabel.setLayoutData(new GridData(SWT.RIGHT, SWT.CENTER, false, false, 1, 1)); in createControl()
328 mShapeLabel.setLayoutData(new GridData(SWT.RIGHT, SWT.CENTER, false, false, 1, 1)); in createControl()
352 mThemeLabel.setLayoutData(new GridData(SWT.RIGHT, SWT.CENTER, false, false, 1, 1)); in createControl()
371 mBgColorLabel.setLayoutData(new GridData(SWT.RIGHT, SWT.CENTER, false, false, 1, 1)); in createControl()
380 mFgColorLabel.setLayoutData(new GridData(SWT.RIGHT, SWT.CENTER, false, false, 1, 1)); in createControl()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/
DRenameResourcePage.java72 nameLabel.setLayoutData(new GridData(SWT.RIGHT, SWT.CENTER, false, false, 1, 1)); in createControl()
78 xmlLabel.setLayoutData(new GridData(SWT.RIGHT, SWT.CENTER, false, false, 1, 1)); in createControl()
83 javaLabel.setLayoutData(new GridData(SWT.RIGHT, SWT.CENTER, false, false, 1, 1)); in createControl()
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/systrace/
DSystraceOptionsDialogV2.java102 l.setLayoutData(new GridData(SWT.RIGHT, SWT.CENTER, false, false, 1, 1)); in createDialogArea()
121 new GridData(SWT.RIGHT, SWT.CENTER, false, false, 1, 1)); in createDialogArea()
129 lblTraceBufferSize.setLayoutData(new GridData(SWT.RIGHT, SWT.CENTER, false, false, 1, 1)); in createDialogArea()
137 lblTraceAppName.setLayoutData(new GridData(SWT.RIGHT, SWT.CENTER, false, false, 1, 1)); in createDialogArea()
179 l.setLayoutData(new GridData(SWT.RIGHT, SWT.CENTER, false, false, 1, 1)); in createTable()
DSystraceOptionsDialogV1.java105 l.setLayoutData(new GridData(SWT.RIGHT, SWT.CENTER, false, false, 1, 1)); in createDialogArea()
124 new GridData(SWT.RIGHT, SWT.CENTER, false, false, 1, 1)); in createDialogArea()
132 lblTraceBufferSize.setLayoutData(new GridData(SWT.RIGHT, SWT.CENTER, false, false, 1, 1)); in createDialogArea()
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/
DFrameSummaryViewPage.java93 SWT.LEFT, SWT.LEFT, SWT.RIGHT, SWT.RIGHT,
136 GridDataFactory.fillDefaults().align(SWT.RIGHT, SWT.CENTER).applyTo(l); in createFrameStatisticsPart()
145 GridDataFactory.fillDefaults().align(SWT.RIGHT, SWT.CENTER).applyTo(l); in createFrameStatisticsPart()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
DNewProjectPage.java121 applicationLabel.setLayoutData(new GridData(SWT.RIGHT, SWT.CENTER, false, false, 2, 1)); in createControl()
135 projectLabel.setLayoutData(new GridData(SWT.RIGHT, SWT.CENTER, false, false, 2, 1)); in createControl()
148 packageLabel.setLayoutData(new GridData(SWT.RIGHT, SWT.CENTER, false, false, 2, 1)); in createControl()
174 minSdkLabel.setLayoutData(new GridData(SWT.RIGHT, SWT.CENTER, false, false, 2, 1)); in createControl()
247 targetSdkLabel.setLayoutData(new GridData(SWT.RIGHT, SWT.CENTER, false, false, 2, 1)); in createControl()
273 buildSdkLabel.setLayoutData(new GridData(SWT.RIGHT, SWT.CENTER, false, false, 2, 1)); in createControl()
299 themeLabel.setLayoutData(new GridData(SWT.RIGHT, SWT.CENTER, false, false, 2, 1)); in createControl()
323 mHelpIcon.setLayoutData(new GridData(SWT.RIGHT, SWT.TOP, false, false, 1, 1)); in createControl()
DTemplateTestPage.java58 label.setLayoutData(new GridData(SWT.RIGHT, SWT.CENTER, false, false, 1, 1)); in createControl()
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/launch/
DNdkDebuggerTab.java78 lblDebugger.setLayoutData(new GridData(SWT.RIGHT, SWT.CENTER, false, false, 1, 1)); in createControl()
88 lblNewLabel.setLayoutData(new GridData(SWT.RIGHT, SWT.CENTER, false, false, 1, 1)); in createControl()
114 lblPort.setLayoutData(new GridData(SWT.RIGHT, SWT.CENTER, false, false, 1, 1)); in createControl()
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/
DPerspective.java57 folder = layout.createFolder("ddms-detail", IPageLayout.RIGHT, 0.5f, //$NON-NLS-1$ in createInitialLayout()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
DWrapInWizard.java88 typeLabel.setLayoutData(new GridData(SWT.RIGHT, SWT.CENTER, false, false, 1, 1)); in createControl()
97 idLabel.setLayoutData(new GridData(SWT.RIGHT, SWT.CENTER, false, false, 1, 1)); in createControl()
DExtractIncludeWizard.java69 nameLabel.setLayoutData(new GridData(SWT.RIGHT, SWT.CENTER, false, false, 1, 1)); in createControl()

123