Searched refs:right (Results 226 - 250 of 328) sorted by relevance

1234567891011>>

/frameworks/base/core/java/android/widget/
H A DZoomButtonsController.java634 if (containerCoordsX >= frame.left && containerCoordsX <= frame.right) {
638 Math.abs(containerCoordsX - frame.right));
H A DCalendarView.java1538 // The right edge of the selected day
1720 mTempRect.right = mSelectedLeft - 2;
1723 mTempRect.right = mSelectedLeft - 2;
1729 mTempRect.right = mShowWeekNumber ? mWidth - mWidth / mNumCells : mWidth;
1732 mTempRect.right = mWidth;
H A DPopupWindow.java1159 final int displayFrameWidth = displayFrame.right - displayFrame.left;
1161 int right = p.x + p.width;
1162 if (right > displayFrameWidth) {
1163 p.x -= right - displayFrameWidth;
H A DGridLayout.java124 * GridLayout's algorithms favour rows and columns that are closer to its <em>right</em>
184 * {@link android.view.View#getRight() right} properties.
850 getMargin1(c, true, false) - insets.right,
1019 return result - (horizontal ? insets.left + insets.right : insets.top + insets.bottom);
1057 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
1060 int targetWidth = right - left;
1132 width += (insets.left + insets.right);
1875 int left, int top, int right, int bottom,
1878 setMargins(left, top, right, bottom);
2619 * Indicates that a view should be aligned with the <em>right</e
1873 LayoutParams( int width, int height, int left, int top, int right, int bottom, Spec rowSpec, Spec columnSpec) argument
[all...]
H A DNumberPicker.java720 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
722 super.onLayout(changed, left, top, right, bottom);
2424 String text, int left, int top, int right, int bottom) {
2435 boundsInParent.set(left, top, right, bottom);
2458 int right, int bottom) {
2480 boundsInParent.set(left, top, right, bottom);
2423 createAccessibilityNodeInfoForVirtualButton(int virtualViewId, String text, int left, int top, int right, int bottom) argument
2457 createAccessibilityNodeInfoForNumberPicker(int left, int top, int right, int bottom) argument
/frameworks/base/graphics/java/android/renderscript/
H A DMatrix4f.java224 * @param rhs right hand side matrix
250 * @param r location of the right vertical clipping plane
268 * with the right and bottom clipping planes set to the given
272 * @param w location of the right vertical clipping plane
284 * @param r location of the right vertical clipping plane
315 float right = top * aspect;
316 loadFrustum(left, right, bottom, top, near, far);
355 * @param rhs right hand side to multiply by
/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);
H A Dgl.h601 GL_API void GL_APIENTRY glFrustumf (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
619 GL_API void GL_APIENTRY glOrthof (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
671 GL_API void GL_APIENTRY glFrustumx (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
707 GL_API void GL_APIENTRY glOrthox (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed 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.java224 * @param rhs right hand side matrix
250 * @param r location of the right vertical clipping plane
268 * with the right and bottom clipping planes set to the given
272 * @param w location of the right vertical clipping plane
284 * @param r location of the right vertical clipping plane
315 float right = top * aspect;
316 loadFrustum(left, right, bottom, top, near, far);
355 * @param rhs right hand side to multiply by
/frameworks/wilhelm/tests/automated/
H A DBufferQueue_test.cpp39 short right; member in struct:__anon1690
143 stereoBuffer1[nframes - 1 - i].right = 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.java175 (int) Math.ceil(childBounds.right),
180 + "," + (int) Math.ceil(childBounds.right)
/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.c55 * Info 702: Shift right of signed quantity (int)
2137 i32 right)
2156 (overfilling some pels on left and/or right edge).
2161 right amount of pixels to overfill on right-edge
2172 i32 right)
2189 if (right)
2192 for ( ; right; right--)
2236 i32 left, x, right; local
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
[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
/frameworks/base/graphics/java/android/graphics/drawable/
H A DScaleDrawable.java228 mScaleState.mDrawable.setBounds(r.left, r.top, r.right, r.bottom);
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Dgl.h512 GLAPI void APIENTRY glFrustumf (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
513 GLAPI void APIENTRY glFrustumx (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
545 GLAPI void APIENTRY glOrthof (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
546 GLAPI void APIENTRY glOrthox (GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar);
/frameworks/rs/driver/
H A DrsdRuntimeStubs.cpp379 int32_t *left, int32_t *right, int32_t *top, int32_t *bottom) {
381 rsrMeasureTextAlloc(rsc, sc, a, left, right, top, bottom);
385 int32_t *left, int32_t *right, int32_t *top, int32_t *bottom) {
387 rsrMeasureText(rsc, sc, text, left, right, top, bottom);
378 SC_MeasureTextAlloc(Allocation *a, int32_t *left, int32_t *right, int32_t *top, int32_t *bottom) argument
384 SC_MeasureText(const char *text, int32_t *left, int32_t *right, int32_t *top, int32_t *bottom) argument
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DGLFrame.java283 setNativeViewport(rect.left, rect.top, rect.right - rect.left, rect.bottom - rect.top);
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java429 // C function void glFrustumf ( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar )
433 float right,
440 // C function void glFrustumx ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar )
444 int right,
799 // C function void glOrthof ( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar )
803 float right,
810 // C function void glOrthox ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar )
814 int right,
431 glFrustumf( float left, float right, float bottom, float top, float zNear, float zFar ) argument
442 glFrustumx( int left, int right, int bottom, int top, int zNear, int zFar ) argument
801 glOrthof( float left, float right, float bottom, float top, float zNear, float zFar ) argument
812 glOrthox( int left, int right, int bottom, int top, int zNear, int zFar ) argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DKeyButtonView.java118 mRect.right = w;
/frameworks/native/libs/gui/tests/
H A DSurfaceTexture_test.cpp253 if (abs(r1.right - r2.right) > tolerance) {
257 msg += String8::format("right(%d isn't %d)", r1.right, r2.right);
267 r1.left, r1.top, r1.right, r1.bottom,
268 r2.left, r2.top, r2.right, r2.bottom);
626 bool inside = rect.left <= x && x < rect.right &&
630 bool inside = rect.left <= 2*x && 2*x < rect.right &&
802 crop.left, crop.top, crop.right, cro
[all...]

Completed in 3845 milliseconds

1234567891011>>