Searched refs:mChildWidth (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Browser/src/com/android/browser/view/
H A DPieListView.java46 mWidth = mChildWidth;
48 mLeft = anchorX + (left ? 0 : - mChildWidth);
62 view.layout(mLeft, top, mLeft + mChildWidth, top + mChildHeight);
H A DPieStackView.java64 mWidth = mChildWidth;
66 mLeft = anchorX + (left ? SLOP : -(SLOP + mChildWidth));
79 view.layout(x, top, x + mChildWidth, top + mChildHeight);
H A DBasePieView.java39 protected int mChildWidth; field in class:BasePieView
94 mChildWidth = 0;
100 mChildWidth = Math.max(mChildWidth, view.getMeasuredWidth());

Completed in 41 milliseconds