OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:drawArrow
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_manager/
background.js
53
function
drawArrow
(ctx) {
129
drawArrow
(ctx);
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
TestGraphics.java
169
public void
drawArrow
(int x1, int y1, int x2, int y2, int size) {
170
mDrawn.add("
drawArrow
(" + x1 + "," + y1 + "," + x2 + "," + y2 + ")");
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
ConstraintPainter.java
351
graphics.
drawArrow
(x1, y1, x2, y2, ARROW_SIZE);
447
graphics.
drawArrow
(center, sourceY, center, sharedY + 2, ARROW_SIZE);
448
graphics.
drawArrow
(center, targetY, center, sharedY - 3, ARROW_SIZE);
453
graphics.
drawArrow
(center, targetY, center, sourceY, ARROW_SIZE);
462
graphics.
drawArrow
(center, sourceY, center, sharedY - 3, ARROW_SIZE);
463
graphics.
drawArrow
(center, targetY, center, sharedY + 3, ARROW_SIZE);
466
graphics.
drawArrow
(center, targetY, center, sourceY, ARROW_SIZE);
495
graphics.
drawArrow
(center, sourceY, center, targetY, ARROW_SIZE);
577
graphics.
drawArrow
(x, sourceY, x, sharedY, ARROW_SIZE);
585
graphics.
drawArrow
(tx, ty + 2 * ARROW_SIZE, tx, ty, ARROW_SIZE)
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GCWrapper.java
532
public void
drawArrow
(int x1, int y1, int x2, int y2, int size) {
/prebuilts/devtools/tools/lib/
rule-api.jar
Completed in 394 milliseconds