Home | History | Annotate | Download | only in widget

Lines Matching refs:mLayoutParams

547             if (mLayoutParams != null && mLayoutParams.width >= 0) {
548 width = Math.max(width, mLayoutParams.width);
577 if (mLayoutParams != null && mLayoutParams.height >= 0) {
578 height = Math.max(height, mLayoutParams.height);