Home | History | Annotate | Download | only in widget

Lines Matching defs:heightMeasureSpec

653     protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) {
656 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
684 super.onMeasure(MeasureSpec.makeMeasureSpec(width, widthMode), heightMeasureSpec);