Searched refs:left (Results 1 - 25 of 413) 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:__anon1708
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:__anon1773
142 stereoBuffer1[i].left = pcm;
/frameworks/wilhelm/tests/sandbox/
H A Dintbufq.c52 short left; member in struct:__anon1779
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/webview/chromium/java/com/android/webview/chromium/
H A DWebViewChromium.java1770 public boolean setFrame(final int left, final int top, final int right, final int bottom) { argument
1771 return mWebViewPrivate.super_setFrame(left, top, right, bottom);
/frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/
H A DAccessibilityNodeInfoHelper.java45 displayRect.left = 0;
H A DUiObject.java276 * Performs the swipe left action on the UiObject.
299 rect.centerY(), rect.left + SWIPE_MARGIN_LIMIT, rect.centerY(), steps);
325 return getInteractionController().swipe(rect.left + SWIPE_MARGIN_LIMIT,
440 * Clicks the top and left corner of the UI element
453 return getInteractionController().clickNoSync(rect.left + 5, rect.top + 5);
508 * Long clicks on the top and left corner of the UI element
521 return getInteractionController().longTapNoSync(rect.left + 5, rect.top + 5);
620 // long click left + center
626 getInteractionController().longTapNoSync(rect.left + 20, rect.centerY());
938 // End at the top-left an
[all...]
H A DUiScrollable.java305 // if list is horizontal, matching left edge implies obscured right edge,
307 shouldSwipeForward = actual.left == visible.left;
373 * right to left. Make sure to take into account devices configured with
374 * right-to-left languages like Arabic and Hebrew.
389 * right to left. Make sure to take into account devices configured with
390 * right-to-left languages like Arabic and Hebrew.
404 * right to left. Make sure to take into account devices configured with
405 * right-to-left languages like Arabic and Hebrew.
437 // scroll horizontally: swipe right -> left
[all...]
/frameworks/volley/src/com/android/volley/
H A DRequest.java527 Priority left = this.getPriority();
532 return left == right ?
534 right.ordinal() - left.ordinal();
/frameworks/volley/src/com/android/volley/toolbox/
H A DNetworkImageView.java179 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
180 super.onLayout(changed, left, top, right, bottom);
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp402 int32_t *left, int32_t *right, int32_t *top, int32_t *bottom) {
404 rsrMeasureTextAlloc(rsc, a, left, right, top, bottom);
408 int32_t *left, int32_t *right, int32_t *top, int32_t *bottom) {
410 rsrMeasureText(rsc, text, left, right, top, bottom);
401 SC_MeasureTextAlloc(Allocation *a, int32_t *left, int32_t *right, int32_t *top, int32_t *bottom) argument
407 SC_MeasureText(const char *text, int32_t *left, int32_t *right, int32_t *top, int32_t *bottom) argument
/frameworks/rs/
H A DrsFont.cpp146 // 0, 0 is top left, so bottom is a positive number
150 if (bounds->left > nPenX) {
151 bounds->left = nPenX;
H A DrsFont.h53 int32_t left; member in struct:android::renderscript::Font::Rect
58 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...]
H A DrsRuntime.h104 int32_t *left, int32_t *right, int32_t *top, int32_t *bottom);
106 int32_t *left, int32_t *right, int32_t *top, int32_t *bottom);
108 int32_t *left, int32_t *right, int32_t *top, int32_t *bottom);
196 void rsrMatrixLoadOrtho(rs_matrix4x4 *m, float left, float right,
198 void rsrMatrixLoadFrustum(rs_matrix4x4 *m, float left, float right,
H A DrsScriptC_LibGL.cpp234 int32_t *left, int32_t *right, int32_t *top, int32_t *bottom) {
235 if (left) {
236 *left = metrics->left;
250 int32_t *left, int32_t *right, int32_t *top, int32_t *bottom) {
256 SetMetrics(&metrics, left, right, top, bottom);
261 int32_t *left, int32_t *right, int32_t *top, int32_t *bottom) {
265 SetMetrics(&metrics, left, right, top, bottom);
233 SetMetrics(Font::Rect *metrics, int32_t *left, int32_t *right, int32_t *top, int32_t *bottom) argument
249 rsrMeasureTextAlloc(Context *rsc, Allocation *a, int32_t *left, int32_t *right, int32_t *top, int32_t *bottom) argument
260 rsrMeasureText(Context *rsc, const char *text, int32_t *left, int32_t *right, int32_t *top, int32_t *bottom) argument
/frameworks/rs/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.java54 int modifiers, int basic, int left, int right) {
56 final int directional = left | right;
53 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.java209 public void postInvalidateOnAnimation(View view, int left, int top, int right, int bottom); argument
269 public void postInvalidateOnAnimation(View view, int left, int top, int right, int bottom) { argument
270 view.postInvalidateDelayed(getFrameTime(), left, top, right, bottom);
468 public void postInvalidateOnAnimation(View view, int left, int top, int right, int bottom) { argument
469 ViewCompatJB.postInvalidateOnAnimation(view, left, top, right, bottom);
570 * @param direction Negative to check scrolling left, positive to check scrolling right.
782 * @param left The left coordinate of the rectangle to invalidate.
787 public static void postInvalidateOnAnimation(View view, int left, int top, argument
789 IMPL.postInvalidateOnAnimation(view, left, to
[all...]
H A DViewPager.java59 * Layout manager that allows the user to flip left and right
325 * page position to the right, and -1 is one page position to the left.
2546 // If there is nothing to the left, or this is causing us to
2547 // jump to the right, then what we really want to do is page left.
2548 final int nextLeft = getChildRectInPagerCoordinates(mTempRect, nextFocused).left;
2549 final int currLeft = getChildRectInPagerCoordinates(mTempRect, currentFocused).left;
2557 // jump to the left, then what we really want to do is page right.
2558 final int nextLeft = getChildRectInPagerCoordinates(mTempRect, nextFocused).left;
2559 final int currLeft = getChildRectInPagerCoordinates(mTempRect, currentFocused).left;
2567 // Trying to move left an
[all...]
/frameworks/support/v4/java/android/support/v4/widget/
H A DDrawerLayout.java52 * to emerge from: left or right. (Or start/end on platform versions that support layout direction.)
65 * <p>As per the Android Design guide, any drawers positioned to the left/start should
68 * This preserves the same navigation left, actions right structure present in the Action Bar
252 * Set a simple drawable used for the left or right shadow.
278 * Set a simple drawable used for the left or right shadow.
1040 * @param gravity Gravity.LEFT to move the left drawer or Gravity.RIGHT for the right.
1080 * @param gravity Gravity.LEFT to move the left drawer or Gravity.RIGHT for the right.
1359 public void onViewPositionChanged(View changedView, int left, int top, int dx, int dy) { argument
1365 offset = (float) (childWidth + left) / childWidth;
1368 offset = (float) (width - left) / childWidt
1474 clampViewPositionHorizontal(View child, int left, int dx) argument
[all...]
H A DSlidingPaneLayout.java51 * of a UI. A left (or first) pane is treated as a content list or browser, subordinate to a
352 final int left;
357 left = panel.getLeft();
362 left = right = top = bottom = 0;
378 if (clampedChildLeft >= left && clampedChildTop >= top &&
881 * itself is open revealing the left pane, or if all content fits without sliding.
1032 * Set a drawable to use as a shadow cast by the right pane onto the left pane
1042 * Set a drawable to use as a shadow cast by the right pane onto the left pane
1065 final int left = right - shadowWidth;
1066 mShadowDrawable.setBounds(left, to
1210 onViewPositionChanged(View changedView, int left, int top, int dx, int dy) argument
1232 clampViewPositionHorizontal(View child, int left, int dx) argument
[all...]

Completed in 267 milliseconds

1234567891011>>