Searched refs:right (Results 76 - 100 of 501) sorted by relevance

1234567891011>>

/frameworks/base/docs/html/reference/renderscript/
H A Ddoxygen.css83 margin-right: 15px;
192 margin-right: 8px;
238 text-align: right;
239 padding-right: 12px;
395 margin-right: 15px;
406 margin-right: 5px;
418 border-right: 1px solid #A8B8D9;
425 border-top-right-radius: 8px;
433 -webkit-border-top-right-radius: 8px;
444 border-right
[all...]
/frameworks/base/core/java/android/text/method/
H A DTouch.java45 int left, right;
51 right = 0;
55 right = (int) Math.max(right, layout.getLineRight(i));
59 right = availableWidth;
62 final int actualWidth = right - left;
71 // direction to resolve it to left or right
77 x = Math.min(x, right - availableWidth);
/frameworks/base/core/java/android/transition/
H A DTransitionUtils.java97 int right = Math.round(bounds.right);
106 int widthSpec = View.MeasureSpec.makeMeasureSpec(right - left, View.MeasureSpec.EXACTLY);
109 copy.layout(left, top, right, bottom);
134 int right = existingBounds.right;
138 drawable.setBounds(left, top, right, bottom);
/frameworks/base/libs/hwui/
H A DDisplayListRenderer.h69 virtual status_t prepareDirty(float left, float top, float right, float bottom, bool opaque);
81 virtual int saveLayer(float left, float top, float right, float bottom,
94 virtual bool clipRect(float left, float top, float right, float bottom, SkRegion::Op op);
120 float left, float top, float right, float bottom, const SkPaint* paint);
123 virtual status_t drawRect(float left, float top, float right, float bottom,
126 virtual status_t drawRoundRect(float left, float top, float right, float bottom,
129 CanvasPropertyPrimitive* right, CanvasPropertyPrimitive* bottom,
135 virtual status_t drawOval(float left, float top, float right, float bottom,
137 virtual status_t drawArc(float left, float top, float right, float bottom,
H A DOpenGLRenderer.cpp188 float right, float bottom, bool opaque) {
190 initializeSaveStack(left, top, right, bottom, mLightCenter);
192 mTilingClip.set(left, top, right, bottom);
201 discardFramebuffer(mTilingClip.left, mTilingClip.top, mTilingClip.right, mTilingClip.bottom);
217 mTilingClip.right, mTilingClip.bottom, mOpaque);
221 float right, float bottom, bool opaque) {
223 setupFrameState(left, top, right, bottom, opaque);
239 void OpenGLRenderer::discardFramebuffer(float left, float top, float right, float bottom) { argument
244 left <= 0.0f && top <= 0.0f && right >= getWidth() && bottom >= getHeight()) {
253 status_t OpenGLRenderer::clear(float left, float top, float right, floa argument
187 setupFrameState(float left, float top, float right, float bottom, bool opaque) argument
220 prepareDirty(float left, float top, float right, float bottom, bool opaque) argument
601 saveLayer(float left, float top, float right, float bottom, const SkPaint* paint, int flags, const SkPath* convexMask) argument
661 saveLayerDeferred(float left, float top, float right, float bottom, const SkPaint* paint, int flags) argument
737 createLayer(float left, float top, float right, float bottom, const SkPaint* paint, int flags, const SkPath* convexMask) argument
1233 dirtyLayer(const float left, const float top, const float right, const float bottom, const mat4 transform) argument
1242 dirtyLayer(const float left, const float top, const float right, const float bottom) argument
1517 quickRejectSetupScissor(float left, float top, float right, float bottom, const SkPaint* paint) argument
1714 setupDrawModelView(ModelViewMode mode, bool offset, float left, float top, float right, float bottom, bool ignoreTransform) argument
2041 float right = FLT_MIN; local
2237 drawPatch(const SkBitmap* bitmap, const Res_png_9patch* patch, float left, float top, float right, float bottom, const SkPaint* paint) argument
2250 drawPatch(const SkBitmap* bitmap, const Patch* mesh, AssetAtlas::Entry* entry, float left, float top, float right, float bottom, const SkPaint* paint) argument
2483 drawRoundRect(float left, float top, float right, float bottom, float rx, float ry, const SkPaint* p) argument
2524 drawOval(float left, float top, float right, float bottom, const SkPaint* p) argument
2547 drawArc(float left, float top, float right, float bottom, float startAngle, float sweepAngle, bool useCenter, const SkPaint* p) argument
2582 drawRect(float left, float top, float right, float bottom, const SkPaint* p) argument
3186 float right = FLT_MIN; local
3236 drawColorRect(float left, float top, float right, float bottom, const SkPaint* paint, bool ignoreTransform) argument
3261 drawTextureRect(float left, float top, float right, float bottom, Texture* texture, const SkPaint* paint) argument
3297 drawTextureMesh(float left, float top, float right, float bottom, GLuint texture, const SkPaint* paint, bool blend, GLvoid* vertices, GLvoid* texCoords, GLenum drawMode, GLsizei elementsCount, bool swapSrcDst, bool ignoreTransform, GLuint vbo, ModelViewMode modelViewMode, bool dirty) argument
3324 drawIndexedTextureMesh(float left, float top, float right, float bottom, GLuint texture, const SkPaint* paint, bool blend, GLvoid* vertices, GLvoid* texCoords, GLenum drawMode, GLsizei elementsCount, bool swapSrcDst, bool ignoreTransform, GLuint vbo, ModelViewMode modelViewMode, bool dirty) argument
3351 drawAlpha8TextureMesh(float left, float top, float right, float bottom, GLuint texture, const SkPaint* paint, GLvoid* vertices, GLvoid* texCoords, GLenum drawMode, GLsizei elementsCount, bool ignoreTransform, ModelViewMode modelViewMode, bool dirty) argument
[all...]
H A DStatefulBaseRenderer.h68 //virtual int saveLayer(float left, float top, float right, float bottom,
86 virtual bool quickRejectConservative(float left, float top, float right, float bottom) const;
88 virtual bool clipRect(float left, float top, float right, float bottom, SkRegion::Op op);
123 bool calculateQuickRejectForScissor(float left, float top, float right, float bottom,
H A DDamageAccumulator.h50 void dirty(float left, float top, float right, float bottom);
H A DUvMapper.h86 * - right = max. U
92 texCoords.right = lerp(mMinU, mMaxU, texCoords.right);
/frameworks/base/graphics/java/android/graphics/drawable/shapes/
H A DRoundRectShape.java100 (int) Math.floor(rect.right), (int) Math.floor(rect.bottom),
118 r.right - mInset.right, r.bottom - mInset.bottom);
H A DRectShape.java44 (int) Math.floor(rect.right), (int) Math.floor(rect.bottom));
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardAffordanceHelper.java201 public void startHintAnimation(boolean right, Runnable onFinishedListener) { argument
203 startHintAnimationPhase1(right, onFinishedListener);
206 private void startHintAnimationPhase1(final boolean right, final Runnable onFinishedListener) { argument
207 final KeyguardAffordanceView targetView = right ? mRightIcon : mLeftIcon;
209 ValueAnimator animator = getAnimatorToRadius(right, mHintGrowAmount);
225 startUnlockHintAnimationPhase2(right, onFinishedListener);
238 private void startUnlockHintAnimationPhase2(boolean right, final Runnable onFinishedListener) { argument
239 final KeyguardAffordanceView targetView = right ? mRightIcon : mLeftIcon;
240 ValueAnimator animator = getAnimatorToRadius(right, 0);
261 private ValueAnimator getAnimatorToRadius(final boolean right, in argument
[all...]
/frameworks/base/core/java/android/view/
H A DWindowManagerInternal.java68 * @param right The rectangle right.
71 public void onRectangleOnScreenRequested(int left, int top, int right, int bottom); argument
/frameworks/base/opengl/java/android/opengl/
H A DGLU.java88 * @param right
92 public static void gluOrtho2D(GL10 gl, float left, float right, argument
94 gl.glOrthof(left, right, bottom, top, -1.0f, 1.0f);
116 float right = top * aspect;
117 gl.glFrustumf(left, right, bottom, top, zNear, zFar);
/frameworks/native/libs/ui/tests/
H A DRegion_test.cpp29 EXPECT_FALSE((rhs->right > lhs->left && rhs->right < lhs->right) ||
30 (rhs->left > lhs->left && rhs->left < lhs->right));
/frameworks/base/core/jni/android/graphics/pdf/
H A DPdfEditor.cpp45 jfieldID right; member in struct:android::__anon788
267 float right; local
271 ? FPDFPage_GetMediaBox(page, &left, &top, &right, &bottom)
272 : FPDFPage_GetCropBox(page, &left, &top, &right, &bottom);
282 env->SetIntField(outBox, gRectClassInfo.right, (int) right);
315 const int right = env->GetIntField(box, gRectClassInfo.right); local
319 FPDFPage_SetMediaBox(page, left, top, right, bottom);
321 FPDFPage_SetCropBox(page, left, top, right, botto
[all...]
/frameworks/base/core/java/android/widget/
H A DCheckedTextView.java321 protected void internalSetPadding(int left, int top, int right, int bottom) { argument
322 super.internalSetPadding(left, top, right, bottom);
388 final int right;
391 right = left + mCheckMarkWidth;
393 right = width - mBasePadding;
394 left = right - mCheckMarkWidth;
396 checkMarkDrawable.setBounds(mScrollX + left, top, mScrollX + right, bottom);
401 background.setHotspotBounds(mScrollX + left, top, mScrollX + right, bottom);
/frameworks/base/media/java/android/media/tv/
H A DITvInputClient.aidl42 void onLayoutSurface(int left, int top, int right, int bottom, int seq);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DAnimateableViewBounds.java48 mSourceView.getWidth() - mClipRect.right,
81 mSourceView.getWidth() - mClipRect.right,
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DSpeedBumpView.java60 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
61 super.onLayout(changed, left, top, right, bottom);
H A DStackScrollerDecorView.java49 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
50 super.onLayout(changed, left, top, right, bottom);
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/
H A Dstats_scorer.cpp45 jfloat left, jfloat top, jfloat right, jfloat bottom, jfloatArray statsArray)
49 int xEnd = static_cast<int>(width * right);
43 Java_androidx_media_filterpacks_numeric_StatsFilter_regionscore( JNIEnv* env, jobject thiz, jobject imageBuffer, jint width, jint height, jfloat left, jfloat top, jfloat right, jfloat bottom, jfloatArray statsArray) argument
/frameworks/compile/mclinker/lib/Core/
H A DInputTree.cpp27 pMover.connect(pRoot, pTree.m_Root.node.right);
31 pTree.m_Root.node.left = pTree.m_Root.node.right = &pTree.m_Root.node;
/frameworks/rs/
H A DrsScriptC_LibGL.cpp234 int32_t *left, int32_t *right, int32_t *top, int32_t *bottom) {
238 if (right) {
239 *right = metrics->right;
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/base/core/jni/android/graphics/
H A DSkiaCanvas.cpp68 virtual int saveLayer(float left, float top, float right, float bottom,
70 virtual int saveLayerAlpha(float left, float top, float right, float bottom,
82 virtual bool quickRejectRect(float left, float top, float right, float bottom) const;
84 virtual bool clipRect(float left, float top, float right, float bottom, SkRegion::Op op);
99 virtual void drawRect(float left, float top, float right, float bottom, const SkPaint& paint);
100 virtual void drawRoundRect(float left, float top, float right, float bottom,
103 virtual void drawOval(float left, float top, float right, float bottom, const SkPaint& paint);
104 virtual void drawArc(float left, float top, float right, float bottom,
288 int SkiaCanvas::saveLayer(float left, float top, float right, float bottom, argument
290 SkRect bounds = SkRect::MakeLTRB(left, top, right, botto
296 saveLayerAlpha(float left, float top, float right, float bottom, int alpha, SkCanvas::SaveFlags flags) argument
421 quickRejectRect(float left, float top, float right, float bottom) const argument
430 clipRect(float left, float top, float right, float bottom, SkRegion::Op op) argument
514 drawRect(float left, float top, float right, float bottom, const SkPaint& paint) argument
520 drawRoundRect(float left, float top, float right, float bottom, float rx, float ry, const SkPaint& paint) argument
530 drawOval(float left, float top, float right, float bottom, const SkPaint& paint) argument
535 drawArc(float left, float top, float right, float bottom, float startAngle, float sweepAngle, bool useCenter, const SkPaint& paint) argument
[all...]
/frameworks/base/core/jni/
H A Dandroid_view_TextureView.cpp44 jfieldID right; member in struct:android::__anon878
149 rect.right = GET_INT(dirtyRect, gRectClassInfo.right);
174 clipRect.set(rect.left, rect.top, rect.right, rect.bottom);
180 int(rect.left), int(rect.top), int(rect.right), int(rect.bottom));
233 GET_FIELD_ID(gRectClassInfo.right, clazz, "right", "I");

Completed in 2476 milliseconds

1234567891011>>