Home | History | Annotate | Download | only in launcher3

Lines Matching refs:widthMeasureSpec

672     protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) {
674 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
680 int widthMode = MeasureSpec.getMode(widthMeasureSpec);
681 int widthSize = MeasureSpec.getSize(widthMeasureSpec);
703 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
709 super.onMeasure(widthMeasureSpec, heightMeasureSpec);