15 lines
		
	
	
		
			248 B
		
	
	
	
		
			Java
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			248 B
		
	
	
	
		
			Java
		
	
	
	
	
	
| package com.google.android.material.carousel;
 | |
| 
 | |
| /* loaded from: classes.dex */
 | |
| interface Carousel {
 | |
|     int getCarouselAlignment();
 | |
| 
 | |
|     int getContainerHeight();
 | |
| 
 | |
|     int getContainerWidth();
 | |
| 
 | |
|     int getItemCount();
 | |
| 
 | |
|     boolean isHorizontal();
 | |
| }
 |