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

<<1112131415

/frameworks/base/core/java/android/view/
H A DSurfaceView.java291 protected boolean setFrame(int left, int top, int right, int bottom) { argument
292 boolean result = super.setFrame(left, top, right, bottom);
449 + " left=" + (mLeft != mLocation[0])
519 mSurfaceFrame.left = 0;
/frameworks/base/core/java/android/widget/
H A DListPopupWindow.java459 mDropDownWidth = mTempRect.left + mTempRect.right + width;
1110 (mTempRect.left + mTempRect.right),
1116 (mTempRect.left + mTempRect.right),
H A DLinearLayout.java393 void drawVerticalDivider(Canvas canvas, int left) { argument
394 mDivider.setBounds(left, getPaddingTop() + mDividerPadding,
395 left + mDividerWidth, getHeight() - getPaddingBottom() - mDividerPadding);
1662 private void setChildFrame(View child, int left, int top, int width, int height) { argument
1663 child.layout(left, top, left + width, top + height);
H A DGridLayout.java182 * {@link android.view.View#getLeft() left},
848 getMargin1(c, true, true) - insets.left,
1019 return result - (horizontal ? insets.left + insets.right : insets.top + insets.bottom);
1053 This method is then left with the simpler task of applying margins, gravity
1057 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
1060 int targetWidth = right - left;
1130 cx -= insets.left;
1132 width += (insets.left + insets.right);
1875 int left, int top, int right, int bottom,
1878 setMargins(left, to
1873 LayoutParams( int width, int height, int left, int top, int right, int bottom, Spec rowSpec, Spec columnSpec) argument
[all...]
H A DZoomButtonsController.java464 // lp.x and lp.y should be relative to the owner's window top-left
634 if (containerCoordsX >= frame.left && containerCoordsX <= frame.right) {
637 distanceX = Math.min(Math.abs(frame.left - containerCoordsX),
H A DEditor.java761 * in the view. Returns false when the position is in the empty space of left/right of text.
1214 ims.mCursorRectInWindow.set((int)(ims.mTmpRectF.left + 0.5),
1220 ims.mCursorRectInWindow.left, ims.mCursorRectInWindow.top,
1302 int left = 0;
1311 left = (int) min;
1318 hardwareCanvas.setViewport(right - left, bottom - top);
1322 // this range of text back to the top left corner of the viewport
1323 hardwareCanvas.translate(-left, -top);
1329 blockDisplayList.setLeftTopRightBottom(left, top, right, bottom);
1625 final int left
[all...]
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.h106 void setVolume(float left, float right);
207 void setVolume(float left, float right) {} argument
/frameworks/av/media/libstagefright/yuv/
H A DYUVImage.cpp202 int32_t srcStartX = srcRect.left;
284 int32_t srcStartX = srcRect.left;
/frameworks/av/services/audioflinger/
H A DAudioResampler.cpp253 void AudioResampler::setVolume(int16_t left, int16_t right) {
255 mVolume[0] = left;
506 * vl, vr : left and right gain
617 * vl, vr : left and right gain
/frameworks/base/core/java/android/view/animation/
H A DAnimationSet.java337 public void initializeInvalidateRegion(int left, int top, int right, int bottom) { argument
339 region.set(left, top, right, bottom);
/frameworks/base/graphics/java/android/renderscript/
H A DMatrix4f.java223 * @param lhs left hand side matrix
249 * @param l location of the left vertical clipping plane
283 * @param l location of the left vertical clipping plane
314 float left = bottom * aspect;
316 loadFrustum(left, right, bottom, top, near, far);
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DKeyguardWidgetFrame.java491 void setOverScrollAmount(float r, boolean left) { argument
494 mForegroundGradient = left ? mLeftToRightGradient : mRightToLeftGradient;
H A DPagedView.java172 // If true, modify alpha of neighboring pages as user scrolls left/right
684 // of the left/right gap and use that as the gap between each page.
707 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
1025 mTmpRect.set(mViewport.left - mViewport.width() / 2, mViewport.top,
1382 int leftBufferEdge = (int) (mapPointFromViewToParent(this, mViewport.left, 0)[0]
1507 // move to the left and fling to the right will register as a fling to the right.
1676 int left;
1679 left = getRelativeChildOffset(i);
1680 right = (left + getScaledMeasuredWidth(getPageAt(i)));
1681 if (left <
[all...]
/frameworks/native/opengl/include/GLES/
H A Dglext.h626 GL_API void GL_APIENTRY glFrustumxOES (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
644 GL_API void GL_APIENTRY glOrthoxOES (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
666 typedef void (GL_APIENTRYP PFNGLFRUSTUMXOESPROC) (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
684 typedef void (GL_APIENTRYP PFNGLORTHOXOESPROC) (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
793 GL_API void GL_APIENTRY glFrustumfOES (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
794 GL_API void GL_APIENTRY glOrthofOES (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
800 typedef void (GL_APIENTRYP PFNGLFRUSTUMFOESPROC) (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
801 typedef void (GL_APIENTRYP PFNGLORTHOFOESPROC) (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_api.h298 void GLTrace_glFrustumf(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
313 void GLTrace_glOrthof(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
335 void GLTrace_glFrustumx(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
359 void GLTrace_glOrthox(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
402 void GLTrace_glFrustumxOES(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
420 void GLTrace_glOrthoxOES(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
454 void GLTrace_glFrustumfOES(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
455 void GLTrace_glOrthofOES(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
/frameworks/support/renderscript/v8/java/src/android/support/v8/renderscript/
H A DMatrix4f.java223 * @param lhs left hand side matrix
249 * @param l location of the left vertical clipping plane
283 * @param l location of the left vertical clipping plane
314 float left = bottom * aspect;
316 loadFrustum(left, right, bottom, top, near, far);
/frameworks/wilhelm/tests/automated/
H A DBufferQueue_test.cpp38 short left; member in struct:__anon1690
142 stereoBuffer1[i].left = pcm;
/frameworks/base/opengl/java/android/opengl/
H A DGLErrorWrapper.java333 public void glFrustumf(float left, float right, float bottom, float top, argument
336 mgl.glFrustumf(left, right, bottom, top, near, far);
340 public void glFrustumx(int left, int right, int bottom, int top, int near, argument
343 mgl.glFrustumx(left, right, bottom, top, near, far);
607 public void glOrthof(float left, float right, float bottom, float top, argument
610 mgl.glOrthof(left, right, bottom, top, near, far);
614 public void glOrthox(int left, int right, int bottom, int top, int near, argument
617 mgl.glOrthox(left, right, bottom, top, near, far);
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSwipeHelper.java173 view.invalidate((int) Math.floor(childBounds.left),
178 Log.v(TAG, "INVALIDATE(" + (int) Math.floor(childBounds.left)
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPanelView.java424 protected void onLayout (boolean changed, int left, int top, int right, int bottom) { argument
426 super.onLayout(changed, left, top, right, bottom);
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_reconstruct.c54 * Info 701: Shift left of signed quantity (int)
95 pRef pointer to reference frame Cb top-left corner
2135 i32 left,
2156 (overfilling some pels on left and/or right edge).
2159 left amount of pixels to overfill on left-edge
2170 i32 left,
2179 if (left)
2182 for ( ; left; left
2132 FillRow1( u8 *ref, u8 *fill, i32 left, i32 center, i32 right) argument
2167 h264bsdFillRow7( u8 *ref, u8 *fill, i32 left, i32 center, i32 right) argument
2236 i32 left, x, right; local
[all...]
/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorPlayer.h64 void setVolume(float left, float right);
/frameworks/base/core/java/android/webkit/
H A DWebView.java1781 public boolean super_setFrame(int left, int top, int right, int bottom) { argument
1782 return WebView.super.setFrame(left, top, right, bottom);
2092 protected boolean setFrame(int left, int top, int right, int bottom) { argument
2093 return mProvider.getViewDelegate().setFrame(left, top, right, bottom);
H A DWebViewProvider.java319 public boolean setFrame(int left, int top, int right, int bottom); argument
H A DZoomManager.java709 int left = mWebView.getBlockLeftEdge(mAnchorX, mAnchorY, readingScale);
710 if (left != WebViewClassic.NO_LEFTEDGE) {
711 // add a 5pt padding to the left edge.
712 int viewLeft = mWebView.contentToViewX(left < 5 ? 0 : (left - 5))
715 // on the left edge.
922 // reset zoom and anchor to the top left corner of the screen
1109 * zoom levels to the state they were when you left the page). This method

Completed in 538 milliseconds

<<1112131415