/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/misc/ |
Utilities.java | 80 /** Maps a coordinate in the root to a descendent. */
|
/frameworks/base/services/core/java/com/android/server/display/ |
DisplayDevice.java | 155 * @param layerStackRect defines which area of the window manager coordinate
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
CropFilter.java | 123 // Convert quads to canvas coordinate space
|
/frameworks/native/include/media/openmax/ |
OMX_IVCommon.h | 411 * nX : X coordinate for the point 412 * nY : Y coordinate for the point 430 * nLeft : X Coordinate of the top left corner of the rectangle 431 * nTop : Y Coordinate of the top left corner of the rectangle [all...] |
/frameworks/native/include/ui/ |
Rect.h | 176 // transform. This rectangle is defined in a coordinate space starting at
|
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/ |
PathParser.java | 653 * @param cx The x coordinate center of the ellipse 654 * @param cy The y coordinate center of the ellipse 657 * @param e1x E(eta1) x coordinate of the starting point of the arc 658 * @param e1y E(eta2) y coordinate of the starting point of the arc
|
/frameworks/support/v4/java/android/support/v4/widget/ |
AutoScrollHelper.java | 538 int direction, float coordinate, float srcSize, float dstSize) { 541 final float value = getEdgeValue(relativeEdge, srcSize, maximumEdge, coordinate); [all...] |
/hardware/qcom/media/mm-core/inc/ |
OMX_IVCommon.h | 386 * nX : X coordinate for the point 387 * nY : Y coordinate for the point 405 * nLeft : X Coordinate of the top left corner of the rectangle 406 * nTop : Y Coordinate of the top left corner of the rectangle
|
/hardware/qcom/media/mm-core/omxcore/inc/ |
OMX_IVCommon.h | 373 * nX : X coordinate for the point 374 * nY : Y coordinate for the point 392 * nLeft : X Coordinate of the top left corner of the rectangle 393 * nTop : Y Coordinate of the top left corner of the rectangle
|
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/ |
OMX_IVCommon.h | 373 * nX : X coordinate for the point
374 * nY : Y coordinate for the point
392 * nLeft : X Coordinate of the top left corner of the rectangle
393 * nTop : Y Coordinate of the top left corner of the rectangle
[all...] |
/hardware/ti/omap4-aah/domx/omx_core/inc/ |
OMX_IVCommon.h | 399 * nX : X coordinate for the point 400 * nY : Y coordinate for the point 418 * nLeft : X Coordinate of the top left corner of the rectangle 419 * nTop : Y Coordinate of the top left corner of the rectangle [all...] |
/hardware/ti/omap4xxx/domx/omx_core/inc/ |
OMX_IVCommon.h | 373 * nX : X coordinate for the point 374 * nY : Y coordinate for the point 392 * nLeft : X Coordinate of the top left corner of the rectangle 393 * nTop : Y Coordinate of the top left corner of the rectangle
|
/packages/apps/Camera/jni/feature_mos/src/mosaic_renderer/ |
SurfaceTextureRenderer.cpp | 144 // Load the texture coordinate
|
/packages/apps/Camera2/src/com/android/camera/one/v2/autofocus/ |
PointMeteringParameters.java | 127 * Given (nx, ny) \in [0, 1]^2, in the display's portrait coordinate system,
|
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic_renderer/ |
SurfaceTextureRenderer.cpp | 146 // Load the texture coordinate
|
/packages/apps/Messaging/src/com/android/messaging/datamodel/ |
DataModel.java | 120 // Allow DataModel to coordinate with activity lifetime events.
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
GmailDragHelper.java | 101 * the threshold coordinate. This can be used to only start the drag once the user hits the
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
GlobalCanvasDragInfo.java | 145 * NOTE: The coordinate units will be in SWT/control pixels, not Android view pixels.
|
/external/jmonkeyengine/engine/src/core/com/jme3/scene/ |
Spatial.java | 693 * Convert a vector (in) from this spatials' local coordinate space to world 694 * coordinate space. 709 * Convert a vector (in) from world coordinate space to this spatials' local 710 * coordinate space. 987 * in the local coordinate space. [all...] |
/frameworks/base/docs/html/guide/topics/graphics/ |
opengl.jd | 15 <li><a href="#coordinate-mapping">Mapping Coordinates for Drawn Objects</a> 258 <h2 id="coordinate-mapping">Mapping Coordinates for Drawn Objects</h2> 261 vary in size and shape. OpenGL assumes a square, uniform coordinate system and, by default, happily 266 <strong>Figure 1.</strong> Default OpenGL coordinate system (left) mapped to a typical Android 270 <p>The illustration above shows the uniform coordinate system assumed for an OpenGL frame on the 307 <li><strong>Camera transformation matrix</strong> - Once you have adjusted the coordinate system 445 <strong>Figure 1.</strong> Illustration of a coordinate list which translates into a [all...] |
/hardware/intel/img/psb_video/src/x11/ |
psb_coverlay.c | [all...] |
/frameworks/base/services/core/java/com/android/server/wm/ |
WindowState.java | 122 * the application's coordinate space (without compatibility scale applied). 144 * are in the screen's coordinate space (WITH the compatibility scale 151 * coordinate space (without compatibility scale applied). 160 * coordinate space (without compatibility scale applied). 168 * application's coordinate space (without compatibility scale applied). 176 * application's coordinate space (without compatibility scale applied). 235 // "Real" frame that the application sees, in display coordinate space. 238 // Frame that is scaled to the application's coordinate space when in 694 // reported to the app in its coordinate space. 702 // adjusted to be in its coordinate space [all...] |
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/rs/ |
RawConverter.java | 394 * @return the CCT associated with this chromaticity coordinate. 405 * @param X the CIE XYZ X coordinate. 406 * @param Y the CIE XYZ Y coordinate. 407 * @param Z the CIE XYZ Z coordinate. 559 Log.d(TAG, "xy coordinate: " + Arrays.toString(xy)); [all...] |
/external/opencv/cvaux/src/ |
enmin.cpp | 74 // coord - coordinate corresponding pixel on the real image line 84 // srcVtx - coordinate of source vertex on the real image line 85 // destVtx - coordinate of destination vertex on the real image line 108 // between pixel ( having coordinate xCoord ) and label 111 // xCoord - coordinate of pixel on the left image [all...] |
/frameworks/base/core/java/android/hardware/camera2/legacy/ |
ParameterUtils.java | 114 * A weighted rectangle is an arbitrary rectangle (the coordinate system is unknown) with an 117 * <p>The user of this class must know what the coordinate system ahead of time; it's [all...] |