/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/ |
NonDistinctMultitouchHelper.java | 39 // Ignore continuous multi-touch events because we can't trust the coordinates 67 // Send an up event for the last pointer, be cause we can't trust the coordinates of
|
SmoothingUtils.java | 27 * Utilities to smooth coordinates. Currently, we calculate 3d least squares formula by using 40 * Find a most likely 3d least squares formula for specified coordinates.
|
GestureStrokeDrawingPoints.java | 88 * @param xCoords the x-coordinates array of gesture trail to be drawn. 89 * @param yCoords the y-coordinates array of gesture trail to be drawn. 118 * @param xCoords the x-coordinates array of gesture trail to be drawn. 119 * @param yCoords the y-coordinates array of gesture trail to be drawn.
|
/frameworks/base/core/java/android/animation/ |
ObjectAnimator.java | 247 * Constructs and returns an ObjectAnimator that animates coordinates along a <code>Path</code> 249 * coordinates <code>(x, y)</code> together to follow the line. In this variation, the 250 * coordinates are integers that are set to separate properties designated by 292 * Constructs and returns an ObjectAnimator that animates coordinates along a <code>Path</code> 294 * coordinates <code>(x, y)</code> together to follow the line. In this variation, the 295 * coordinates are integers that are set to separate properties, <code>xProperty</code> and 338 * animating coordinates <code>(x, y)</code> together to follow the line. In this variation, the 339 * coordinates are integer x and y coordinates used in the first and second parameter of the 441 * Constructs and returns an ObjectAnimator that animates coordinates along a <code>Path</code [all...] |
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/ |
PointLabelFormatter.java | 46 * @param vOffset Vertical offset of text in pixels. Offset is in screen coordinates;
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/ |
DifferentiableMultivariateRealFunction.java | 32 * x<sub>k</sub>. If the partial derivatives with respect to all coordinates are
|
/external/deqp/framework/referencerenderer/ |
rrFragmentOperations.hpp | 27 * index and the y and z coordinates are the pixel's x and y 28 * coordinates, respectively. To prevent supplying a buffer in 94 * coordinates coordinates, and they must all have the same facing.
|
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/picking/ |
TerrainPicker.java | 52 * coordinates.
|
/frameworks/base/libs/hwui/ |
Layer.h | 90 * texture coordinates. 305 * Texture coordinates of the layer. 319 * If the region is a rectangle, coordinates of the 412 * Optional texture coordinates transform.
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/ |
RecentsViewLayoutAlgorithm.java | 35 /** Return the relative coordinate given coordinates in another size. */
|
/frameworks/native/services/surfaceflinger/RenderEngine/ |
Program.h | 36 // known locations for position and texture coordinates
|
/packages/apps/Dialer/src/com/android/dialer/list/ |
DragDropController.java | 21 * Callback interface used to retrieve views based on the current touch coordinates of the
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
DragView.java | 245 * @param touchX the x coordinate the user touched in DragLayer coordinates 246 * @param touchY the y coordinate the user touched in DragLayer coordinates 281 * @param touchX the x coordinate the user touched in DragLayer coordinates 282 * @param touchY the y coordinate the user touched in DragLayer coordinates
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/ |
Keyboard.java | 248 final int[] coordinates = CoordinateUtils.newCoordinateArray(length); local 252 CoordinateUtils.setXYInArray(coordinates, i, 255 CoordinateUtils.setXYInArray(coordinates, i, 259 return coordinates;
|
/system/extras/tests/workloads/ |
capture.sh | 1 # Capture and display input events and coordinates
|
/development/samples/OpenGL/HelloOpenGLES20/src/com/example/android/opengl/ |
Square.java | 32 // the coordinates of the objects that use this vertex shader 56 // number of coordinates per vertex in this array 74 // initialize vertex byte buffer for shape coordinates
|
/external/mesa3d/src/mesa/math/ |
m_xform.h | 50 * coordinates are very useful to us because they let us cull 73 * 4-vector case - in other cases, we just use the clip coordinates 74 * as the projected coordinates - they are identical.
|
/external/skia/include/gpu/ |
GrFragmentProcessor.h | 20 GrCoordTransforms to receive a transformation of the local coordinates that map from local space 87 * transformations. Coord transforms provide a mechanism for a processor to receive coordinates 91 * When the transformation has perspective, the transformed coordinates will have
|
/external/skia/src/utils/ |
SkPatchGrid.h | 27 * The array fTexCoords holds the texture coordinates in the same format as fCornerpts. 108 * The function returns false if the cubics parameter is NULL or if the (x,y) coordinates are 121 * of the parametric coordinates of the coons patch.
|
/frameworks/base/core/java/android/transition/ |
TransitionUtils.java | 144 * coordinates. <code>matrix</code> will be modified during the bitmap creation. 148 * @param matrix The matrix converting the view local coordinates to the coordinates that
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
FrameImage2D.java | 82 * The source and target rectangles must be given in normalized coordinates, where 0,0 is the 92 * @param sourceRect The source rectangle in normalized coordinates. 93 * @param targetRect The target rectangle in normalized coordinates.
|
/platform_testing/tests/perf/PerformanceLaunch/src/com/android/performanceLaunch/helper/ |
Square.java | 34 // the coordinates of the objects that use this vertex shader 58 // number of coordinates per vertex in this array 81 // initialize vertex byte buffer for shape coordinates
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
CanvasTransform.java | 25 * Helper class to convert between control pixel coordinates and canvas coordinates. 49 /** Left-top offset in client pixel coordinates. */
|
/external/freetype/src/truetype/ |
ttgxvar.c | 471 FT_TRACE5(( "gvar: there are %d shared coordinates:\n", 549 /* tuple_coords :: The coordinates of the tuple in normalized axis */ 552 /* im_start_coords :: The initial coordinates where this tuple starts */ 553 /* to apply (for intermediate coordinates). */ 555 /* im_end_coords :: The final coordinates after which this tuple no */ 556 /* longer applies (for intermediate coordinates). */ [all...] |
/packages/apps/Camera2/jni/ |
jpegutil.h | 43 * The transformation maps the coordinates (orig_x, orig_y) and (one_x, one_y) 62 * Transforms the input coordinates. Coordinates outside the cropped region 71 // The coordinates of the point to map the origin to. 73 // The coordinates of the point to map the point (output_width(),
|