Home
last modified time | relevance | path

Searched refs:radius (Results 1 – 5 of 5) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
DGridLayoutPainter.java265 int radius = mRule.getNewCellSize(); in paintGridModeDropFeedback() local
272 gc.drawLine(b.x, y - radius, b.x2(), y - radius); in paintGridModeDropFeedback()
273 gc.drawLine(b.x, y + radius, b.x2(), y + radius); in paintGridModeDropFeedback()
278 gc.drawLine(x - radius, b.y, x - radius, b.y2()); in paintGridModeDropFeedback()
279 gc.drawLine(x + radius, b.y, x + radius, b.y2()); in paintGridModeDropFeedback()
282 gc.drawRect(b.x + 2 * radius, b.y + 2 * radius, in paintGridModeDropFeedback()
283 b.x2() - 2 * radius, b.y2() - 2 * radius); in paintGridModeDropFeedback()
301 gc.fillRect(new Rect(cellBounds.x - radius, in paintGridModeDropFeedback()
302 cellBounds.y + (createRow ? -radius : radius), in paintGridModeDropFeedback()
303 2 * radius + 1, cellBounds.h - (createRow ? 0 : 2 * radius))); in paintGridModeDropFeedback()
[all …]
DGridDropHandler.java187 int radius = mRule.getNewCellSize(); in computeMatches() local
188 if (rightDistance < radius + SLOP) { in computeMatches()
192 if (bottomDistance < radius + SLOP) { in computeMatches()
197 boolean createColumn = leftDistance < radius + SLOP; in computeMatches()
198 boolean createRow = topDistance < radius + SLOP; in computeMatches()
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
Ddrawable2-expected-completion51.txt5 android:innerRadiusRatio : Inner radius of the ring expressed as a ratio of the ring's width. [flo…
7 android:innerRadius : Inner radius of the ring. [dimension]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DSelectionOverlay.java236 int radius = SelectionHandle.PIXEL_RADIUS; in paintSelection() local
237 int doubleRadius = 2 * radius; in paintSelection()
244 swtGc.fillRectangle(cx - radius, cy - radius, doubleRadius, doubleRadius); in paintSelection()
/sdk/templates/docs/
Ddefault.css57 border-radius: 2px;
230 border-radius: 4px;
248 border-radius: 2px;