Home | History | Annotate | Download | only in ui

Lines Matching refs:widthMeasureSpec

265     protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) {
267 setupPaneWidths(MeasureSpec.getSize(widthMeasureSpec));
268 super.onMeasure(widthMeasureSpec, heightMeasureSpec);