Searched refs:setMinimumHeight (Results 1 – 11 of 11) sorted by relevance
51 itemView.setMinimumHeight(mVisibleHeight); in bind()53 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()
62 mBottomBox.setMinimumHeight(allAppsContainerView.getPaddingBottom()); in onLayout()
91 mWalletView.setMinimumHeight(getExpectedMinHeight()); in WalletPanelViewController()342 mWalletView.setMinimumHeight(0); in removeMinHeightAndRecordHeightOnLayout()
58 listItem.setMinimumHeight(0); in applyListItemStyling()
179 mHeader.setMinimumHeight(topChild.getMeasuredHeight()); in configurePinnedHeaders()
88 mHeaderView.setMinimumHeight(200); in updateHeaderView()
389 convertView.setMinimumHeight(headerViewContainer.getHeight()); in getView()
810 findViewById(R.id.app_bar_container).setMinimumHeight(searchBarHeight + margin * 2); in updateAppBarMinHeight()
760 mMessageTextAndInfoView.setMinimumHeight(textMinHeight); in updateViewAppearance()