/development/samples/devbytes/animation/CurvedMotion/src/com/example/android/curvedmotion/ |
D | PathPoint.java | 60 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()
|
D | AnimatorPath.java | 40 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()
|
D | PathEvaluator.java | 29 float x, y; in evaluate() local
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/ |
D | MatrixStack.java | 126 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()
|
/development/samples/SoftKeyboard/src/com/example/android/softkeyboard/ |
D | LatinKeyboard.java | 65 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()
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
D | BitmapMesh.java | 46 private static void setXY(float[] array, int index, float x, float y) { in setXY() 90 float y = src[i+1]; in warp() local 118 int y = (int)pt[1]; in onTouchEvent() local
|
D | AlphaBitmap.java | 44 float y = bm.getHeight(); in drawIntoBitmap() local 79 float y = 10; in onDraw() local
|
D | Sweep.java | 46 float y = 100; in SampleView() local 57 float y = 100; in onDraw() local
|
D | FingerPaint.java | 94 private void touch_start(float x, float y) { in touch_start() 100 private void touch_move(float x, float y) { in touch_move() 120 float y = event.getY(); in onTouchEvent() local
|
D | TextAlign.java | 52 private float[] buildTextPositions(String text, float y, Paint paint) { in buildTextPositions() 92 float y = 0; in onDraw() local
|
D | ColorFilters.java | 53 int y = center - (h >> 1); in addToTheRight() local 130 float y = (r.top + r.bottom) * 0.5f - mPaintTextOffset; in drawSample() local
|
D | ShadowCardDrag.java | 57 public void onDown(long eventTime, float x, float y) { in onDown() 66 public void onMove(long eventTime, float x, float y) { in onMove()
|
D | PictureLayout.java | 108 private void drawPict(Canvas canvas, int x, int y, int w, int h, in drawPict() 125 int y = getHeight()/2; in dispatchDraw() local
|
/development/samples/browseable/BasicMultitouch/src/com.example.android.basicmultitouch/ |
D | TouchDisplayView.java | 56 public float y; 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/graphics/kube/ |
D | GLVertex.java | 24 public float y; field in GLVertex 36 GLVertex(float x, float y, float z, int index) { in GLVertex()
|
/development/samples/ApiDemos/src/com/example/android/apis/animation/ |
D | AnimationLoading.java | 152 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()
|
D | CustomEvaluator.java | 63 public XYHolder(float x, float y) { in XYHolder() 80 public void setY(float y) { in setY() 141 private ShapeHolder createBall(float x, float y) { in createBall()
|
/development/samples/VirtualDeviceManager/host/src/com/example/android/vdmdemo/host/ |
D | InputController.java | 86 void sendMouseRelativeEvent(float x, float y) { in sendMouseRelativeEvent() 94 void sendMouseScrollEvent(float x, float y) { in sendMouseScrollEvent()
|
/development/tools/winscope/src/viewers/components/rects/ |
D | mapper3d.ts | 342 y: rect3d.topLeft.y, constant 347 y: rect3d.bottomRight.y, constant 367 y: labelY, constant 379 y: lineStart.y, constant
|
/development/samples/VirtualDeviceManager/demos/src/com/example/android/vdmdemo/demos/ |
D | StylusDrawingView.java | 75 int y = (int) e.getY() + rect.top; in init() local 125 float y = event.getY(); in onTouchEvent() local
|
/development/samples/browseable/BasicAccessibility/src/com.example.android.basicaccessibility/ |
D | DialView.java | 209 float y = xyData[1]; in onDraw() local 217 float y = xyData[1]; in onDraw() local
|
/development/tools/winscope/src/app/components/timeline/expanded-timeline/ |
D | abstract_timeline_row_component.ts | 134 y: e.offsetY, constant 155 y: e.offsetY, constant
|
/development/tools/winscope/src/common/ |
D | geometry_types.ts | 19 y: number; property
|
/development/samples/OpenGL/HelloOpenGLES10/src/com/example/android/opengl/ |
D | MyGLSurfaceView.java | 53 float y = e.getY(); in onTouchEvent() local
|
/development/samples/OpenGL/HelloOpenGLES20/src/com/example/android/opengl/ |
D | MyGLSurfaceView.java | 56 float y = e.getY(); in onTouchEvent() local
|