Searched refs:left (Results 251 - 275 of 741) sorted by relevance

<<11121314151617181920>>

/frameworks/native/services/surfaceflinger/
H A DDisplayDevice.cpp239 b.left, b.top, b.width(), b.height());
533 float src_x = viewport.left;
535 float dst_x = frame.left;
594 mViewport.left, mViewport.top, mViewport.right, mViewport.bottom,
595 mFrame.left, mFrame.top, mFrame.right, mFrame.bottom,
596 mScissor.left, mScissor.top, mScissor.right, mScissor.bottom,
/frameworks/support/v4/java/android/support/v4/graphics/drawable/
H A DDrawableCompat.java47 void setHotspotBounds(Drawable drawable, int left, int top, int right, int bottom); argument
84 public void setHotspotBounds(Drawable drawable, int left, int top, int right, int bottom) { argument
218 public void setHotspotBounds(Drawable drawable, int left, int top, int right, int bottom) { argument
219 DrawableCompatLollipop.setHotspotBounds(drawable, left, top, right, bottom);
323 * direction is RTL (right-to left). See
339 * direction is RTL right-to-left. See {@link android.util.LayoutDirection}.
369 public static void setHotspotBounds(@NonNull Drawable drawable, int left, int top, argument
371 IMPL.setHotspotBounds(drawable, left, top, right, bottom);
/frameworks/base/core/java/android/view/
H A DSurfaceView.java311 protected boolean setFrame(int left, int top, int right, int bottom) { argument
312 boolean result = super.setFrame(left, top, right, bottom);
472 + " left=" + (mWindowSpaceLeft != mLocation[0])
557 mSurfaceFrame.left = 0;
680 mWinFrame.left, mWinFrame.top,
682 mSession.repositionChild(mWindow, mWinFrame.left, mWinFrame.top,
699 int left, int top, int right, int bottom) {
715 if (mRTLastReportedPosition.left == left
725 frameNumber, left, to
698 updateWindowPositionRT(long frameNumber, int left, int top, int right, int bottom) argument
[all...]
H A DDisplayListCanvas.java243 public void drawRoundRect(CanvasProperty<Float> left, CanvasProperty<Float> top, argument
246 nDrawRoundRect(mNativeCanvasWrapper, left.getNativeContainer(), top.getNativeContainer(),
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DRecentsView.java365 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
367 mTaskStackView.layout(left, top, left + getMeasuredWidth(), top + getMeasuredHeight());
372 int leftRightInsets = mSystemInsets.left + mSystemInsets.right;
376 int childLeft = left + mSystemInsets.left +
377 Math.max(0, (right - left - leftRightInsets - childWidth)) / 2;
387 mStackActionButton.layout(buttonBounds.left, buttonBounds.top, buttonBounds.right,
496 mStackActionButton.setLeftTopRightBottom(buttonBounds.left, buttonBounds.top,
787 int left
[all...]
/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
H A DPhotoView.java302 centerX = Math.min(Math.max(mTranslateRect.left + widthBuffer,
417 final float drawWidth = mTranslateRect.right - mTranslateRect.left;
423 // We're at the left-side of the image; allow intercepting movements to the right
426 // We're at the right-side of the image; allow intercepting movements to the left
450 final float drawWidth = mTranslateRect.right - mTranslateRect.left;
456 // We're at the left-side of the image; allow intercepting movements to the right
459 // We're at the right-side of the image; allow intercepting movements to the left
630 final int cropWidth = mCropRect.right - mCropRect.left;
636 matrix.postTranslate(-mCropRect.left, -mCropRect.top);
722 protected void onLayout(boolean changed, int left, in argument
[all...]
/frameworks/base/graphics/java/android/graphics/drawable/
H A DGradientDrawable.java184 /** draw the gradient from the top-right to the bottom-left */
186 /** draw the gradient from the right to the left */
188 /** draw the gradient from the bottom-right to the top-left */
192 /** draw the gradient from the bottom-left to the top-right */
194 /** draw the gradient from the left to the right */
196 /** draw the gradient from the top-left to the bottom-right */
225 * ordered top-left, top-right, bottom-right, bottom-left. This property
248 * ordered top-left, top-right, bottom-right, bottom-left
[all...]
/frameworks/av/include/media/stagefright/
H A DMetaData.h242 int32_t left, int32_t top,
253 int32_t *left, int32_t *top,
/frameworks/av/media/libstagefright/yuv/
H A DYUVCanvas.cpp45 for (int32_t x = rect.left; x < rect.right; ++x) {
64 int32_t srcStartX = srcRect.left;
/frameworks/base/core/java/android/inputmethodservice/
H A DSoftInputWindow.java91 if (ev.isWithinBoundsNoHistory(mBounds.left, mBounds.top,
95 MotionEvent temp = ev.clampNoHistory(mBounds.left, mBounds.top,
/frameworks/base/core/tests/coretests/src/android/widget/espresso/
H A DTextViewAssertions.java125 * the left edge.
202 positionStr = "left";
203 diff = drawableBounds.left - editText.getScrollX() + drawablePadding.left;
/frameworks/base/graphics/java/android/graphics/pdf/
H A DPdfDocument.java122 pageInfo.mPageHeight, pageInfo.mContentRect.left, pageInfo.mContentRect.top,
298 * the page top left.
346 * the page top left.
351 if (contentRect != null && (contentRect.left < 0
/frameworks/base/libs/hwui/
H A DBakedOpRenderer.h98 void drawRect(float left, float top, float right, float bottom, const SkPaint* paint) { argument
99 float ltrb[4] = { left, top, right, bottom };
H A DSnapshot.h151 void setClip(float left, float top, float right, float bottom);
180 void resetClip(float left, float top, float right, float bottom);
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DFrameImage2D.java83 * top-left of the image and 1,1 is the bottom-right.
160 Rect srcIRect = new Rect((int) srcRect.left * srcImage.getWidth(),
164 Rect dstIRect = new Rect((int) dstRect.left * srcImage.getWidth(),
/frameworks/base/tools/aapt2/
H A DFlags.cpp105 *out << " " << std::setw(kWidth) << std::left << argLine << line << "\n";
109 *out << " " << std::setw(kWidth) << std::left << "-h" << "Displays this help menu\n"; member in class:aapt::std
/frameworks/native/libs/gui/tests/
H A DFillBuffer.cpp64 bool inside = rect.left <= x && x < rect.right &&
68 bool inside = rect.left <= 2*x && 2*x < rect.right &&
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES11Ext.spec22 void glFrustumxOES ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar )
40 void glOrthoxOES ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar )
77 void glFrustumfOES ( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar )
78 void glOrthofOES ( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar )
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/
H A DGlifListLayout.java98 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
99 super.onLayout(changed, left, top, right, bottom);
145 * theme and inset it {@code inset} pixels to the right (or left in RTL layouts).
H A DSetupWizardListLayout.java95 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
96 super.onLayout(changed, left, top, right, bottom);
130 * theme and inset it {@code inset} pixels to the right (or left in RTL layouts).
/frameworks/rs/api/
H A Drs_matrix.spec52 arg: float4* left, "Left plane."
63 left->x = viewProj->m[3] + viewProj->m[0];
64 left->y = viewProj->m[7] + viewProj->m[4];
65 left->z = viewProj->m[11] + viewProj->m[8];
66 left->w = viewProj->m[15] + viewProj->m[12];
93 float len = length(left->xyz);
94 *left /= len;
113 arg: float4* left
127 arg: float4* left, "Left plane."
137 float distToCenter = dot(left
[all...]
/frameworks/support/design/src/android/support/design/internal/
H A DForegroundLinearLayout.java179 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
180 super.onLayout(changed, left, top, right, bottom);
/frameworks/support/design/src/android/support/design/widget/
H A DHeaderScrollingViewBehavior.java121 available.left += parentInsets.getSystemWindowInsetLeft();
131 child.layout(out.left, out.top - overlap, out.right, out.bottom - overlap);
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
H A DVectorDrawableCommon.java96 public void setHotspotBounds(int left, int top, int right, int bottom) { argument
98 DrawableCompat.setHotspotBounds(mDelegateDrawable, left, top, right, bottom);
/frameworks/support/v7/appcompat/src/android/support/v7/graphics/drawable/
H A DDrawableWrapper.java206 public void setHotspotBounds(int left, int top, int right, int bottom) { argument
207 DrawableCompat.setHotspotBounds(mDrawable, left, top, right, bottom);

Completed in 630 milliseconds

<<11121314151617181920>>