Home
last modified time | relevance | path

Searched refs:angle (Results 1 – 4 of 4) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DGCWrapper.java592 double angle = Math.atan2(dy, dx); in drawArrow() local
602 int rx = (int) (Math.cos(angle) * (ax-x1) - Math.sin(angle) * (ay-y1) + x1); in drawArrow()
603 int ry = (int) (Math.sin(angle) * (ax-x1) + Math.cos(angle) * (ay-y1) + y1); in drawArrow()
607 rx = (int) (Math.cos(angle) * (ax-x1) - Math.sin(angle) * (ay-y1) + x1); in drawArrow()
608 ry = (int) (Math.sin(angle) * (ax-x1) + Math.cos(angle) * (ay-y1) + y1); in drawArrow()
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
Dnavigation1-expected-complation76.txt21 ?android:angle
Dcompletionvalues1-expected-completion32.txt110 android:gestureStrokeAngleThreshold : Minimum curve angle a stroke must contain before it is recogn…
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/
Dentries.in422 void, glRotatef, GLfloat angle, GLfloat x, GLfloat y, GLfloat z
423 void, glRotatex, GLfixed angle, GLfixed x, GLfixed y, GLfixed z
424 void, glRotatexOES, GLfixed angle, GLfixed x, GLfixed y, GLfixed z