Searched refs:bottom (Results 251 - 275 of 611) sorted by relevance

<<11121314151617181920>>

/frameworks/base/core/java/android/service/wallpaper/
H A DWallpaperService.java673 mLayout.surfaceInsets.bottom += mOutsets.bottom;
692 h += padding.top + padding.bottom + mOutsets.top + mOutsets.bottom;
696 mOverscanInsets.bottom += padding.bottom;
700 mContentInsets.bottom += padding.bottom;
704 mStableInsets.bottom += padding.bottom;
[all...]
/frameworks/base/core/java/android/widget/
H A DAbsSpinner.java177 mSpinnerPadding.bottom = mPaddingBottom > mSelectionBottomPadding ? mPaddingBottom
212 preferredHeight = getChildHeight(view) + mSpinnerPadding.top + mSpinnerPadding.bottom;
221 preferredHeight = mSpinnerPadding.top + mSpinnerPadding.bottom;
H A DCompoundButton.java420 final int bottom = top + drawableHeight;
424 buttonDrawable.setBounds(left, top, right, bottom);
428 background.setHotspotBounds(left, top, right, bottom);
/frameworks/base/graphics/java/android/graphics/drawable/
H A DInsetDrawable.java182 padding.bottom += mState.mInsetBottom;
195 contentInsets.bottom + mState.mInsetBottom);
217 r.bottom -= mState.mInsetBottom;
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSContainer.java101 // Since we control our own bottom, be whatever size we want.
120 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
121 super.onLayout(changed, left, top, right, bottom);
255 mQsBounds.bottom = mQSPanel.getHeight();
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/misc/
H A DUtilities.java168 r.bottom *= scale;
238 (int) taskViewRect.right, (int) taskViewRect.bottom);
323 return r.left + "," + r.top + "-" + r.right + "," + r.bottom;
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DFakeShadowDrawable.java201 canvas.translate(mCardBounds.right - inset, mCardBounds.bottom - inset);
212 canvas.translate(mCardBounds.left + inset, mCardBounds.bottom - inset);
259 // When drawing bottom edge shadow, we use that extra space.
268 // We could have different top-bottom offsets to avoid extra gap above but in that case
272 bounds.right - mMaxShadowSize, bounds.bottom - verticalOffset);
/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
H A DCropView.java112 edgesOut.bottom = bottomEdge;
303 } else if (edges.bottom < getHeight()) {
304 adjustment[1] = (edges.bottom - getHeight()) / scale;
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DMultiProducerActivity.java46 // The Gap between the content and the frame which should get filled on the right and bottom
77 // Note: We reduce the size by CONTENT_GAP pixels on right and bottom, so that they get
206 currentFrameBounds.right, currentFrameBounds.bottom);
228 currentBackBounds.right, currentBackBounds.bottom);
288 rect.right - BORDER_WIDTH / 2, rect.bottom - BORDER_WIDTH / 2);
/frameworks/support/v7/cardview/eclair-mr1/android/support/v7/widget/
H A DRoundRectDrawableWithShadow.java269 canvas.translate(mCardBounds.right - inset, mCardBounds.bottom - inset);
280 canvas.translate(mCardBounds.left + inset, mCardBounds.bottom - inset);
326 // When drawing bottom edge shadow, we use that extra space.
336 // We could have different top-bottom offsets to avoid extra gap above but in that case
340 bounds.right - mRawMaxShadowSize, bounds.bottom - verticalOffset);
/frameworks/av/media/img_utils/include/img_utils/
H A DDngUtils.h96 uint32_t bottom,
158 * badRectCount - number of (top, left, bottom, right) tuples are given in
/frameworks/av/media/libstagefright/foundation/
H A DMetaData.cpp83 int32_t right, int32_t bottom) {
88 r.mBottom = bottom;
172 int32_t *right, int32_t *bottom) {
186 *bottom = r->mBottom;
80 setRect( uint32_t key, int32_t left, int32_t top, int32_t right, int32_t bottom) argument
169 findRect( uint32_t key, int32_t *left, int32_t *top, int32_t *right, int32_t *bottom) argument
/frameworks/base/core/java/android/view/
H A DNotificationHeaderView.java190 int bottom = top + childHeight;
206 child.layout(layoutLeft, top, layoutRight, bottom);
336 r.bottom = (int) (32 * getResources().getDisplayMetrics().density);
357 r.bottom = (int) (r.top + size);
H A DSurfaceControl.java477 crop.left, crop.top, crop.right, crop.bottom);
487 crop.left, crop.top, crop.right, crop.bottom);
639 layerStackRect.left, layerStackRect.top, layerStackRect.right, layerStackRect.bottom,
640 displayRect.left, displayRect.top, displayRect.right, displayRect.bottom);
709 * @param minLayer The lowest (bottom-most Z order) surface layer to
763 * @param minLayer The lowest (bottom-most Z order) surface layer to
/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/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationStackScrollLayout.java179 * The raw amount of the overScroll on the bottom, which is not rubber-banded.
415 canvas.drawRect(0, mCurrentBounds.top, getWidth(), mCurrentBounds.bottom, mBackgroundPaint);
908 float bottom = childTop + slidingChild.getActualHeight();
910 float dist = Math.min(Math.abs(top - localTouchY), Math.abs(bottom - localTouchY));
937 float bottom = childTop + slidingChild.getActualHeight();
944 if (touchY >= top && touchY <= bottom && touchX >= left && touchX <= right) {
1061 * @return the scroll necessary to make the bottom edge of {@param v} align with the top of
1481 final int bottom = maxOverScrollY + scrollRangeY;
1484 if (newScrollY > bottom) {
1485 newScrollY = bottom;
1916 setBackgroundBottom(int bottom) argument
[all...]

Completed in 3169 milliseconds

<<11121314151617181920>>