Home | History | Annotate | Download | only in widget

Lines Matching refs:widthSpecMode

147             int widthSpecMode = MeasureSpec.getMode(widthMeasureSpec);
152 if (widthSpecMode == MeasureSpec.EXACTLY && heightSpecMode == MeasureSpec.EXACTLY) {
165 } else if (widthSpecMode == MeasureSpec.EXACTLY) {
177 if (widthSpecMode == MeasureSpec.AT_MOST && width > widthSpecSize) {
190 if (widthSpecMode == MeasureSpec.AT_MOST && width > widthSpecSize) {