public final float getChildCoverAspectRatio(int paramInt) { DfeList localDfeList = ((Data) this.mModuleData).dfeList; if (paramInt < localDfeList.getCount()) {} for (Document localDocument = (Document) localDfeList.getItem(paramInt); localDocument != null; localDocument = null) { return PlayCardClusterMetadata.getAspectRatio(localDocument.mDocument.docType); } return 0.0F; }
public final BitmapLoader.BitmapContainer preloadChildCoverImage( int paramInt1, int paramInt2, int paramInt3, BitmapLoader.BitmapLoadedHandler paramBitmapLoadedHandler, int[] paramArrayOfInt) { DfeList localDfeList = ((Data) this.mModuleData).dfeList; if (paramInt1 < localDfeList.getCount()) {} for (Document localDocument = (Document) localDfeList.getItem(paramInt1); ; localDocument = null) { return ThumbnailUtils.preloadCoverImage( this.mContext, localDocument, this.mBitmapLoader, paramInt2, paramInt3, paramBitmapLoadedHandler, paramArrayOfInt); } }