Searched refs:right (Results 351 - 375 of 501) sorted by relevance

<<11121314151617181920>>

/frameworks/base/core/java/android/webkit/
H A DWebViewProvider.java338 public boolean setFrame(int left, int top, int right, int bottom); argument
/frameworks/base/core/java/android/widget/
H A DCalendarViewLegacyDelegate.java1196 // The right edge of the selected day
1378 mTempRect.right = mSelectedLeft - 2;
1381 mTempRect.right = mSelectedLeft - 2;
1387 mTempRect.right = mShowWeekNumber ? mWidth - mWidth / mNumCells : mWidth;
1390 mTempRect.right = mWidth;
H A DPopupWindow.java1238 // Flip the location to align the right sides of the popup and
1290 final int displayFrameWidth = displayFrame.right - displayFrame.left;
1291 final int right = p.x + p.width;
1292 if (right > displayFrameWidth) {
1293 p.x -= right - displayFrameWidth;
/frameworks/base/core/java/com/android/internal/widget/
H A DLockPatternView.java778 float right = Math.max(lastCellCenterX, x) + radius;
790 right = Math.max(hitCellCenterX + width, right);
797 Math.round(right), Math.round(bottom));
H A DResolverDrawerLayout.java505 final float right = left + child.getWidth();
507 return x >= left && y >= top && x < right && y < bottom;
714 final int right = left + childWidth;
716 child.layout(left, top, right, bottom);
/frameworks/base/core/jni/android/graphics/pdf/
H A DPdfRenderer.cpp199 clip.right = destRight;
/frameworks/base/graphics/java/android/graphics/pdf/
H A DPdfEditor.java132 clip.left, clip.top, clip.right, clip.bottom);
/frameworks/base/libs/hwui/
H A DMatrix.h133 void loadOrtho(float left, float right, float bottom, float top, float near, float far);
/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/recent/
H A DRecentsPanelView.java102 public void drawFadedEdges(Canvas c, int left, int right, int top, int bottom); argument
803 int right = left + getRight() - getLeft() - getPaddingRight() - paddingLeft;
808 right += getRightPaddingOffset();
811 mRecentsContainer.drawFadedEdges(canvas, left, right, top, bottom);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskStackView.java646 mLayoutAlgorithm.mTaskRect.width() + mTmpRect.left + mTmpRect.right,
657 * This is called with the size of the space not including the top or right insets, or the
662 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
674 mLayoutAlgorithm.mTaskRect.right + mTmpRect.right,
/frameworks/base/tests/WallpaperTest/src/com/example/wallpapertest/
H A DMainActivity.java149 padding.right = loadIntText(mPaddingRightView);
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DPaint_Delegate.java608 return bounds.right - bounds.left;
647 float res = bounds.right - bounds.left;
878 // since none of those are supported, display a fidelity warning right away
911 // since none of those are supported, display a fidelity warning right away
974 return ((int) (bounds.right - bounds.left));
1011 return bounds.right - bounds.left;
/frameworks/base/tools/layoutlib/bridge/src/android/view/
H A DIWindowManagerImpl.java98 public void setOverscan(int displayId, int left, int top, int right, int bottom) argument
/frameworks/native/libs/gui/
H A DBufferQueueCore.cpp91 current->mCrop.left, current->mCrop.top, current->mCrop.right,
H A DGLConsumer.cpp890 outCrop.right += dw;
900 outCrop.right,outCrop.bottom);
1029 mCurrentCrop.top, mCurrentCrop.right, mCurrentCrop.bottom,
1120 EGL_IMAGE_CROP_RIGHT_ANDROID, crop.right,
/frameworks/native/opengl/include/GLES/
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/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/native/services/surfaceflinger/RenderEngine/
H A DGLES11RenderEngine.cpp85 size_t r = sourceCrop.right;
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DHeadersFragment.java111 public void onLayoutChange(View v, int left, int top, int right, int bottom,
H A DHeadersSupportFragment.java113 public void onLayoutChange(View v, int left, int top, int right, int bottom,
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DAbstractDetailsDescriptionPresenter.java82 public void onLayoutChange(View v, int left, int top, int right,
/frameworks/base/media/java/android/media/tv/
H A DTvInputManager.java312 * @param right Right position.
317 public void onLayoutSurface(Session session, int left, int top, int right, int bottom) { argument
435 void postLayoutSurface(final int left, final int top, final int right, argument
440 mSessionCallback.onLayoutSurface(mSession, left, top, right, bottom);
699 public void onLayoutSurface(int left, int top, int right, int bottom, int seq) {
706 record.postLayoutSurface(left, top, right, bottom);
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DLinearLayoutCompat.java899 // FIXME: this may not be right for something like wrapping text?
1322 // FIXME: this may not be right for something like wrapping text?
1418 * @param right
1421 void layoutVertical(int left, int top, int right, int bottom) { argument
1427 // Where right end of child should go
1428 final int width = right - left;
1513 * @param right
1516 void layoutHorizontal(int left, int top, int right, int bottom) { argument
1544 childLeft = getPaddingLeft() + right - left - mTotalLength;
1549 childLeft = getPaddingLeft() + (right
[all...]

Completed in 636 milliseconds

<<11121314151617181920>>