HomeSort by relevance Sort by last modified time
    Searched full:coordinate (Results 251 - 275 of 1025) sorted by null

<<11121314151617181920>>

  /external/skia/include/effects/
SkGradientShader.h 108 @param cx The X coordinate of the center of the sweep
109 @param cx The Y coordinate of the center of the sweep
  /frameworks/base/core/java/android/transition/
TranslationAnimationCreator.java 41 * @param viewPosX The x screen coordinate of view
42 * @param viewPosY The y screen coordinate of view
  /packages/apps/Camera2/src/com/android/camera/stats/
CaptureSessionStatsCollector.java 100 * @param touchCoordinate the last shutter touch coordinate
102 * @param activeSensorSize size of the active sensor array, to be used for the coordinate
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherSettings.java 145 * The X coordinate of the cell holding the favorite
152 * The Y coordinate of the cell holding the favorite
CellLayout.java 802 * @param x X coordinate of the point
803 * @param y Y coordinate of the point
804 * @param result Array of 2 ints to hold the x and y coordinate of the cell
824 * @param x X coordinate of the point
825 * @param y Y coordinate of the point
826 * @param result Array of 2 ints to hold the x and y coordinate of the cell
833 * Given a cell coordinate, return the point that represents the upper left corner of that cell
835 * @param cellX X coordinate of the cell
836 * @param cellY Y coordinate of the cell
838 * @param result Array of 2 ints to hold the x and y coordinate of the poin
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardActionListener.java 48 * @param x x-coordinate pixel of touched event. If {@link #onCodeInput} is not called by
52 * @param y y-coordinate pixel of touched event. If {@link #onCodeInput} is not called by
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyboardRow.java 33 * Container for keys in the keyboard. All keys in a row are at the same Y-coordinate.
161 // If keyXPos is negative, the actual x-coordinate will be
  /cts/tests/uiautomator/src/com/android/cts/uiautomatortest/
CtsUiAutomatorTest.java 713 assertTrue("X coordinate check failed",
715 assertTrue("Y coordinate check failed",
    [all...]
  /frameworks/base/core/java/android/view/
MotionEvent.java     [all...]
  /frameworks/base/graphics/java/android/graphics/
Bitmap.java 358 * @param x x coordinate to ensure is >= 0
359 * @param y y coordinate to ensure is >= 0
643 * @param x The x coordinate of the first pixel in source
644 * @param y The y coordinate of the first pixel in source
667 * @param x The x coordinate of the first pixel in source
668 * @param y The y coordinate of the first pixel in source
    [all...]
  /hardware/ti/omap4-aah/domx/omx_core/inc/
OMX_TI_IVCommon.h     [all...]
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/
NoiseGenerator.java     [all...]
  /frameworks/base/docs/html/guide/topics/sensors/
sensors_motion.jd 71 acceleration force data for the three coordinate axes, and the gyroscope returns rate of rotation
72 data for the three coordinate axes. These data values are returned in a <code>float</code> array
295 href="{@docRoot}guide/topics/sensors/sensors_overview.html#sensors-coords">coordinate
334 sensor (m/s<sup>2</sup>), and the coordinate system is the same as the one used by the
353 href="{@docRoot}guide/topics/sensors/sensors_overview.html#sensors-coords">coordinate system</a>
478 href="{@docRoot}guide/topics/sensors/sensors_overview.html#sensors-coords">coordinate
510 <strong>Figure 1.</strong> Coordinate system used by the rotation vector sensor.
517 coordinate system is defined as a direct orthonormal basis (see figure 1). This coordinate system
sensors_overview.jd 20 <li><a href="#sensors-coords">Sensor Coordinate System</a></li>
    [all...]
  /external/freetype/src/autofit/
afhints.h 76 * approximately aligned along a coordinate axis. The analysis to do
260 FT_Short min_coord; /* minimum coordinate of segment */
261 FT_Short max_coord; /* maximum coordinate of segment */
  /external/mesa3d/src/gallium/docs/source/cso/
rasterizer.rst 163 Controls automatic texture coordinate generation for rendering sprite points.
167 texture coordinate.
169 The texture coordinate will be of the form (s, t, 0, 1) where s varies
  /external/mesa3d/src/glsl/
ir_clone.cpp 236 if (this->coordinate)
237 new_tex->coordinate = this->coordinate->clone(mem_ctx, ht);
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs.h 310 fs_inst *emit_texture_gen4(ir_texture *ir, fs_reg dst, fs_reg coordinate,
312 fs_inst *emit_texture_gen5(ir_texture *ir, fs_reg dst, fs_reg coordinate,
314 fs_inst *emit_texture_gen7(ir_texture *ir, fs_reg dst, fs_reg coordinate,
  /external/neven/Embedded/common/src/b_BitFeatureEm/
LocalScanner.h 51 /** current scan x-coordinate */
54 /** current scan y-coordinate */
238 /** goes to scan position (integer coordinate numbers) */
  /external/neven/Embedded/common/src/b_TensorEm/
Cluster3D.h 100 /** returns int32 x-coordinate with given bbp at indexed position */
106 /** returns int32 y-coordinate with given bbp at indexed position */
112 /** returns int32 z-coordinate with given bbp at indexed position */
  /frameworks/base/services/core/java/com/android/server/display/
DisplayDeviceInfo.java 44 * The display manager will apply a coordinate transformation assuming that the
48 * such as on a desk. The display manager will apply a coordinate transformation
204 * relative to its physical coordinate system. Default is {@link Surface#ROTATION_0}.
  /packages/screensavers/Basic/src/com/android/dreams/basic/
ColorsGLRenderer.java 362 // (# of coordinate values * 4 bytes per float)
375 // (# of coordinate values * 2 bytes per short)
395 // Prepare the triangle coordinate data
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ImageUtils.java 482 * @param x the left coordinate of the left hand side of the rectangle
483 * @param y the top coordinate of the top of the rectangle
504 * @param x the left coordinate of the left hand side of the rectangle
505 * @param y the top coordinate of the top of the rectangle
546 * @param x the left coordinate of the left hand side of the rectangle
547 * @param y the top coordinate of the top of the rectangle
613 * @param x the left coordinate of the left hand side of the rectangle
614 * @param y the top coordinate of the top of the rectangle
743 * @param x1 top left X coordinate
744 * @param y1 top left Y coordinate
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
CellLayout.java 688 * @param x X coordinate of the point
689 * @param y Y coordinate of the point
690 * @param result Array of 2 ints to hold the x and y coordinate of the cell
710 * @param x X coordinate of the point
711 * @param y Y coordinate of the point
712 * @param result Array of 2 ints to hold the x and y coordinate of the cell
719 * Given a cell coordinate, return the point that represents the upper left corner of that cell
721 * @param cellX X coordinate of the cell
722 * @param cellY Y coordinate of the cell
724 * @param result Array of 2 ints to hold the x and y coordinate of the poin
    [all...]
  /developers/build/prebuilts/gradle/MediaEffects/Application/src/main/java/com/example/android/mediaeffects/
TextureRenderer.java 78 // Setup coordinate buffers

Completed in 755 milliseconds

<<11121314151617181920>>