Home | History | Annotate | Download | only in widget

Lines Matching defs:shouldCollapse

1555     private boolean shouldCollapse() {
1694 setMeasuredDimension(measuredWidth, shouldCollapse() ? 0 : measuredHeight);