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

/packages/apps/Browser/src/com/android/browser/view/
H A DBasePieView.java39 protected int mChildWidth; field in class:BasePieView
94 mChildWidth = 0;
100 mChildWidth = Math.max(mChildWidth, view.getMeasuredWidth());

Completed in 50 milliseconds