Searched refs:right (Results 1 - 25 of 328) sorted by last modified time

1234567891011>>

/frameworks/wilhelm/src/itf/
H A DIOutputMixExt.c30 short right; member in struct:__anon1625
245 mixBuffer->right += (short) (source->right * track->mGains[1]);
251 mixBuffer->right += source->right;
259 mixBuffer->right = (short) (source->right * track->mGains[1]);
/frameworks/wilhelm/tests/automated/
H A DBufferQueue_test.cpp39 short right; member in struct:__anon1690
143 stereoBuffer1[nframes - 1 - i].right = pcm;
/frameworks/wilhelm/tests/sandbox/
H A Dintbufq.c53 short right; member in struct:__anon1696
154 sine[i].right = sine[i].left;
158 square[i].right = square[i].left;
162 sawtooth[i].right = sawtooth[i].left;
166 half[i].right = sawtooth[i].right / 2;
/frameworks/testing/uiautomator/library/src/com/android/uiautomator/core/
H A DAccessibilityNodeInfoHelper.java51 displayRect.right = outSize.x;
H A DUiObject.java217 return getInteractionController().swipe(rect.right - SWIPE_MARGIN_LIMIT,
238 rect.centerY(), rect.right - SWIPE_MARGIN_LIMIT, rect.centerY(), steps);
360 * Long clicks bottom and right corner of the UI element
371 return getInteractionController().longTap(rect.right - 5, rect.bottom - 5);
375 * Clicks the bottom and right corner of the UI element
386 return getInteractionController().click(rect.right - 5, rect.bottom - 5);
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
334 downX = rect.right - 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
401 upX = rect.right
[all...]
/frameworks/support/renderscript/v8/java/src/android/support/v8/renderscript/
H A DMatrix4f.java224 * @param rhs right hand side matrix
250 * @param r location of the right vertical clipping plane
268 * with the right and bottom clipping planes set to the given
272 * @param w location of the right vertical clipping plane
284 * @param r location of the right vertical clipping plane
315 float right = top * aspect;
316 loadFrustum(left, right, bottom, top, near, far);
355 * @param rhs right hand side to multiply by
/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);
298 float right = top * aspect; local
299 loadFrustum(left, right, botto
[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.rsh95 * @param right plane
103 float4 *left, float4 *right,
112 right->x = viewProj->m[3] - viewProj->m[0];
113 right->y = viewProj->m[7] - viewProj->m[4];
114 right->z = viewProj->m[11] - viewProj->m[8];
115 right->w = viewProj->m[15] - viewProj->m[12];
139 len = length(right->xyz);
140 *right /= len;
155 * @param right plane
163 float4 *left, float4 *right,
[all...]
H A Drs_matrix.rsh236 * @param right
243 rsMatrixLoadOrtho(rs_matrix4x4 *m, float left, float right, float bottom, float top, float near, float far);
250 * @param right
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);
262 final int right = mCurrText.getRight() + mTabPadding;
266 canvas.drawRect(left, top, right, bottom, mTabPaint);
280 int right = mCurrText.getRight() + mTabPadding;
283 r.set(left, top, right, bottom);
289 right = mCurrText.getRight() + 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.
557 * @param right The right coordinate of the rectangle to invalidate.
561 int right, int bottom) {
562 IMPL.postInvalidateOnAnimation(view, left, top, right, botto
560 postInvalidateOnAnimation(View view, int left, int top, int right, int bottom) argument
[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.
1495 // Page views. Do this once we have the right padding offsets from above.
2431 // jump to the right, then what we really want to do is page left.
2440 // If there is nothing to the right, or this is causing us to
2441 // jump to the left, then what we really want to do is page right.
2454 // Trying to move right and nothing there; try to page.
2472 outRect.right = child.getRight();
2480 outRect.right += group.getRight();
/frameworks/support/v4/jellybean/android/support/v4/view/
H A DViewCompatJB.java40 int right, int bottom) {
41 view.postInvalidate(left, top, right, bottom);
39 postInvalidateOnAnimation(View view, int left, int top, int right, int bottom) argument
/frameworks/support/v7/gridlayout/gen/android/support/v7/gridlayout/
H A DR.java72 The column span: the difference between the right and left
99 <tr><td><code>right</code></td><td>0x05</td><td> Push object to the right of its container, not changing its size. </td></tr>
113 Additional option that can be set to have the left and/or right edges of
115 The clip will be based on the horizontal gravity: a left gravity will clip the right
116 edge, a right gravity will clip the left edge, and neither will clip both edges.
233 public static int right=0x7f020007; field in class:R.id
440 Specifies extra space on the left, top, right and bottom
447 Specifies extra space on the right side of this view.</td></tr>
456 The column span: the difference between the right an
[all...]
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
H A DGridLayout.java124 * GridLayout's algorithms favour rows and columns that are closer to its <em>right</em>
183 * {@link android.view.View#getRight() right} properties.
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);
2550 * Indicates that a view should be aligned with the <em>right</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.java419 Priority right = other.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.cpp151 if (bounds->right < nPenX + width) {
152 bounds->right = nPenX + width;
H A DrsFont.h56 int32_t right; member in struct:android::renderscript::Font::Rect
60 right = r;
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);
298 float right = top * aspect; local
299 loadFrustum(left, right, botto
[all...]
H A DrsRuntime.h98 int32_t *left, int32_t *right, int32_t *top, int32_t *bottom);
100 int32_t *left, int32_t *right, int32_t *top, int32_t *bottom);
102 int32_t *left, int32_t *right, int32_t *top, int32_t *bottom);
189 void rsrMatrixLoadOrtho(rs_matrix4x4 *m, float left, float right,
191 void rsrMatrixLoadFrustum(rs_matrix4x4 *m, float left, float right,

Completed in 3597 milliseconds

1234567891011>>