Home | History | Annotate | Download | only in view

Lines Matching defs:heightMeasureSpec

8295      * @param heightMeasureSpec Vertical space requirements as imposed by the
8300 public final void measure(int widthMeasureSpec, int heightMeasureSpec) {
8303 heightMeasureSpec != mOldHeightMeasureSpec) {
8313 onMeasure(widthMeasureSpec, heightMeasureSpec);
8327 mOldHeightMeasureSpec = heightMeasureSpec;
8364 * @param heightMeasureSpec vertical space requirements as imposed by the parent.
8376 protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) {
8378 getDefaultSize(getSuggestedMinimumHeight(), heightMeasureSpec));