android Programming Glossary: heightspecsize
Android: can height of SlidingDrawer be set with wrap_content? http://stackoverflow.com/questions/3654492/android-can-height-of-slidingdrawer-be-set-with-wrap-content heightSpecMode MeasureSpec.getMode heightMeasureSpec int heightSpecSize MeasureSpec.getSize heightMeasureSpec if widthSpecMode MeasureSpec.UNSPECIFIED.. heightMeasureSpec if mVertical int height heightSpecSize handle.getMeasuredHeight mTopOffset content.measure widthMeasureSpec.. MeasureSpec.makeMeasureSpec height heightSpecMode heightSpecSize handle.getMeasuredHeight mTopOffset content.getMeasuredHeight..
Android: can height of SlidingDrawer be set with wrap_content? http://stackoverflow.com/questions/3654492/android-can-height-of-slidingdrawer-be-set-with-wrap-content int widthSpecSize MeasureSpec.getSize widthMeasureSpec int heightSpecMode MeasureSpec.getMode heightMeasureSpec int heightSpecSize MeasureSpec.getSize heightMeasureSpec if widthSpecMode MeasureSpec.UNSPECIFIED heightSpecMode MeasureSpec.UNSPECIFIED throw.. final View content getContent measureChild handle widthMeasureSpec heightMeasureSpec if mVertical int height heightSpecSize handle.getMeasuredHeight mTopOffset content.measure widthMeasureSpec MeasureSpec.makeMeasureSpec height heightSpecMode .. mTopOffset content.measure widthMeasureSpec MeasureSpec.makeMeasureSpec height heightSpecMode heightSpecSize handle.getMeasuredHeight mTopOffset content.getMeasuredHeight widthSpecSize content.getMeasuredWidth if handle.getMeasuredWidth..
|