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

/packages/apps/Browser/src/com/android/browser/view/
H A DBasePieView.java40 protected int mChildHeight; field in class:BasePieView
95 mChildHeight = 0;
101 mChildHeight = Math.max(mChildHeight, view.getMeasuredHeight());

Completed in 49 milliseconds