Searched refs:bottom (Results 201 - 225 of 473) sorted by relevance

1234567891011>>

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DFakeShadowDrawable.java200 canvas.translate(mCardBounds.right - inset, mCardBounds.bottom - inset);
211 canvas.translate(mCardBounds.left + inset, mCardBounds.bottom - inset);
258 // When drawing bottom edge shadow, we use that extra space.
267 // We could have different top-bottom offsets to avoid extra gap above but in that case
271 bounds.right - mMaxShadowSize, bounds.bottom - verticalOffset);
H A DTaskStackView.java275 mLayoutAlgorithm.mViewRect.bottom);
623 taskStackBounds.bottom -= mConfig.systemInsets.bottom;
649 mLayoutAlgorithm.mTaskRect.height() + mTmpRect.top + mTmpRect.bottom,
662 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
675 mLayoutAlgorithm.mTaskRect.bottom + mTmpRect.bottom);
686 int offscreenY = mLayoutAlgorithm.mViewRect.bottom -
809 ctx.offscreenTranslationY = mLayoutAlgorithm.mViewRect.bottom -
/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
H A DCropView.java113 edgesOut.bottom = bottomEdge;
304 } else if (edges.bottom < getHeight()) {
305 adjustment[1] = (edges.bottom - getHeight()) / scale;
/frameworks/base/tools/aapt/
H A DImages.cpp391 // Look for bottom tick
463 // find top and bottom extent of nine patch content on center column
507 png_bytepp rows, int left, int top, int right, int bottom)
511 if (left > right || top > bottom) {
515 while (top <= bottom) {
557 int left, right, top, bottom; local
563 image->height, &top, &bottom);
565 // hpatch, vpatch, left, top, right, bottom);
566 const uint32_t c = get_color(image->rows, left, top, right, bottom);
567 NOISY(printf("Color in (%d,%d)-(%d,%d): #%08x\n", left, top, right, bottom,
506 get_color( png_bytepp rows, int left, int top, int right, int bottom) argument
592 int bottom; local
[all...]
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DAbsSpinnerCompat.java162 mSpinnerPadding.bottom = paddingBottom > mSelectionBottomPadding ? paddingBottom
193 preferredHeight = getChildHeight(view) + mSpinnerPadding.top + mSpinnerPadding.bottom;
202 preferredHeight = mSpinnerPadding.top + mSpinnerPadding.bottom;
/frameworks/support/v7/cardview/eclair-mr1/android/support/v7/widget/
H A DRoundRectDrawableWithShadow.java235 canvas.translate(mCardBounds.right - inset, mCardBounds.bottom - inset);
246 canvas.translate(mCardBounds.left + inset, mCardBounds.bottom - inset);
292 // When drawing bottom edge shadow, we use that extra space.
302 // We could have different top-bottom offsets to avoid extra gap above but in that case
306 bounds.right - mRawMaxShadowSize, bounds.bottom - verticalOffset);
/frameworks/base/core/java/android/view/animation/
H A DAnimation.java1003 * @param bottom
1009 public void getInvalidateRegion(int left, int top, int right, int bottom, argument
1015 invalidate.set(left, top, right, bottom);
1036 * @param bottom
1040 public void initializeInvalidateRegion(int left, int top, int right, int bottom) { argument
1042 region.set(left, top, right, bottom);
H A DTransformation.java163 setClipRect(r.left, r.top, r.right, r.bottom);
/frameworks/base/core/tests/coretests/src/android/widget/scroll/arrowscroll/
H A DButtonsWithTallTextViewInBetweenTest.java63 return mTempRect.bottom;
71 assertTrue("bottom button should be further than max scroll amount off screen",
105 assertEquals("should be fully scrolled to bottom",
123 assertEquals("should be fully scrolled to bottom",
134 assertTrue("bottom button should be off screen",
137 assertFalse("bottom button should have lost focus",
H A DShortButtonsTest.java67 assertEquals("should be fully scrolled to bottom",
105 return mTempRect.bottom >= mScrollView.getScrollY()
/frameworks/base/graphics/java/android/graphics/
H A DYuvImage.java224 rect.bottom = rect.top + height;
/frameworks/base/opengl/java/android/opengl/
H A DGLES11Ext.java347 // C function void glFrustumxOES ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar )
352 int bottom,
578 // C function void glOrthoxOES ( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar )
583 int bottom,
946 // C function void glFrustumfOES ( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar )
951 float bottom,
957 // C function void glOrthofOES ( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar )
962 float bottom,
349 glFrustumxOES( int left, int right, int bottom, int top, int zNear, int zFar ) argument
580 glOrthoxOES( int left, int right, int bottom, int top, int zNear, int zFar ) argument
948 glFrustumfOES( float left, float right, float bottom, float top, float zNear, float zFar ) argument
959 glOrthofOES( float left, float right, float bottom, float top, float zNear, float zFar ) argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DDismissViewButton.java122 outRect.bottom += translationY;
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DStatsFilter.java115 float top, float right, float bottom, float[] statsArray);
114 regionscore(ByteBuffer imageBuffer, int width, int height, float left, float top, float right, float bottom, float[] statsArray) argument
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DBitmapFactory_Delegate.java87 padding.bottom = paddingArray[3];
/frameworks/base/tools/layoutlib/bridge/src/android/webkit/
H A DWebView.java143 public boolean pageDown(boolean bottom) { argument
/frameworks/native/opengl/libagl/
H A Dmatrix.cpp812 GLfloat bottom, GLfloat top,
817 cmpf(top, bottom) ||
826 const GLfloat r_height = reciprocalf(top - bottom);
831 const GLfloat B = (top + bottom) * r_height;
854 GLfloat bottom, GLfloat top,
859 cmpf(top, bottom) ||
866 const GLfloat r_height = reciprocalf(top - bottom);
872 const GLfloat ty = -(top + bottom) * r_height;
996 GLfloat bottom, GLfloat top,
1000 frustumf(left, right, bottom, to
810 frustumf( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar, ogles_context_t* c) argument
852 orthof( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar, ogles_context_t* c) argument
994 glFrustumf( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar) argument
1003 glFrustumx( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar) argument
1015 glOrthof( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar) argument
1024 glOrthox( GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar) argument
[all...]
/frameworks/native/opengl/tests/hwc/
H A DhwcRects.cpp37 * [left, top, right, bottom]
45 * sourceCrop: [left, top, right, bottom]
70 * specified as follows, with the right and bottom coordinates being
73 * [left, top, right, bottom]
397 rect.displayFrame.bottom
402 rect.sourceCrop.bottom = rect.sourceDim.height();
492 || ((uint32_t) rect.sourceCrop.bottom > rect.sourceDim.height())) {
499 || (rect.displayFrame.bottom > height)) {
557 testPrintE(" [left, top, right, bottom]");
566 testPrintE(" sourceCrop: [left, top, right, bottom]");
[all...]
H A DhwcStress.cpp444 layer->sourceCrop.bottom = layer->sourceCrop.top
450 layer->displayFrame.bottom = layer->displayFrame.top
463 int sourceHeight = layer->sourceCrop.bottom
469 layer->displayFrame.bottom = layer->displayFrame.top
/frameworks/native/services/surfaceflinger/
H A DDisplayDevice.cpp450 swap(viewport.right, viewport.bottom);
506 mViewport.left, mViewport.top, mViewport.right, mViewport.bottom,
507 mFrame.left, mFrame.top, mFrame.right, mFrame.bottom,
508 mScissor.left, mScissor.top, mScissor.right, mScissor.bottom,
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DRenderEngine.h76 void setScissor(uint32_t left, uint32_t bottom, uint32_t right, uint32_t top);
/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
H A DPhotoView.java307 e.getY()), mTranslateRect.bottom - heightBuffer);
404 float minY = getHeight() * marginFit + mTranslateRect.bottom * relativeDistance;
751 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
752 super.onLayout(changed, left, top, right, bottom);
996 float maxBottom = mAllowCrop ? mCropRect.bottom : getHeight();
998 float b = mTranslateRect.bottom;
1004 translateY = Math.max(maxTop - mTranslateRect.bottom,
1060 float maxBottom = mAllowCrop ? mCropRect.bottom : getHeight();
1062 float b = mTranslateRect.bottom;
1066 // Image is shorter than view; translate to the bottom edg
[all...]
/frameworks/rs/scriptc/
H A Drs_graphics.rsh394 * Any of left, right, top, bottom could be NULL
397 rsgMeasureText(const char *, int *left, int *right, int *top, int *bottom);
402 rsgMeasureText(rs_allocation, int *left, int *right, int *top, int *bottom);
H A Drs_matrix.rsh343 * identified by the six clipping planes <em>left, right, bottom, top,
355 * @param bottom
361 rsMatrixLoadOrtho(rs_matrix4x4 *m, float left, float right, float bottom, float top, float near, float far);
367 * identified by the six clipping planes <em>left, right, bottom, top,
376 * @param bottom
382 rsMatrixLoadFrustum(rs_matrix4x4 *m, float left, float right, float bottom, float top, float near, float far);
/frameworks/support/v7/cardview/api21/android/support/v7/widget/
H A DRoundRectDrawable.java78 mBoundsF.set(bounds.left, bounds.top, bounds.right, bounds.bottom);

Completed in 688 milliseconds

1234567891011>>