Searched refs:setMinimumHeight (Results 1 – 10 of 10) sorted by relevance
45 view.setMinimumHeight(0); in onBind()49 view.setMinimumHeight(view.getContext().getResources().getDimensionPixelOffset( 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()
368 mViewCandidateList.setMinimumHeight(mCandidateMinimumHeight); in setViewType()370 mViewCandidateList.setMinimumHeight(-1); in setViewType()
642 mViewCandidateBase.setMinimumHeight(-1); in setViewLayout()654 mViewCandidateBase.setMinimumHeight(-1); in setViewLayout()669 mViewCandidateBase.setMinimumHeight(-1); in setViewLayout()
71 v.setMinimumHeight(0); in createTabContent()
179 mHeader.setMinimumHeight(topChild.getMeasuredHeight()); in configurePinnedHeaders()
88 mHeaderView.setMinimumHeight(200); in updateHeaderView()
170 setMinimumHeight(mHeight); in startShrinkAnimation()
389 convertView.setMinimumHeight(headerViewContainer.getHeight()); in getView()
757 mMessageTextAndInfoView.setMinimumHeight(textMinHeight); in updateViewAppearance()