Home | History | Annotate | Download | only in widget

Lines Matching refs:heightSize

795         int heightSize = mTotalLength;
798 heightSize = Math.max(heightSize, getSuggestedMinimumHeight());
801 int heightSizeAndState = resolveSizeAndState(heightSize, heightMeasureSpec, 0);
802 heightSize = heightSizeAndState & MEASURED_SIZE_MASK;
806 int delta = heightSize - mTotalLength;