Searched refs:left (Results 151 - 175 of 415) sorted by relevance

1234567891011>>

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DSettingsPanelView.java132 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
133 super.onLayout(changed, left, top, right, 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/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/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
/frameworks/base/core/java/android/text/
H A DLayout.java105 * @param align whether to left, right, or center the text. Styles can
125 * @param align whether to left, right, or center the text. Styles can
238 int left = 0;
272 // Draw all leading margin spans. Adjust left or right according
291 margin.drawLeadingMargin(canvas, paint, left, dir, ltop,
294 left += margin.getLeadingMargin(useFirstLineMargin);
324 x = left;
334 x = left - max;
338 x = (right + left - max) >> 1;
464 * Return the start position of the line, given the left an
472 getLineStartPos(int line, int left, int right) argument
[all...]
/frameworks/av/media/libstagefright/
H A DMetaData.cpp81 int32_t left, int32_t top,
84 r.mLeft = left;
170 int32_t *left, int32_t *top,
182 *left = r->mLeft;
79 setRect( uint32_t key, int32_t left, int32_t top, int32_t right, int32_t bottom) argument
168 findRect( uint32_t key, int32_t *left, int32_t *top, int32_t *right, int32_t *bottom) argument
/frameworks/av/services/audioflinger/
H A DAudioResampler.h53 virtual void setVolume(int16_t left, int16_t right);
H A DAudioResamplerCubic.h62 state left, right; member in class:android::AudioResamplerCubic
H A DAudioResamplerSinc.h47 virtual void setVolume(int16_t left, int16_t right);
/frameworks/base/core/jni/
H A Dandroid_view_GLES20DisplayList.cpp167 jobject clazz, DisplayList* displayList, int left) {
168 displayList->setLeft(left);
187 jobject clazz, DisplayList* displayList, int left, int top,
189 displayList->setLeftTopRightBottom(left, top, right, bottom);
166 android_view_GLES20DisplayList_setLeft(JNIEnv* env, jobject clazz, DisplayList* displayList, int left) argument
186 android_view_GLES20DisplayList_setLeftTopRightBottom(JNIEnv* env, jobject clazz, DisplayList* displayList, int left, int top, int right, int bottom) argument
/frameworks/base/core/tests/coretests/src/android/view/
H A DGlobalFocusChangeTest.java41 mLeft = mActivity.findViewById(R.id.left);
/frameworks/base/core/tests/coretests/src/android/widget/layout/frame/
H A DFrameLayoutMarginTest.java47 mLeftView = activity.findViewById(R.id.left);
/frameworks/base/graphics/java/android/graphics/drawable/
H A DShapeDrawable.java125 * @param left padding for the left side (in pixels)
130 public void setPadding(int left, int top, int right, int bottom) { argument
131 if ((left | top | right | bottom) == 0) {
137 mShapeState.mPadding.set(left, top, right, bottom);
144 * Define the padding in the Rect object as: left, top, right, bottom.
225 canvas.translate(r.left, r.top);
H A DInsetDrawable.java172 padding.left += mInsetState.mInsetLeft;
234 r.left += mInsetState.mInsetLeft;
239 mInsetState.mDrawable.setBounds(r.left, r.top, r.right, r.bottom);
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
H A DTiledImageView.java169 protected void onLayout(boolean changed, int left, int top, int right, argument
171 super.onLayout(changed, left, top, right, bottom);
265 cx += (mTempRectF.left / scale) - xoffset;
267 cx -= (mTempRectF.left / scale) - xoffset;
/frameworks/compile/mclinker/lib/Core/
H A DInputTree.cpp31 pTree.m_Root.node.left = pTree.m_Root.node.right = &pTree.m_Root.node;
/frameworks/native/libs/ui/
H A DGraphicBuffer.cpp165 if (rect.left < 0 || rect.right > this->width ||
168 rect.left, rect.top, rect.right, rect.bottom,
186 if (rect.left < 0 || rect.right > this->width ||
189 rect.left, rect.top, rect.right, rect.bottom,
/frameworks/native/opengl/tests/hwc/
H A DhwcColorEquiv.cpp58 * interpolation from a start color (default: <0.0, 0.0, 0.0> on the left
359 layer->sourceCrop.left = 0;
363 layer->displayFrame.left = 0;
373 layer->sourceCrop.left = 0;
377 layer->displayFrame.left = 0;
/frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/
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/uiautomator/src/com/android/uiautomator/core/
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/base/core/java/android/gesture/
H A DGestureStroke.java67 bx.left = p.x;
89 boundingBox = new RectF(bbx.left, bbx.top, bbx.right, bbx.bottom);
165 GestureUtils.translate(pts, -rect.left, -rect.top);
/frameworks/base/core/tests/coretests/src/android/util/
H A DListItemFactory.java35 * The filler is sized to take up any space left over within desiredHeight.
101 boolean left = false;
107 left = true;
118 if (left) {
120 button.setText("left");
/frameworks/base/libs/hwui/
H A DPathCache.h71 float left; member in struct:android::uirenderer::PathTexture
246 float& left, float& top, float& offset, uint32_t& width, uint32_t& height);
248 float& left, float& top, float& offset, uint32_t& width, uint32_t& height);
/frameworks/volley/src/com/android/volley/
H A DRequest.java527 Priority left = this.getPriority();
532 return left == right ?
534 right.ordinal() - left.ordinal();
/frameworks/native/services/surfaceflinger/
H A DLayer.cpp327 float insetL = winCrop.left * xScale;
332 crop.left += insetL;
585 float left = float(win.left) / float(s.active.w); local
593 texCoords[0] = vec2(left, 1.0f - top);
594 texCoords[1] = vec2(left, 1.0f - bottom);
650 position[0] = tr.transform(win.left, win.top);
651 position[1] = tr.transform(win.left, win.bottom);
730 c.active.crop.left,
737 c.requested.crop.left,
[all...]

Completed in 4037 milliseconds

1234567891011>>