Home | History | Annotate | Download | only in view

Lines Matching defs:mTop

2819     protected int mTop;
4788 position.set(0, 0, mRight - mLeft, mBottom - mTop);
4794 position.offset(mLeft, mTop);
4806 position.offset(parentView.mLeft, parentView.mTop);
8313 if ((mParent != null) && (mBottom > mTop) && (mRight > mLeft)) {
8565 return mBottom - mTop;
8579 outRect.bottom = mScrollY + (mBottom - mTop);
8706 if ((mRight - mLeft) != info.mPrevWidth || (mBottom - mTop) != info.mPrevHeight) {
8708 info.mPrevHeight = mBottom - mTop;
9281 return mTop;
9292 if (top != mTop) {
9300 if (top < mTop) {
9302 yLoc = top - mTop;
9304 minTop = mTop;
9315 int oldHeight = mBottom - mTop;
9317 mTop = top;
9319 mDisplayList.setTop(mTop);
9322 onSizeChanged(width, mBottom - mTop, width, oldHeight);
9380 invalidate(0, 0, mRight - mLeft, maxBottom - mTop);
9388 int oldHeight = mBottom - mTop;
9395 onSizeChanged(width, mBottom - mTop, width, oldHeight);
9447 invalidate(xLoc, 0, mRight - minLeft, mBottom - mTop);
9455 int height = mBottom - mTop;
9511 invalidate(0, 0, maxRight - mLeft, mBottom - mTop);
9519 int height = mBottom - mTop;
9577 return mTop + (mTransformationInfo != null ? mTransformationInfo.mTranslationY : 0);
9588 setTranslationY(y - mTop);
9683 outRect.set(mLeft, mTop, mRight, mBottom);
9689 outRect.set((int) tmpRect.left + mLeft, (int) tmpRect.top + mTop,
9690 (int) tmpRect.right + mLeft, (int) tmpRect.bottom + mTop);
9699 && localY >= 0 && localY < (mBottom - mTop);
9710 localY < ((mBottom - mTop) + slop);
9744 int height = mBottom - mTop;
9789 minTop = mTop + offset;
9793 minTop = mTop;
9805 mTop += offset;
9845 r.set(0, 0, maxRight - minLeft, mBottom - mTop);
10247 r.set(0, 0, mRight - mLeft, mBottom - mTop);
10285 r.set(0, 0, mRight - mLeft, mBottom - mTop);
11282 final int height = mBottom - mTop;
12148 final int height = mBottom - mTop;
12367 int height = mBottom - mTop;
12382 canvas.saveLayer(0, 0, mRight - mLeft, mBottom - mTop, mLayerPaint,
12598 int height = mBottom - mTop;
12738 int height = mBottom - mTop;
12919 return mBottom - mTop - mPaddingBottom - padding;
12951 a.initialize(mRight - mLeft, mBottom - mTop, parent.getWidth(), parent.getHeight());
12952 a.initializeInvalidateRegion(0, 0, mRight - mLeft, mBottom - mTop);
12977 parent.invalidate(mLeft, mTop, mRight, mBottom);
12984 a.getInvalidateRegion(0, 0, mRight - mLeft, mBottom - mTop, region,
12992 final int top = mTop + (int) region.top;
13008 displayList.setLeftTopRightBottom(mLeft, mTop, mRight, mBottom);
13128 if (!concatMatrix && canvas.quickReject(mLeft, mTop, mRight, mBottom, Canvas.EdgeType.BW) &&
13202 canvas.translate(mLeft - sx, mTop - sy);
13205 canvas.translate(mLeft, mTop);
13281 scrollY + mBottom - mTop, multipliedAlpha, layerFlags);
13297 canvas.clipRect(sx, sy, sx + (mRight - mLeft), sy + (mBottom - mTop));
13300 canvas.clipRect(0, 0, mRight - mLeft, mBottom - mTop);
13330 scrollX + mRight - mLeft, scrollY + mBottom - mTop, mLayerPaint,
13438 background.setBounds(0, 0, mRight - mLeft, mBottom - mTop);
13749 int oldT = mTop;
13807 if (mLeft != left || mRight != right || mTop != top || mBottom != bottom) {
13814 int oldHeight = mBottom - mTop;
13823 mTop = top;
13827 mDisplayList.setLeftTopRightBottom(mLeft, mTop, mRight, mBottom);
14682 position[1] += mTop;
14696 position[1] += view.mTop;
15047 output += "frame={" + mLeft + ", " + mTop + ", " + mRight
15555 location[1] + mBottom - mTop, Region.Op.DIFFERENCE);