Home | History | Annotate | Download | only in view

Lines Matching refs:mTop

2770     protected int mTop;
3771 out.append(mTop);
4437 position.offset(child.mLeft, child.mTop);
4925 position.set(0, 0, mRight - mLeft, mBottom - mTop);
4931 position.offset(mLeft, mTop);
4943 position.offset(parentView.mLeft, parentView.mTop);
8428 if ((mParent != null) && (mBottom > mTop) && (mRight > mLeft)) {
8680 return mBottom - mTop;
8696 outRect.bottom = mScrollY + (mBottom - mTop);
8823 if ((mRight - mLeft) != info.mPrevWidth || (mBottom - mTop) != info.mPrevHeight) {
8825 info.mPrevHeight = mBottom - mTop;
9398 return mTop;
9409 if (top != mTop) {
9417 if (top < mTop) {
9419 yLoc = top - mTop;
9421 minTop = mTop;
9432 int oldHeight = mBottom - mTop;
9434 mTop = top;
9436 mDisplayList.setTop(mTop);
9439 onSizeChanged(width, mBottom - mTop, width, oldHeight);
9497 invalidate(0, 0, mRight - mLeft, maxBottom - mTop);
9505 int oldHeight = mBottom - mTop;
9512 onSizeChanged(width, mBottom - mTop, width, oldHeight);
9564 invalidate(xLoc, 0, mRight - minLeft, mBottom - mTop);
9572 int height = mBottom - mTop;
9628 invalidate(0, 0, maxRight - mLeft, mBottom - mTop);
9636 int height = mBottom - mTop;
9694 return mTop + (mTransformationInfo != null ? mTransformationInfo.mTranslationY : 0);
9705 setTranslationY(y - mTop);
9800 outRect.set(mLeft, mTop, mRight, mBottom);
9806 outRect.set((int) tmpRect.left + mLeft, (int) tmpRect.top + mTop,
9807 (int) tmpRect.right + mLeft, (int) tmpRect.bottom + mTop);
9816 && localY >= 0 && localY < (mBottom - mTop);
9827 localY < ((mBottom - mTop) + slop);
9861 int height = mBottom - mTop;
9906 minTop = mTop + offset;
9910 minTop = mTop;
9922 mTop += offset;
9962 r.set(0, 0, maxRight - minLeft, mBottom - mTop);
10376 r.set(0, 0, mRight - mLeft, mBottom - mTop);
10414 r.set(0, 0, mRight - mLeft, mBottom - mTop);
11395 final int height = mBottom - mTop;
12363 final int height = mBottom - mTop;
12605 int height = mBottom - mTop;
12618 canvas.saveLayer(0, 0, mRight - mLeft, mBottom - mTop, mLayerPaint,
12834 int height = mBottom - mTop;
12980 int height = mBottom - mTop;
13162 return mBottom - mTop - mPaddingBottom - padding;
13194 a.initialize(mRight - mLeft, mBottom - mTop, parent.getWidth(), parent.getHeight());
13195 a.initializeInvalidateRegion(0, 0, mRight - mLeft, mBottom - mTop);
13220 parent.invalidate(mLeft, mTop, mRight, mBottom);
13227 a.getInvalidateRegion(0, 0, mRight - mLeft, mBottom - mTop, region,
13235 final int top = mTop + (int) region.top;
13251 displayList.setLeftTopRightBottom(mLeft, mTop, mRight, mBottom);
13374 canvas.quickReject(mLeft, mTop, mRight, mBottom, Canvas.EdgeType.BW) &&
13451 canvas.translate(mLeft - sx, mTop - sy);
13454 canvas.translate(mLeft, mTop);
13530 scrollY + mBottom - mTop, multipliedAlpha, layerFlags);
13546 canvas.clipRect(sx, sy, sx + (mRight - mLeft), sy + (mBottom - mTop));
13549 canvas.clipRect(0, 0, mRight - mLeft, mBottom - mTop);
13579 scrollX + mRight - mLeft, scrollY + mBottom - mTop, mLayerPaint,
13687 background.setBounds(0, 0, mRight - mLeft, mBottom - mTop);
13998 int oldT = mTop;
14056 if (mLeft != left || mRight != right || mTop != top || mBottom != bottom) {
14063 int oldHeight = mBottom - mTop;
14072 mTop = top;
14076 mDisplayList.setLeftTopRightBottom(mLeft, mTop, mRight, mBottom);
15022 position[1] += mTop;
15036 position[1] += view.mTop;
15390 output += "frame={" + mLeft + ", " + mTop + ", " + mRight
15896 location[1] + mBottom - mTop, Region.Op.DIFFERENCE);