Home | History | Annotate | Download | only in widget

Lines Matching refs:widthMode

312         int widthMode = MeasureSpec.getMode(widthMeasureSpec);
318 if (widthMode != MeasureSpec.UNSPECIFIED) {
326 if (widthMode == MeasureSpec.EXACTLY) {
354 final boolean isWrapContentWidth = widthMode != MeasureSpec.EXACTLY;