Home
last modified time | relevance | path

Searched defs:x (Results 1 – 25 of 94) sorted by relevance

1234

/development/samples/devbytes/animation/CurvedMotion/src/com/example/android/curvedmotion/
DPathPoint.java60 private PathPoint(int operation, float x, float y) { in PathPoint()
69 private PathPoint(float c0X, float c0Y, float c1X, float c1Y, float x, float y) { in PathPoint()
82 public static PathPoint lineTo(float x, float y) { in lineTo()
90 public static PathPoint curveTo(float c0X, float c0Y, float c1X, float c1Y, float x, float y) { in curveTo()
98 public static PathPoint moveTo(float x, float y) { in moveTo()
DAnimatorPath.java40 public void moveTo(float x, float y) { in moveTo()
48 public void lineTo(float x, float y) { in lineTo()
57 public void curveTo(float c0X, float c0Y, float c1X, float c1Y, float x, float y) { in curveTo()
DPathEvaluator.java29 float x, y; in evaluate() local
/development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/
DGLVertex.java23 public float x; field in GLVertex
36 GLVertex(float x, float y, float z, int index) { in GLVertex()
52 static public int toFixed(float x) { in toFixed()
DGLWorld.java61 public GLVertex addVertex(float x, float y, float z) { in addVertex()
86 static public float toFloat(int x) { in toFloat()
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
DMatrixStack.java126 public void glRotatef(float angle, float x, float y, float z) { in glRotatef()
132 public void glRotatex(int angle, int x, int y, int z) { in glRotatex()
136 public void glScalef(float x, float y, float z) { in glScalef()
140 public void glScalex(int x, int y, int z) { in glScalex()
144 public void glTranslatef(float x, float y, float z) { in glTranslatef()
148 public void glTranslatex(int x, int y, int z) { in glTranslatex()
156 private float fixedToFloat(int x) { in fixedToFloat()
DNumericSprite.java53 private int roundUpPower2(int x) { in roundUpPower2()
67 public void draw(GL10 gl, float x, float y, in draw()
/development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
DLatinKeyboard.java65 protected Key createKeyFromXml(Resources res, Row parent, int x, int y, in createKeyFromXml()
149 public LatinKey(Resources res, Keyboard.Row parent, int x, int y, in LatinKey()
159 public boolean isInside(int x, int y) { in isInside()
DCandidateView.java170 int x = 0; in onDraw() local
269 int x = (int) me.getX(); in onTouchEvent() local
307 public void takeSuggestionAt(float x) { in takeSuggestionAt()
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DSweep.java45 float x = 160; in SampleView() local
56 float x = 160; in onDraw() local
DBitmapMesh.java46 private static void setXY(float[] array, int index, float x, float y) { in setXY()
89 float x = src[i+0]; in warp() local
117 int x = (int)pt[0]; in onTouchEvent() local
DFingerPaint.java94 private void touch_start(float x, float y) { in touch_start()
100 private void touch_move(float x, float y) { in touch_move()
119 float x = event.getX(); in onTouchEvent() local
DColorFilters.java50 int x = r.right + 12; in addToTheRight() local
129 float x = (r.left + r.right) * 0.5f; in drawSample() local
DShadowCardDrag.java57 public void onDown(long eventTime, float x, float y) { in onDown()
66 public void onMove(long eventTime, float x, float y) { in onMove()
DPictureLayout.java108 private void drawPict(Canvas canvas, int x, int y, int w, int h, in drawPict()
124 int x = getWidth()/2; in dispatchDraw() local
/development/samples/browseable/BasicMultitouch/src/com.example.android.basicmultitouch/
DTouchDisplayView.java55 public float x; field in TouchDisplayView.TouchHistory
71 public static TouchHistory obtain(float x, float y, float pressure) { in obtain()
90 public void setTouch(float x, float y, float pressure) { in setTouch()
108 public void addHistory(float x, float y) { in addHistory()
/development/samples/ApiDemos/src/com/example/android/apis/animation/
DAnimationLoading.java152 private ShapeHolder createBall(float x, float y) { in createBall()
162 private void addBall(float x, float y, int color) { in addBall()
168 private void addBall(float x, float y) { in addBall()
DCustomEvaluator.java63 public XYHolder(float x, float y) { in XYHolder()
72 public void setX(float x) { in setX()
141 private ShapeHolder createBall(float x, float y) { in createBall()
/development/tools/winscope/src/
Dmatrix_utils.js17 function multiplyVec2(matrix, x, y) { argument
/development/samples/browseable/BasicAccessibility/src/com.example.android.basicaccessibility/
DDialView.java208 float x = xyData[0]; in onDraw() local
216 float x = xyData[0]; in onDraw() local
/development/samples/OpenGL/HelloOpenGLES10/src/com/example/android/opengl/
DMyGLSurfaceView.java52 float x = e.getX(); in onTouchEvent() local
/development/samples/browseable/MidiSynth/src/com.example.android.common.midi/synth/
DSineOscillator.java41 float x = (float) (yp * Math.PI); in fastSin() local
/development/samples/OpenGL/HelloOpenGLES20/src/com/example/android/opengl/
DMyGLSurfaceView.java55 float x = e.getX(); in onTouchEvent() local
/development/samples/browseable/MidiScope/src/com.example.android.common.midi/synth/
DSineOscillator.java41 float x = (float) (yp * Math.PI); in fastSin() local
/development/samples/browseable/WatchFace/Wearable/src/com.example.android.wearable.watchface/
DFitStepsWatchFaceService.java381 float x = mXOffset; in onDraw() local
412 mCalendar.get(Calendar.SECOND)), x, mYOffset, mSecondPaint); in onDraw() local
416 mCalendar.get(Calendar.AM_PM)), x, mYOffset, mAmPmPaint); in onDraw() local

1234