Searched refs:left (Results 276 - 300 of 559) sorted by relevance

<<11121314151617181920>>

/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DStatsFilter.java114 private native void regionscore(ByteBuffer imageBuffer, int width, int height, float left, argument
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DBitmapFactory_Delegate.java84 padding.left = paddingArray[0];
/frameworks/base/tools/layoutlib/bridge/src/android/view/
H A DShadowPainter.java84 int left = (shadowSize - 1) >> 1;
85 int right = shadowSize - left;
86 int xStart = left;
88 int yStart = left;
229 * @param x the left coordinate of the left hand side of the rectangle
250 * @param x the left coordinate of the left hand side of the rectangle
283 * @param x the left coordinate of the left han
[all...]
/frameworks/native/opengl/libagl/
H A Dmatrix.cpp811 GLfloat left, GLfloat right,
816 if (cmpf(left,right) ||
825 const GLfloat r_width = reciprocalf(right - left);
830 const GLfloat A = mul2f((right + left) * r_width);
853 GLfloat left, GLfloat right,
858 if (cmpf(left,right) ||
865 const GLfloat r_width = reciprocalf(right - left);
871 const GLfloat tx = -(right + left) * r_width;
995 GLfloat left, GLfloat right,
1000 frustumf(left, righ
810 frustumf( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar, ogles_context_t* c) argument
852 orthof( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar, ogles_context_t* c) argument
994 glFrustumf( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar) argument
1003 glFrustumx( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar) argument
1015 glOrthof( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar) argument
1024 glOrthox( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar) argument
[all...]
/frameworks/native/opengl/tests/hwc/
H A DhwcRects.cpp37 * [left, top, right, bottom]
45 * sourceCrop: [left, top, right, bottom]
73 * [left, top, right, bottom]
396 - rect.displayFrame.left,
399 rect.sourceCrop.left = 0;
489 if (((uint32_t) rect.sourceCrop.left >= rect.sourceDim.width())
496 if ((rect.displayFrame.left >= width)
557 testPrintE(" [left, top, right, bottom]");
566 testPrintE(" sourceCrop: [left, top, right, bottom]");
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DRenderEngine.h76 void setScissor(uint32_t left, uint32_t bottom, uint32_t right, uint32_t top);
/frameworks/rs/scriptc/
H A Drs_graphics.rsh394 * Any of left, right, top, bottom could be NULL
397 rsgMeasureText(const char *, int *left, int *right, int *top, int *bottom);
402 rsgMeasureText(rs_allocation, int *left, int *right, int *top, int *bottom);
H A Drs_matrix.rsh244 * @param lhs The left matrix of the product.
269 * @param m The left matrix of the product and the matrix to be set.
343 * identified by the six clipping planes <em>left, right, bottom, top,
353 * @param left
361 rsMatrixLoadOrtho(rs_matrix4x4 *m, float left, float right, float bottom, float top, float near, float far);
367 * identified by the six clipping planes <em>left, right, bottom, top,
374 * @param left
382 rsMatrixLoadFrustum(rs_matrix4x4 *m, float left, float right, float bottom, float top, float near, float far);
/frameworks/support/v7/cardview/api21/android/support/v7/widget/
H A DRoundRectDrawable.java78 mBoundsF.set(bounds.left, bounds.top, bounds.right, bounds.bottom);
/frameworks/base/core/java/android/app/
H A DActivityTransitionCoordinator.java455 float left = sharedElementBundle.getFloat(KEY_SCREEN_LEFT);
461 left -= decorLoc[0];
468 tempRect.set(left, top, right, bottom);
471 float leftInParent = tempRect.left;
488 left = leftInParent - tempRect.left + parent.getScrollX();
490 right = left + width;
494 int x = Math.round(left);
758 sharedElementBundle.putFloat(KEY_SCREEN_LEFT, tempBounds.left);
/frameworks/base/services/core/java/com/android/server/wm/
H A DAccessibilityController.java209 sTempFloats[Matrix.MTRANS_X] = windowState.mShownFrame.left;
277 args.argi1 = rectangle.left;
362 touchableRegionBounds.left,
484 windowFrame.offset(-windowFrame.left, -windowFrame.top);
486 windowBounds.set((int) windowFrame.left, (int) windowFrame.top,
496 windowFrame.offset(-windowState.mFrame.left, -windowState.mFrame.top);
498 windowBounds.set((int) windowFrame.left, (int) windowFrame.top,
864 final int left = args.argi1;
868 mCallbacks.onRectangleOnScreenRequested(left, top, right, bottom);
1132 windowFrame.offset(-windowState.mFrame.left,
[all...]
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DLinearLayoutCompat.java364 void drawVerticalDivider(Canvas canvas, int left) { argument
365 mDivider.setBounds(left, getPaddingTop() + mDividerPadding,
366 left + mDividerWidth, getHeight() - getPaddingBottom() - mDividerPadding);
1416 * @param left
1421 void layoutVertical(int left, int top, int right, int bottom) { argument
1428 final int width = right - left;
1511 * @param left
1516 void layoutHorizontal(int left, int top, int right, int bottom) { argument
1544 childLeft = getPaddingLeft() + right - left - mTotalLength;
1549 childLeft = getPaddingLeft() + (right - left
1640 setChildFrame(View child, int left, int top, int width, int height) argument
[all...]
/frameworks/base/core/java/android/widget/
H A DTextView.java347 // First reset "left" and "right" drawables to their initial values
352 // Use "start" drawable as "left" drawable if the "left" drawable was not defined
365 // JB-MR1+ normal case: "start" / "end" drawables are overriding "left" / "right"
1244 // This call will save the initial left/right drawables
1808 * Returns the left padding of the view, plus space for the left
1938 * Returns the total left padding of the view, including the left
1988 * Sets the Drawables (if any) to appear to the left o
2001 setCompoundDrawables(@ullable Drawable left, @Nullable Drawable top, @Nullable Drawable right, @Nullable Drawable bottom) argument
2142 setCompoundDrawablesWithIntrinsicBounds(int left, int top, int right, int bottom) argument
2164 setCompoundDrawablesWithIntrinsicBounds(@ullable Drawable left, @Nullable Drawable top, @Nullable Drawable right, @Nullable Drawable bottom) argument
2449 setPadding(int left, int top, int right, int bottom) argument
6877 onLayout(boolean changed, int left, int top, int right, int bottom) argument
[all...]
/frameworks/av/media/img_utils/src/
H A DDngUtils.cpp134 /*left*/redLeft,
152 /*left*/greenEvenLeft,
170 /*left*/greenOddLeft,
188 /*left*/blueLeft,
207 uint32_t left,
249 left,
206 addGainMap(uint32_t top, uint32_t left, uint32_t bottom, uint32_t right, uint32_t plane, uint32_t planes, uint32_t rowPitch, uint32_t colPitch, uint32_t mapPointsV, uint32_t mapPointsH, double mapSpacingV, double mapSpacingH, double mapOriginV, double mapOriginH, uint32_t mapPlanes, const float* mapGains) argument
/frameworks/av/media/libstagefright/colorconversion/
H A DSoftwareRenderer.cpp157 crop.left = mCropLeft;
162 crop.left, crop.top, crop.right, crop.bottom, bufWidth, bufHeight);
/frameworks/base/core/java/android/text/method/
H A DLinkMovementMethod.java79 protected boolean left(TextView widget, Spannable buffer) { method in class:LinkMovementMethod
84 return super.left(widget, buffer);
/frameworks/base/core/java/android/transition/
H A DChangeImageTransform.java91 int left = view.getLeft();
96 Rect bounds = new Rect(left, top, right, bottom);
/frameworks/base/core/java/android/view/inputmethod/
H A DSparseRectFArray.java45 * {@code rects[mKeys[0]].left}, {@code rects[mKeys[0]].top},
47 * {@code rects[mKeys[1]].left}, {@code rects[mKeys[1]].top},
49 * {@code rects[mKeys[2]].left}, {@code rects[mKeys[2]].top}, ....
194 * @param left left of the rectangle.
203 final float left, final float top, final float right, final float bottom,
208 mCoordinates[baseCoordinatesIndex + 0] = left;
202 append(final int key, final float left, final float top, final float right, final float bottom, final int flags) argument
/frameworks/base/core/java/com/android/internal/view/menu/
H A DIconMenuItemView.java241 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
242 super.onLayout(changed, left, top, right, bottom);
/frameworks/base/core/java/com/android/internal/widget/
H A DSlidingTab.java124 * The interface was triggered because the user grabbed the left handle and moved it past
335 * @param l the parent's left border
354 final int left = (parentWidth - handleWidth) / 2;
355 final int right = left + handleWidth;
383 tab.layout(left, 0, right, handleHeight);
384 text.layout(left, 0 - parentHeight, right, 0);
388 tab.layout(left, parentHeight - handleHeight, right, parentHeight);
389 text.layout(left, parentHeight, right, parentHeight + parentHeight);
651 int left = slider.tab.getLeft();
655 : (viewWidth - left)
[all...]
/frameworks/base/core/jni/
H A Dandroid_view_SurfaceControl.cpp70 jfieldID left; member in struct:android::__anon874
127 int left = env->GetIntField(sourceCropObj, gRectClassInfo.left); local
131 Rect sourceCrop(left, top, right, bottom);
198 int left = env->GetIntField(sourceCropObj, gRectClassInfo.left); local
202 Rect sourceCrop(left, top, right, bottom);
671 gRectClassInfo.left = env->GetFieldID(rectClazz, "left", "I");
/frameworks/base/graphics/java/android/graphics/pdf/
H A DPdfRenderer.java94 * be anchored to the upper left corner of the page for left-to-right locales and
95 * top right corner for right-to-left locales.
355 if (destClip.left < 0 || destClip.top < 0
374 final int contentLeft = (destClip != null) ? destClip.left : 0;
/frameworks/base/libs/hwui/
H A DDamageAccumulator.cpp213 void DamageAccumulator::dirty(float left, float top, float right, float bottom) { argument
214 mHead->pendingDirty.join(left, top, right, bottom);
H A DFontRenderer.cpp554 (x1 > mClip->right || y1 < mClip->top || x2 < mClip->left || y4 > mClip->bottom)) {
561 mBounds->left = fmin(mBounds->left, x1);
579 mBounds->left = fmin(mBounds->left, fmin(x1, fmin(x2, fmin(x3, x4))));
617 uint32_t paddedWidth = (uint32_t) (bounds.right - bounds.left) + 2 * intRadius;
639 int penX = intRadius - bounds.left;
642 if ((bounds.right > bounds.left) && (bounds.top > bounds.bottom)) {
H A DRenderProperties.cpp129 ALOGD("%*sTranslate (left, top) %d, %d", level * 2, "", mPrimitiveFields.mLeft, mPrimitiveFields.mTop);
168 (int)layerBounds.left, (int)layerBounds.top, (int)layerBounds.right, (int)layerBounds.bottom,
176 (int)clipRect.left, (int)clipRect.top, (int)clipRect.right, (int)clipRect.bottom);

Completed in 8049 milliseconds

<<11121314151617181920>>