Searched refs:setMinimumHeight (Results 1 – 8 of 8) sorted by relevance
50 itemView.setMinimumHeight(mVisibleHeight); in bind()52 itemView.setMinimumHeight(0); in bind()
44 view.setMinimumHeight(0); in onBind()48 view.setMinimumHeight( in onBind()
279 public void setMinimumHeight(final int minHeight) { in setMinimumHeight() method in VideoThumbnailView280 super.setMinimumHeight(minHeight); in setMinimumHeight()282 mVideoView.setMinimumHeight(minHeight); in setMinimumHeight()
179 mHeader.setMinimumHeight(topChild.getMeasuredHeight()); in configurePinnedHeaders()
88 mHeaderView.setMinimumHeight(200); in updateHeaderView()
389 convertView.setMinimumHeight(headerViewContainer.getHeight()); in getView()
167 mRootView.setMinimumHeight(h); in createView()
758 mMessageTextAndInfoView.setMinimumHeight(textMinHeight); in updateViewAppearance()