Searched refs:top (Results 251 - 275 of 726) sorted by relevance

<<11121314151617181920>>

/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.
352 || contentRect.top < 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.
161 (int) srcRect.top * srcImage.getHeight(),
165 (int) dstRect.top * srcImage.getHeight(),
/frameworks/native/libs/gui/tests/
H A DFillBuffer.cpp65 rect.top <= y && y < rect.bottom;
69 rect.top <= 2*y && 2*y < rect.bottom;
/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);
171 mDividerInset /* start */, 0 /* top */, 0 /* end */, 0 /* bottom */, this);
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);
156 mDividerInset /* start */, 0 /* top */, 0 /* end */, 0 /* bottom */, this);
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
H A DStickyHeaderListView.java39 * when the sticky element hits the top of the view.
48 * the system decorations at the top of the screen.
103 ev.offsetLocation(-mStickyRect.left, -mStickyRect.top);
115 // The view to draw when sticking to the top
122 // ListView does not translate the canvas, so we can simply draw at the top
125 canvas.translate(0, mStickyRect.top);
142 0, /* top */
/frameworks/rs/api/
H A Drs_matrix.spec54 arg: float4* top, "Top plane."
73 top->x = viewProj->m[3] - viewProj->m[1];
74 top->y = viewProj->m[7] - viewProj->m[5];
75 top->z = viewProj->m[11] - viewProj->m[9];
76 top->w = viewProj->m[15] - viewProj->m[13];
97 len = length(top->xyz);
98 *top /= len;
115 arg: float4* top
129 arg: float4* top, "Top plane."
145 distToCenter = dot(top
[all...]
/frameworks/support/design/base/android/support/design/widget/
H A DCircularBorderDrawable.java101 rectF.top += halfBorderWidth;
206 0, rect.top,
/frameworks/support/design/src/android/support/design/internal/
H A DForegroundLinearLayout.java134 * Supply a Drawable that is to be rendered on top of all of the child
139 * @param drawable The Drawable to be drawn on top of the children.
170 * foreground drawable, if non-null, is always drawn on top of the children.
179 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.java131 child.layout(out.left, out.top - overlap, out.right, out.bottom - overlap);
132 mVerticalLayoutGap = out.top - header.getBottom();
163 * The gap between the top of the scrolling view and the bottom of the header layout in pixels.
/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);
/frameworks/support/v7/mediarouter/src/android/support/v7/app/
H A DOverlayListView.java239 mCurrentBounds.top = mStartRect.top + deltaY;
/frameworks/native/opengl/libagl/
H A Dmatrix.cpp450 transform.matrix.load(top());
509 matrixf_t::multiply(temp_mvp, projection.top(), modelview.top());
589 const GLfloat* const mv = modelview.top().elements();
602 const GLfloat* const mv = modelview.top().elements();
812 GLfloat bottom, GLfloat top,
817 cmpf(top, bottom) ||
826 const GLfloat r_height = reciprocalf(top - bottom);
831 const GLfloat B = (top + bottom) * r_height;
854 GLfloat bottom, GLfloat top,
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/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
H A DUiScrollable.java261 // if we happen to be on top of the text we want then return here
304 // if list is vertical, matching top edge implies obscured bottom edge
306 shouldSwipeForward = actual.top == visible.top;
374 * performed from bottom to top. If the swipe
390 * then the swipes will be performed from bottom to top. If the swipe
405 * then the swipes will be performed from bottom to top. If the swipe
437 upY = rect.top + swipeAreaAdjust;
453 * then the swipe will be performed from top to bottom. If the swipe
469 * then the swipes will be performed from top t
[all...]
/frameworks/base/core/java/com/android/internal/view/
H A DFloatingActionMode.java188 Math.max(mContentRectOnScreen.top, mViewRectOnScreen.top),
227 && a.top <= b.bottom && b.top <= a.bottom;
/frameworks/base/core/tests/coretests/src/android/widget/layout/frame/
H A DFrameLayoutMarginTest.java49 mTopView = activity.findViewById(R.id.top);
/frameworks/base/libs/hwui/hwui/
H A DCanvas.cpp58 SkScalar top = y + textSize * kStdUnderline_Offset - 0.5f * strokeWidth; local
60 drawRect(left, top, right, bottom, paint);
63 SkScalar top = y + textSize * kStdStrikeThru_Offset - 0.5f * strokeWidth; local
65 drawRect(left, top, right, bottom, paint);
/frameworks/base/libs/hwui/renderstate/
H A DScissor.cpp81 GLint height = std::max(0, (viewportHeight - (int)clip.top) - y);
/frameworks/base/media/java/android/media/
H A DImageWriter.java334 nativeQueueInputImage(mNativeContext, image, image.getTimestamp(), crop.left, crop.top,
521 image.getTimestamp(), crop.left, crop.top, crop.right, crop.bottom);
819 long timestampNs, int left, int top, int right, int bottom);
823 int top, int right, int bottom);
818 nativeQueueInputImage(long nativeCtx, Image image, long timestampNs, int left, int top, int right, int bottom) argument
821 nativeAttachAndQueueImage(long nativeCtx, long imageNativeBuffer, int imageFormat, long timestampNs, int left, int top, int right, int bottom) argument
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/renderer/
H A DPdfManipulationService.java152 clip.top = (int) (paddingTopPts * displayScale);
304 // Make sure content is top-left after media box resize.
320 cropBox.top = (int) (cropBox.top * scale + 0.5f);
327 // If in RTL mode put the content in the logical top-right corner.
343 clip.top += paddingTopPts;
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DScreenshotSelectorView.java60 mSelectionRect.top = Math.min(mStartPoint.y, y);

Completed in 1514 milliseconds

<<11121314151617181920>>