Home | History | Annotate | Download | only in widget

Lines Matching refs:widthMeasureSpec

782     protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) {
785 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
789 int widthMode = MeasureSpec.getMode(widthMeasureSpec);
790 int width = MeasureSpec.getSize(widthMeasureSpec);