HomeSort by relevance Sort by last modified time
    Searched refs:mChildHeight (Results 1 - 3 of 3) sorted by null

  /packages/apps/Browser/src/com/android/browser/view/
PieListView.java 47 mHeight = mChildHeight * mAdapter.getCount();
62 view.layout(mLeft, top, mLeft + mChildWidth, top + mChildHeight);
63 top += mChildHeight;
PieStackView.java 65 mHeight = mChildHeight + (mViews.size() - 1) * mMinHeight;
76 int dy = (n == 1) ? 0 : (mHeight - mChildHeight) / (n - 1);
79 view.layout(x, top, x + mChildWidth, top + mChildHeight);
BasePieView.java 40 protected int mChildHeight;
95 mChildHeight = 0;
101 mChildHeight = Math.max(mChildHeight, view.getMeasuredHeight());

Completed in 573 milliseconds