Searched refs:left (Results 1 - 25 of 362) sorted by last modified time

1234567891011>>

/frameworks/wilhelm/include/OMXAL/
H A DOpenMAXAL.h1039 XAuint32 left; member in struct:XARectangle_
1584 XAuint32 left; member in struct:XAFocusPointPosition_
/frameworks/wilhelm/src/itf/
H A DIOutputMixExt.c29 short left; member in struct:__anon1625
244 mixBuffer->left += (short) (source->left * track->mGains[0]);
250 mixBuffer->left += source->left;
258 mixBuffer->left = (short) (source->left * track->mGains[0]);
/frameworks/wilhelm/tests/automated/
H A DBufferQueue_test.cpp38 short left; member in struct:__anon1690
142 stereoBuffer1[i].left = pcm;
/frameworks/wilhelm/tests/sandbox/
H A Dintbufq.c52 short left; member in struct:__anon1696
153 sine[i].left = sin((float) (i / (sr / hz)) * pi2 ) * 32000.0;
154 sine[i].right = sine[i].left;
157 square[i].left = (i % (unsigned) (sr / hz)) < 50 ? 32767 : -32768;
158 square[i].right = square[i].left;
161 sawtooth[i].left = ((((int) (i % (unsigned) (sr / hz))) - 50) / 100.0) * 60000.0 - 30000.0;
162 sawtooth[i].right = sawtooth[i].left;
165 half[i].left = sine[i].left;
/frameworks/testing/uiautomator/library/src/com/android/uiautomator/core/
H A DAccessibilityNodeInfoHelper.java50 displayRect.left = 0;
H A DUiObject.java218 rect.centerY(), rect.left + SWIPE_MARGIN_LIMIT, rect.centerY(), steps);
237 return getInteractionController().swipe(rect.left + SWIPE_MARGIN_LIMIT,
345 * Clicks the top and left corner of the UI element
356 return getInteractionController().click(rect.left + 5, rect.top + 5);
405 * Long clicks on the top and left corner of the UI element
416 return getInteractionController().longTap(rect.left + 5, rect.top + 5);
489 // long click left + center
495 getInteractionController().longTap(rect.left + 20, rect.centerY());
H A DUiScrollable.java301 * the right to left. Caution is required on devices configured with right to left languages
332 // scroll horizontally: swipe right -> left
333 // TODO: Assuming device is not in right to left language
336 upX = rect.left + swipeAreaAdjust;
364 * the left to right. Caution is required on devices configured with right to left languages
397 // scroll horizontally: swipe left -> right
398 // TODO: Assuming device is not in right to left language
399 downX = rect.left
[all...]
/frameworks/support/renderscript/v8/java/src/android/support/v8/renderscript/
H A DMatrix4f.java223 * @param lhs left hand side matrix
249 * @param l location of the left vertical clipping plane
283 * @param l location of the left vertical clipping plane
314 float left = bottom * aspect;
316 loadFrustum(left, right, bottom, top, near, far);
/frameworks/support/renderscript/v8/rs_support/
H A DrsMatrix4x4.cpp272 void Matrix4x4::loadOrtho(float left, float right, float bottom, float top, float near, float far) { argument
274 m[0] = 2.f / (right - left);
277 m[12]= -(right + left) / (right - left);
282 void Matrix4x4::loadFrustum(float left, float right, float bottom, float top, float near, float far) { argument
284 m[0] = 2.f * near / (right - left);
286 m[8] = (right + left) / (right - left);
297 float left = bottom * aspect; local
299 loadFrustum(left, righ
[all...]
H A DrsRuntime.h131 void rsrMatrixLoadOrtho(rs_matrix4x4 *m, float left, float right,
133 void rsrMatrixLoadFrustum(rs_matrix4x4 *m, float left, float right,
/frameworks/support/renderscript/v8/rs_support/scriptc/
H A Drs_graphics.rsh390 * Any of left, right, top, bottom could be NULL
393 rsgMeasureText(const char *, int *left, int *right, int *top, int *bottom);
398 rsgMeasureText(rs_allocation, int *left, int *right, int *top, int *bottom);
H A Drs_math.rsh94 * @param left plane
103 float4 *left, float4 *right,
107 left->x = viewProj->m[3] + viewProj->m[0];
108 left->y = viewProj->m[7] + viewProj->m[4];
109 left->z = viewProj->m[11] + viewProj->m[8];
110 left->w = viewProj->m[15] + viewProj->m[12];
137 float len = length(left->xyz);
138 *left /= len;
154 * @param left plane
163 float4 *left, float
[all...]
H A Drs_matrix.rsh235 * @param left
243 rsMatrixLoadOrtho(rs_matrix4x4 *m, float left, float right, float bottom, float top, float near, float far);
249 * @param left
257 rsMatrixLoadFrustum(rs_matrix4x4 *m, float left, float right, float bottom, float top, float near, float far);
/frameworks/support/v4/java/android/support/v4/view/
H A DKeyEventCompat.java48 int modifiers, int basic, int left, int right) {
50 final int directional = left | right;
47 metaStateFilterDirectionalModifiers(int metaState, int modifiers, int basic, int left, int right) argument
H A DPagerTabStrip.java151 public void setPadding(int left, int top, int right, int bottom) { argument
155 super.setPadding(left, top, right, bottom);
261 final int left = mCurrText.getLeft() - mTabPadding;
266 canvas.drawRect(left, top, right, bottom, mTabPaint);
279 int left = mCurrText.getLeft() - mTabPadding;
283 r.set(left, top, right, bottom);
288 left = mCurrText.getLeft() - mTabPadding;
290 r.union(left, top, right, bottom);
H A DViewCompat.java126 public void postInvalidateOnAnimation(View view, int left, int top, int right, int bottom); argument
174 public void postInvalidateOnAnimation(View view, int left, int top, int right, int bottom) { argument
175 view.postInvalidateDelayed(getFrameTime(), left, top, right, bottom);
275 public void postInvalidateOnAnimation(View view, int left, int top, int right, int bottom) { argument
276 ViewCompatJB.postInvalidateOnAnimation(view, left, top, right, bottom);
343 * @param direction Negative to check scrolling left, positive to check scrolling right.
555 * @param left The left coordinate of the rectangle to invalidate.
560 public static void postInvalidateOnAnimation(View view, int left, int top, argument
562 IMPL.postInvalidateOnAnimation(view, left, to
[all...]
H A DViewPager.java57 * Layout manager that allows the user to flip left and right
318 * page position to the right, and -1 is one page position to the left.
2430 // If there is nothing to the left, or this is causing us to
2431 // jump to the right, then what we really want to do is page left.
2432 final int nextLeft = getChildRectInPagerCoordinates(mTempRect, nextFocused).left;
2433 final int currLeft = getChildRectInPagerCoordinates(mTempRect, currentFocused).left;
2441 // jump to the left, then what we really want to do is page right.
2442 final int nextLeft = getChildRectInPagerCoordinates(mTempRect, nextFocused).left;
2443 final int currLeft = getChildRectInPagerCoordinates(mTempRect, currentFocused).left;
2451 // Trying to move left an
[all...]
/frameworks/support/v4/jellybean/android/support/v4/view/
H A DViewCompatJB.java39 public static void postInvalidateOnAnimation(View view, int left, int top, argument
41 view.postInvalidate(left, top, right, bottom);
/frameworks/support/v7/gridlayout/gen/android/support/v7/gridlayout/
H A DR.java21 <colgroup align="left" />
22 <colgroup align="left" />
23 <colgroup align="left" />
60 The column boundary delimiting the left of the group of cells
72 The column span: the difference between the right and left
92 <colgroup align="left" />
93 <colgroup align="left" />
94 <colgroup align="left" />
98 <tr><td><code>left</code></td><td>0x03</td><td> Push object to the left o
232 public static int left=0x7f020006; field in class:R.id
[all...]
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
H A DGridLayout.java181 * {@link android.view.View#getLeft() left},
992 This method is then left with the simpler task of applying margins, gravity
996 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
999 int targetWidth = right - left;
1808 int left, int top, int right, int bottom,
1811 setMargins(left, top, right, bottom);
2432 * For horizontal alignments measurement is made from the left edge of the component.
2544 * Indicates that a view should be aligned with the <em>left</em>
1806 LayoutParams( int width, int height, int left, int top, int right, int bottom, Spec rowSpec, Spec columnSpec) argument
/frameworks/support/volley/src/com/android/volley/
H A DRequest.java418 Priority left = this.getPriority();
423 return left == right ?
425 right.ordinal() - left.ordinal();
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp379 int32_t *left, int32_t *right, int32_t *top, int32_t *bottom) {
381 rsrMeasureTextAlloc(rsc, sc, a, left, right, top, bottom);
385 int32_t *left, int32_t *right, int32_t *top, int32_t *bottom) {
387 rsrMeasureText(rsc, sc, text, left, right, top, bottom);
378 SC_MeasureTextAlloc(Allocation *a, int32_t *left, int32_t *right, int32_t *top, int32_t *bottom) argument
384 SC_MeasureText(const char *text, int32_t *left, int32_t *right, int32_t *top, int32_t *bottom) argument
/frameworks/rs/
H A DrsFont.cpp144 // 0, 0 is top left, so bottom is a positive number
148 if (bounds->left > nPenX) {
149 bounds->left = nPenX;
H A DrsFont.h54 int32_t left; member in struct:android::renderscript::Font::Rect
59 left = l;
H A DrsMatrix4x4.cpp272 void Matrix4x4::loadOrtho(float left, float right, float bottom, float top, float near, float far) { argument
274 m[0] = 2.f / (right - left);
277 m[12]= -(right + left) / (right - left);
282 void Matrix4x4::loadFrustum(float left, float right, float bottom, float top, float near, float far) { argument
284 m[0] = 2.f * near / (right - left);
286 m[8] = (right + left) / (right - left);
297 float left = bottom * aspect; local
299 loadFrustum(left, righ
[all...]

Completed in 1129 milliseconds

1234567891011>>