Home | History | Annotate | Download | only in widget

Lines Matching defs:widthMeasureSpec

506     protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) {
507 super.onMeasure(widthMeasureSpec, heightMeasureSpec);
508 if (mPopup != null && MeasureSpec.getMode(widthMeasureSpec) == MeasureSpec.AT_MOST) {
512 MeasureSpec.getSize(widthMeasureSpec)),
742 final int widthMeasureSpec =
765 itemView.measure(widthMeasureSpec, heightMeasureSpec);