Searched refs:left (Results 126 - 150 of 362) sorted by relevance

1234567891011>>

/frameworks/av/include/media/stagefright/
H A DMetaData.h192 int32_t left, int32_t top,
203 int32_t *left, int32_t *top,
/frameworks/av/include/media/stagefright/foundation/
H A DAMessage.h59 int32_t left, int32_t top, int32_t right, int32_t bottom);
74 int32_t *left, int32_t *top, int32_t *right, int32_t *bottom) const;
/frameworks/av/libvideoeditor/vss/src/
H A DVideoEditorResampler.cpp113 void LVAudiosetVolume(M4OSA_Context resamplerContext, M4OSA_Int16 left, M4OSA_Int16 right) { argument
117 context->mResampler->setVolume(left,right);
/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.java73 if (ev.isWithinBoundsNoHistory(mBounds.left, mBounds.top,
77 MotionEvent temp = ev.clampNoHistory(mBounds.left, mBounds.top,
91 * left or right of the screen, the return value is the width of the
110 * left or right of the screen, <var>size</var> is the width of the
/frameworks/base/core/java/android/widget/
H A DExpandableListView.java292 // the left & right bounds
295 indicatorRect.left = (mChildIndicatorLeft == CHILD_INDICATOR_INHERIT) ?
300 indicatorRect.left = mIndicatorLeft;
304 indicatorRect.left += mPaddingLeft;
310 if (indicatorRect.left != indicatorRect.right) {
1036 * @param left The left position (relative to the left bounds of this View)
1038 * @param right The right position (relative to the left bounds of this
1041 public void setChildIndicatorBounds(int left, in argument
1072 setIndicatorBounds(int left, int right) argument
[all...]
/frameworks/base/tests/BrowserTestPlugin/jni/event/
H A DEventPlugin.cpp74 clipR.left = clip.left;
/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/native/services/surfaceflinger/
H A DLayer.cpp232 crop.left += int(ceilf(float(winCrop.left) * xScale));
447 temp.active.crop.left,
454 temp.requested.crop.left,
461 front.active.crop.left,
468 front.requested.crop.left,
617 front.active.crop.left,
624 front.requested.crop.left,
/frameworks/base/media/java/android/media/videoeditor/
H A DMediaImageItem.java783 if ((start.left < 0) || (start.left > width) || (start.right < 0) || (start.right > width)
785 || (start.bottom > height) || (end.left < 0) || (end.left > width)
791 if (((width - (start.right - start.left) == 0) || (height - (start.bottom - start.top) == 0))
792 && ((width - (end.right - end.left) == 0) || (height - (end.bottom - end.top) == 0))) {
827 clipSettings.panZoomTopLeftXStart = (start.left * 1000) / width;
830 clipSettings.panZoomTopLeftXEnd = (end.left * 1000) / width;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DSettingsPanelView.java121 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
122 super.onLayout(changed, left, top, right, bottom);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
H A DTabletStatusBarView.java66 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
67 super.onLayout(changed, left, top, right, bottom);
/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;
167 int32_t *left, int32_t *top,
179 *left = r->mLeft;
79 setRect( uint32_t key, int32_t left, int32_t top, int32_t right, int32_t bottom) argument
165 findRect( uint32_t key, int32_t *left, int32_t *top, int32_t *right, int32_t *bottom) argument
/frameworks/av/services/audioflinger/
H A DAudioResampler.h52 virtual void setVolume(int16_t left, int16_t right);
H A DAudioResamplerCubic.h62 state left, right; member in class:android::AudioResamplerCubic
/frameworks/base/core/java/android/view/
H A DGLES20RenderLayer.java116 dirtyRect.left, dirtyRect.top, dirtyRect.right, dirtyRect.bottom);
/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.
223 canvas.translate(r.left, r.top);
H A DInsetDrawable.java172 padding.left += mInsetState.mInsetLeft;
223 r.left += mInsetState.mInsetLeft;
228 mInsetState.mDrawable.setBounds(r.left, r.top, r.right, r.bottom);
/frameworks/native/libs/ui/
H A DGraphicBufferMapper.cpp80 bounds.left, bounds.top, bounds.width(), bounds.height(),
/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/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");

Completed in 4083 milliseconds

1234567891011>>