Searched refs:bottom (Results 276 - 300 of 625) sorted by relevance

<<11121314151617181920>>

/frameworks/base/core/java/android/view/
H A DRoundScrollbarRenderer.java90 bounds.bottom);
H A DSurfaceControl.java489 crop.left, crop.top, crop.right, crop.bottom);
499 crop.left, crop.top, crop.right, crop.bottom);
668 layerStackRect.left, layerStackRect.top, layerStackRect.right, layerStackRect.bottom,
669 displayRect.left, displayRect.top, displayRect.right, displayRect.bottom);
738 * @param minLayer The lowest (bottom-most Z order) surface layer to
792 * @param minLayer The lowest (bottom-most Z order) surface layer to
H A DView.java346 * These methods return the coordinates of the right and bottom edges of the
378 * is expressed in pixels for the left, top, right and bottom parts of the view.
2513 * Flag indicating that the bottom scroll indicator should be displayed
2519 * Flag indicating that the bottom scroll indicator should be displayed
2592 * Scroll indicator direction for the bottom edge of the view.
3360 * to the bottom edge of this view.
3403 * The bottom padding in pixels, that is the distance in pixels between the
3404 * bottom edge of this view and the bottom edge of its content.
5275 && y <= bounds.bottom) {
11694 onLayoutChange(View v, int left, int top, int right, int bottom, int oldLeft, int oldTop, int oldRight, int oldBottom) argument
12565 setBottom(int bottom) argument
14074 postInvalidate(int left, int top, int right, int bottom) argument
14118 postInvalidateDelayed(long delayMilliseconds, int left, int top, int right, int bottom) argument
14169 postInvalidateOnAnimation(int left, int top, int right, int bottom) argument
17590 setOpticalFrame(int left, int top, int right, int bottom) argument
17677 onLayout(boolean changed, int left, int top, int right, int bottom) argument
17693 setFrame(int left, int top, int right, int bottom) argument
17759 setLeftTopRightBottom(int left, int top, int right, int bottom) argument
18746 setPadding(int left, int top, int right, int bottom) argument
18764 internalSetPadding(int left, int top, int right, int bottom) argument
18839 setPaddingRelative(int start, int top, int end, int bottom) argument
22814 int bottom; field in class:View.AttachInfo.InvalidateInfo
[all...]
/frameworks/base/core/java/android/view/animation/
H A DAnimation.java1015 * @param bottom
1021 public void getInvalidateRegion(int left, int top, int right, int bottom, argument
1027 invalidate.set(left, top, right, bottom);
1048 * @param bottom
1052 public void initializeInvalidateRegion(int left, int top, int right, int bottom) { argument
1054 region.set(left, top, right, bottom);
/frameworks/base/core/java/com/android/internal/app/procstats/
H A DSparseMappingTable.java578 int bottom = (int)(val&0x0ffffffffL);
580 out.writeInt(bottom);
600 int bottom = in.readInt();
601 array[i] = (((long)~val)<<32) | bottom;
/frameworks/base/core/tests/coretests/src/android/widget/espresso/
H A DTextViewActions.java376 visibleDisplayBounds.bottom -= 1;
389 visibleDisplayBounds.bottom), visibleDisplayBounds.top);
456 visibleDisplayBounds.bottom -= 1;
470 visibleDisplayBounds.bottom), visibleDisplayBounds.top);
/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/libs/hwui/
H A DLayerBuilder.cpp162 // right and bottom delta calculation reversed to account for direction
165 boundsDelta = opBounds.bottom - mBounds.bottom;
269 Vertex::set(currentVert++, rect.left, rect.bottom);
270 Vertex::set(currentVert++, rect.right, rect.bottom);
H A DRecordedOp.h334 float* left, float* top, float* right, float* bottom, float *rx, float *ry)
339 , bottom(bottom)
345 const float* bottom; member in struct:android::uirenderer::RoundRectPropsOp
333 RoundRectPropsOp(const Matrix4& localMatrix, const ClipBase* localClip, const SkPaint* paint, float* left, float* top, float* right, float* bottom, float *rx, float *ry) argument
/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 DStatusBarIconView.java295 final int th = r.bottom - r.top;
302 int dh = r.top + th + r.bottom;
306 mNumberY = h-r.bottom-((dh-r.top-th-r.bottom)/2);
/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/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]
395 rect.displayFrame.bottom
400 rect.sourceCrop.bottom = rect.sourceDim.height();
490 || ((uint32_t) rect.sourceCrop.bottom > rect.sourceDim.height())) {
497 || (rect.displayFrame.bottom > height)) {
555 testPrintE(" [left, top, right, bottom]");
564 testPrintE(" sourceCrop: [left, top, right, bottom]");
[all...]
H A DhwcStress.cpp445 layer->sourceCrop.bottom = layer->sourceCrop.top
451 layer->displayFrame.bottom = layer->displayFrame.top
464 int sourceHeight = layer->sourceCrop.bottom
470 layer->displayFrame.bottom = layer->displayFrame.top
/frameworks/native/services/surfaceflinger/
H A DDisplayDevice.cpp527 swap(viewport.right, viewport.bottom);
605 mViewport.left, mViewport.top, mViewport.right, mViewport.bottom,
606 mFrame.left, mFrame.top, mFrame.right, mFrame.bottom,
607 mScissor.left, mScissor.top, mScissor.right, mScissor.bottom,
H A DTransform.cpp204 vec2 lb( bounds.left, bounds.bottom );
205 vec2 rb( bounds.right, bounds.bottom );
216 r.bottom = ceilf(max(lt[1], rt[1], lb[1], rb[1]));
221 r.bottom = floorf(max(lt[1], rt[1], lb[1], rb[1]) + 0.5f);
H A DLayer.cpp488 float insetB = (winHeight - winCrop.bottom) * yScale;
493 crop.bottom -= insetB;
574 activeTransparentRegion.orSelf(Rect(0, activeCrop.bottom,
577 activeCrop.left, activeCrop.bottom));
579 s.active.w, activeCrop.bottom));
597 transformedFrame.right, transformedFrame.bottom,
608 sourceCrop.right, sourceCrop.bottom, to_string(error).c_str(),
1046 float bottom = float(win.bottom) / float(s.active.h); local
1052 texCoords[1] = vec2(left, 1.0f - bottom);
[all...]
/frameworks/native/services/surfaceflinger/RenderEngine/
H A DRenderEngine.h78 void setScissor(uint32_t left, uint32_t bottom, uint32_t right, uint32_t top);
/frameworks/support/design/src/android/support/design/internal/
H A DBaselineLayout.java84 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
H A DPhotoView.java309 e.getY()), mTranslateRect.bottom - heightBuffer);
722 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
723 super.onLayout(changed, left, top, right, bottom);
947 float minY = getHeight() * marginFit + mTranslateRect.bottom *
1014 float maxBottom = mAllowCrop ? mCropRect.bottom : getHeight();
1016 float b = mTranslateRect.bottom;
1021 translateY = Math.max(maxTop - mTranslateRect.bottom,
1077 float maxBottom = mAllowCrop ? mCropRect.bottom : getHeight();
1079 float b = mTranslateRect.bottom;
1083 // Image is shorter than view; translate to the bottom edg
[all...]
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DGridLayoutManager.java632 final int verticalInsets = decorInsets.top + decorInsets.bottom
656 int left = 0, right = 0, top = 0, bottom = 0;
659 bottom = layoutState.mOffset;
660 top = bottom - maxSize;
663 bottom = top + maxSize;
687 bottom = top + mOrientationHelper.getDecoratedMeasurementInOther(view);
691 layoutDecoratedWithMargins(view, left, top, right, bottom);
695 + (right - params.rightMargin) + ", b:" + (bottom - params.bottomMargin)
719 final int verticalInsets = decorInsets.top + decorInsets.bottom

Completed in 535 milliseconds

<<11121314151617181920>>