/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | FixedSizeDrawable.java | 30 int mBottom; field in FixedSizeDrawable 40 mBottom = b; in setFixedBounds() 44 mDrawable.setBounds(mLeft, mTop, mRight, mBottom); in setBounds() 48 mDrawable.setBounds(mLeft, mTop, mRight, mBottom); in setBounds()
|
/frameworks/base/core/tests/coretests/src/android/widget/layout/table/ |
D | VerticalGravityTest.java | 38 private View mBottom; field in VerticalGravityTest 54 mBottom = activity.findViewById(R.id.cell_bottom); in setUp() 64 assertNotNull(mBottom); in testSetUpConditions() 80 ViewAsserts.assertBottomAligned(mReference3, mBottom); in testBottomGravity()
|
/frameworks/base/core/java/android/widget/ |
D | RelativeLayout.java | 402 height = Math.max(height, params.mBottom); in onMeasure() 412 bottom = Math.max(bottom, params.mBottom + params.bottomMargin); in onMeasure() 431 bottom = Math.max(bottom, params.mBottom + params.bottomMargin); in onMeasure() 490 params.mBottom = params.mTop + childHeight; in onMeasure() 520 params.mBottom += verticalOffset; in onMeasure() 542 int height = params.mBottom - params.mTop; in alignBaseline() 544 params.mBottom = params.mTop + height; in alignBaseline() 575 params.mBottom, params.height, in measureChild() 710 if (params.mTop < 0 && params.mBottom >= 0) { in positionChildVertical() 712 params.mTop = params.mBottom - child.getMeasuredHeight(); in positionChildVertical() [all …]
|
D | SlidingDrawer.java | 444 (!mExpanded && top > mBottomOffset + mBottom - mTop - in onTouchEvent() 568 handle.offsetTopAndBottom(mBottomOffset + mBottom - mTop - in moveHandle() 576 } else if (deltaY > mBottomOffset + mBottom - mTop - mHandleHeight - top) { in moveHandle() 577 deltaY = mBottomOffset + mBottom - mTop - mHandleHeight - top; in moveHandle() 637 int height = mBottom - mTop - childHeight - mTopOffset; in prepareContent() 646 MeasureSpec.makeMeasureSpec(mBottom - mTop, MeasureSpec.EXACTLY)); in prepareContent()
|
D | ListView.java | 189 return (int) (MAX_SCROLL_FACTOR * (mBottom - mTop)); in getMaxScrollAmount() 664 int end = (mBottom - mTop); in fillDown() 1375 final int end = (mBottom - mTop) - mListPadding.bottom; in correctTooHigh() 1426 final int end = (mBottom - mTop) - mListPadding.bottom; in correctTooLow() 1480 int childrenBottom = mBottom - mTop - mListPadding.bottom; in layoutChildren() 2868 final int listBottom = mBottom - mTop - mListPadding.bottom; 3115 final int listBottom = mBottom - mTop - effectivePaddingBottom + mScrollY; 3157 final int overFooterBottom = mBottom + mScrollY; 3204 final int absListBottom = mBottom;
|
D | LinearLayout.java | 457 childTop = mBottom - mTop - mPaddingBottom - mTotalLength; in getBaseline() 461 childTop += ((mBottom - mTop - mPaddingTop - mPaddingBottom) - in getBaseline() 1434 childTop = mPaddingTop + mBottom - mTop - mTotalLength; in layoutVertical() 1439 childTop = mPaddingTop + (mBottom - mTop - mTotalLength) / 2; in layoutVertical() 1511 final int height = mBottom - mTop; in layoutHorizontal()
|
D | ExpandableListView.java | 245 scrollY + mBottom - mTop - mPaddingBottom); in dispatchDraw() 252 final int myB = mBottom; in dispatchDraw()
|
D | AnalogClock.java | 170 int availableHeight = mBottom - mTop; in onDraw()
|
D | GridView.java | 275 int end = (mBottom - mTop); in fillDown() 584 final int end = (mBottom - mTop) - mListPadding.bottom; in correctTooHigh() 627 final int end = (mBottom - mTop) - mListPadding.bottom; in correctTooLow() 1133 final int childrenBottom = mBottom - mTop - mListPadding.bottom; in layoutChildren()
|
D | FrameLayout.java | 461 final int h = mBottom-mTop; in draw()
|
D | NumberPicker.java | 1368 float totalTextGapHeight = (mBottom - mTop) - totalTextHeight; in initializeSelectorWheel() 1382 setFadingEdgeLength((mBottom - mTop - mTextSize) / 2); in initializeFadingEdges()
|
D | AdapterView.java | 735 this.onLayout(false, mLeft, mTop, mRight, mBottom); in updateEmptyStatus()
|
D | ImageView.java | 902 scrollY + mBottom - mTop - mPaddingBottom); in onDraw()
|
D | TextView.java | 4053 int vspace = mBottom - mTop - getCompoundPaddingBottom() - compoundPaddingTop; in getErrorY() 4545 final int vspace = mBottom - mTop - compoundPaddingBottom - compoundPaddingTop; in invalidateDrawable() 4552 final int vspace = mBottom - mTop - compoundPaddingBottom - compoundPaddingTop; in invalidateDrawable() 4569 scrollY += (mBottom - mTop - mPaddingBottom - drawables.mDrawableSizeBottom); in invalidateDrawable() 4722 final int bottom = mBottom; in onDraw() 6733 int vspace = mBottom - mTop - getExtendedPaddingTop() - getExtendedPaddingBottom(); in bringTextIntoView() 6832 int vspace = mBottom - mTop - getExtendedPaddingTop() - getExtendedPaddingBottom(); in bringPointIntoView() 6985 final int vspace = mBottom - mTop - getExtendedPaddingTop() - getExtendedPaddingBottom(); in moveCursorToVisibleOffset() 7073 + ", " + mBottom + "} scroll={" + mScrollX + ", " + mScrollY in debug() 10611 mDrawable.setBounds(0, 0, mRight - mLeft, mBottom - mTop); in onDraw()
|
D | ScrollView.java | 203 return (int) (MAX_SCROLL_FACTOR * (mBottom - mTop)); in getMaxScrollAmount()
|
D | AbsListView.java | 1922 canScrollDown = child.getBottom() > mBottom - mListPadding.bottom; in updateScrollIndicators() 2083 scrollY + mBottom - mTop - mPaddingBottom); in dispatchDraw() 4698 int childrenBottom = mBottom - mTop - mListPadding.bottom; in resurrectSelection()
|
/frameworks/base/core/java/android/text/ |
D | BoringLayout.java | 195 mBottom = spacing; in init() 319 return mBottom; in getHeight() 332 return mBottom; in getLineTop() 398 c.drawText(mDirect, 0, mBottom - mDesc, mPaint); in draw() 417 /* package */ int mBottom, mDesc; // for Direct field in BoringLayout
|
/frameworks/base/core/java/android/view/ |
D | View.java | 2210 protected int mBottom; field in View 6650 if ((mParent != null) && (mBottom > mTop) && (mRight > mLeft)) { 6896 return mBottom - mTop; 6910 outRect.bottom = mScrollY + (mBottom - mTop); 7037 if ((mRight - mLeft) != info.mPrevWidth || (mBottom - mTop) != info.mPrevHeight) { 7039 info.mPrevHeight = mBottom - mTop; 7540 invalidate(0, yLoc, mRight - mLeft, mBottom - minTop); 7548 int oldHeight = mBottom - mTop; 7552 onSizeChanged(width, mBottom - mTop, width, oldHeight); 7574 return mBottom; [all …]
|
D | ViewGroup.java | 2480 mScrollY + mBottom - mTop - mPaddingBottom); in dispatchDraw() 2626 final int cb = child.mBottom; in drawChild() 4054 dirty.intersect(0, 0, mRight - left, mBottom - top) || in invalidateChildInParent() 4073 dirty.set(0, 0, mRight - mLeft, mBottom - mTop); in invalidateChildInParent() 4076 dirty.union(0, 0, mRight - mLeft, mBottom - mTop); in invalidateChildInParent() 4134 rect.intersect(0, 0, p.mRight - p.mLeft, p.mBottom - p.mTop); in offsetRectBetweenParentAndChild() 4139 rect.intersect(0, 0, p.mRight - p.mLeft, p.mBottom - p.mTop); in offsetRectBetweenParentAndChild() 4178 v.mBottom += offset; in offsetChildrenTopAndBottom() 4193 return r.intersect(0, 0, mRight - mLeft, mBottom - mTop) && in getChildVisibleRect()
|
/frameworks/base/media/libstagefright/ |
D | MetaData.cpp | 81 r.mBottom = bottom; in setRect() 176 *bottom = r->mBottom; in findRect()
|
/frameworks/base/media/libstagefright/foundation/ |
D | AMessage.cpp | 185 item->u.rectValue.mBottom = bottom; in setRect() 226 *bottom = item->u.rectValue.mBottom; in findRect() 395 item.u.rectValue.mBottom); in debugString()
|
/frameworks/base/include/media/stagefright/foundation/ |
D | AMessage.h | 114 int32_t mLeft, mTop, mRight, mBottom; member
|
/frameworks/base/include/media/stagefright/ |
D | MetaData.h | 220 int32_t mLeft, mTop, mRight, mBottom; member
|
/frameworks/base/policy/src/com/android/internal/policy/impl/ |
D | RecentApplicationsBackground.java | 63 if (mLeft != left || mRight != right || mTop != top || mBottom != bottom) { in setFrame()
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | ActionBarView.java | 1085 final int paddedBottom = mBottom - mTop - getPaddingBottom(); in onLayout()
|