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

<<11121314151617181920>>

  /packages/apps/DeskClock/src/com/android/deskclock/widget/sgv/
StaggeredGridView.java 235 // child's left coordinate.
569 // No child view at this coordinate.
574 * Get the last Y coordinate on this grid where the last touch was made
607 * @param y The y coordinate of the current drag.
625 * @param x The x coordinate of this view where dragging began
626 * @param y The y coordinate of this view where dragging began
760 * is {@link ReorderUtils#REORDER_DIRECTION_VERTICAL}, then ignore the x coordinate, as
766 * @param x The updated x coordinate of the drag shadow.
767 * @param y THe updated y coordinate of the drag shadow.
781 // layout, we would still want to find the view's left coordinate for th
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
DragLayer.java 407 * Given a coordinate relative to the descendant, find the coordinate in this DragLayer's
410 * @param descendant The descendant to which the passed coordinate is relative.
411 * @param coord The coordinate that we want mapped.
633 // Center in the x coordinate about the target's drawable
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GestureManager.java 86 * Most recently seen mouse position (x coordinate). We keep a copy of this
94 * Most recently seen mouse position (y coordinate). We keep a copy of this
246 * @param mousePos The most recent mouse coordinate applicable to the new
265 * @param mousePos The most recent mouse coordinate applicable to the new
282 * @param mousePos The most recent mouse coordinate applicable to the new
    [all...]
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
Blend.cpp 135 // each input frame into the mosaic coordinate system.
147 // mosaic coordinate system.
152 // mosaic coordinate system.
209 // each input frame into the mosaic coordinate system.
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_vec4_visitor.cpp 1844 src_reg coordinate; local
    [all...]
  /frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
VectorDrawableCompat.java 98 * <dd>The X coordinate of the pivot for the scale and rotation of the group. This is defined in the
101 * <dd>The Y coordinate of the pivot for the scale and rotation of the group. This is defined in the
104 * <dd>The amount of scale on the X Coordinate.</dd>
106 * <dd>The amount of scale on the Y coordinate.</dd>
108 * <dd>The amount of translation on the X coordinate. This is defined in the viewport space.</dd>
110 * <dd>The amount of translation on the Y coordinate. This is defined in the viewport space.</dd>
    [all...]
  /cts/tests/tests/openglperf/src/android/openglperf/cts/
PlanetsRenderer.java 190 // Load the texture coordinate
199 // Load the texture coordinate
  /external/ceres-solver/internal/ceres/
system_test.cc 112 // coordinate-wise maximum absolute difference less than or equal to
454 // the camera coordinate system has a negative z axis.
  /external/chromium-trace/trace-viewer/tracing/tracing/ui/tracks/
chart_series.html 343 // Move to the current point coordinate.
382 // Move to the current point coordinate.
  /external/deqp/modules/gles2/functional/
es2fDitheringTests.cpp 314 // When dithering is disabled, the color selection must be coordinate-independent - i.e. the colors must be constant in the gradient's constant direction.
417 // When dithering is disabled, the color selection must be coordinate-independent - i.e. the entire rendered image must be unicolored.
  /external/deqp/modules/gles3/functional/
es3fDitheringTests.cpp 314 // When dithering is disabled, the color selection must be coordinate-independent - i.e. the colors must be constant in the gradient's constant direction.
417 // When dithering is disabled, the color selection must be coordinate-independent - i.e. the entire rendered image must be unicolored.
  /external/fonttools/Lib/fontTools/ttLib/tables/
otData.py 421 ('Offset', 'XDeviceTable', None, None, 'Offset to Device table for X coordinate- from beginning of Anchor table (may be NULL)'),
422 ('Offset', 'YDeviceTable', None, None, 'Offset to Device table for Y coordinate- from beginning of Anchor table (may be NULL)'),
    [all...]
  /external/jmonkeyengine/engine/src/desktop/jme3tools/navigation/
NavCalculator.java 285 * Computes the coordinate of position B relative to an offset given
289 * @param bearing The bearing between the offset and the coordinate
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_tex.c 59 * \param swrap Wrap mode for the \a s texture coordinate
60 * \param twrap Wrap mode for the \a t texture coordinate
  /external/mesa3d/src/mesa/math/
m_debug_clip.c 212 * Check if X, Y or Z component of the coordinate is close to W, in terms
305 /* The coordinate is very close to the clip plane. The clipmask
  /external/mesa3d/src/mesa/tnl/
t_rasterpos.c 252 * \param vObj object-space vertex coordinate
253 * \param vEye eye-space vertex coordinate
  /external/skia/include/core/
SkImageDecoder.h 344 * the coordinate in the original bitmap.
347 * the coordinate in the original bitmap.
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
TaskStackViewLayoutAlgorithm.java 349 /** Converts from the progress along the curve to a screen coordinate. */
373 /** Converts from a screen coordinate to the progress along the curve. */
  /packages/apps/Launcher2/src/com/android/launcher2/
PagedViewCellLayout.java 421 // X coordinate of the view in the layout.
424 // Y coordinate of the view in the layout.
  /packages/apps/Launcher3/src/com/android/launcher3/util/
FocusLogic.java 247 * @param pivotX x coordinate of the focused item in the current page
248 * @param pivotY y coordinate of the focused item in the current page
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/event/
Event.java 185 * @param x the X coordinate.
186 * @param y the Y coordinate.
  /frameworks/base/core/java/android/hardware/camera2/
CameraCharacteristics.java     [all...]
  /development/samples/ControllerSample/src/com/example/controllersample/
GameView.java     [all...]
  /development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
CandidateView.java 303 * For flick through from keyboard, call this method with the x coordinate of the flick
  /device/moto/shamu/camera/QCamera2/stack/common/
cam_types.h 768 cam_coordinate_type_t coordinate[MAX_ROI]; member in union:__anon3998::__anon3999
809 cam_coordinate_type_t left_eye_center; /* coordinate of center of left eye */
810 cam_coordinate_type_t right_eye_center; /* coordinate of center of right eye */
811 cam_coordinate_type_t mouth_center; /* coordinate of center of mouth */
    [all...]

Completed in 397 milliseconds

<<11121314151617181920>>