Lines Matching defs:mTop

3807     protected int mTop;
5480 out.append(mTop);
6713 position.offset(child.mLeft - child.getScrollX(), child.mTop -child.getScrollY());
7334 position.set(0, 0, mRight - mLeft, mBottom - mTop);
7352 rect.offset(mLeft, mTop);
7371 rect.offset(parentView.mLeft, parentView.mTop);
7519 ignoredParentTop += parentGroup.mTop;
7530 structure.setDimens(ignoredParentLeft + mLeft, ignoredParentTop + mTop, mScrollX, mScrollY,
7531 mRight - mLeft, mBottom - mTop);
13600 return mBottom - mTop;
13616 outRect.bottom = mScrollY + (mBottom - mTop);
14293 return mTop;
14304 if (top != mTop) {
14310 if (top < mTop) {
14312 yLoc = top - mTop;
14314 minTop = mTop;
14325 int oldHeight = mBottom - mTop;
14327 mTop = top;
14328 mRenderNode.setTop(mTop);
14330 sizeChange(width, mBottom - mTop, width, oldHeight);
14386 invalidate(0, 0, mRight - mLeft, maxBottom - mTop);
14394 int oldHeight = mBottom - mTop;
14399 sizeChange(width, mBottom - mTop, width, oldHeight);
14449 invalidate(xLoc, 0, mRight - minLeft, mBottom - mTop);
14457 int height = mBottom - mTop;
14509 invalidate(0, 0, maxRight - mLeft, mBottom - mTop);
14517 int height = mBottom - mTop;
14573 return mTop + getTranslationY();
14584 setTranslationY(y - mTop);
14921 outRect.set(mLeft, mTop, mRight, mBottom);
14926 outRect.set((int) tmpRect.left + mLeft, (int) tmpRect.top + mTop,
14927 (int) tmpRect.right + mLeft, (int) tmpRect.bottom + mTop);
14948 localY < ((mBottom - mTop) + slop);
14982 int height = mBottom - mTop;
15025 minTop = mTop + offset;
15029 minTop = mTop;
15041 mTop += offset;
15081 r.set(0, 0, maxRight - minLeft, mBottom - mTop);
15434 invalidateInternal(0, 0, mRight - mLeft, mBottom - mTop, invalidateCache, true);
16502 out.bottom = mScrollY + mBottom - mTop;
16580 final int height = mBottom - mTop;
16615 final int height = mBottom - mTop;
16638 final int height = mBottom - mTop;
18038 int height = mBottom - mTop;
18241 int height = mBottom - mTop;
18387 int height = mBottom - mTop;
18575 return mBottom - mTop - mPaddingBottom - padding;
18662 a.initialize(mRight - mLeft, mBottom - mTop, parent.getWidth(), parent.getHeight());
18663 a.initializeInvalidateRegion(0, 0, mRight - mLeft, mBottom - mTop);
18689 parent.invalidate(mLeft, mTop, mRight, mBottom);
18696 a.getInvalidateRegion(0, 0, mRight - mLeft, mBottom - mTop, region,
18704 final int top = mTop + (int) region.top;
18818 canvas.quickReject(mLeft, mTop, mRight, mBottom, Canvas.EdgeType.BW) &&
18873 canvas.translate(mLeft - sx, mTop - sy);
18876 canvas.translate(mLeft, mTop);
19059 final int b = t + mBottom - mTop;
19341 mBackground.setBounds(0, 0, mRight - mLeft, mBottom - mTop);
19578 int oldT = mTop;
19655 if (mLeft != left || mRight != right || mTop != top || mBottom != bottom) {
19662 int oldHeight = mBottom - mTop;
19671 mTop = top;
19674 mRenderNode.setLeftTopRightBottom(mLeft, mTop, mRight, mBottom);
20118 final int b = t + mBottom - mTop;
21306 m.preTranslate(mLeft, mTop);
21332 m.postTranslate(-mLeft, -mTop);
21408 position[1] += mTop;
21422 position[1] += view.mTop;
21811 output += "frame={" + mLeft + ", " + mTop + ", " + mRight
22429 location[1] + mBottom - mTop + (shadowOffset * 3), Region.Op.DIFFERENCE);
26150 stream.addProperty("layout:top", mTop);