43 lines
		
	
	
		
			617 B
		
	
	
	
		
			Java
		
	
	
	
	
	
			
		
		
	
	
			43 lines
		
	
	
		
			617 B
		
	
	
	
		
			Java
		
	
	
	
	
	
package com.google.android.material.bottomappbar;
 | 
						|
 | 
						|
import com.google.android.material.shape.EdgeTreatment;
 | 
						|
 | 
						|
/* loaded from: classes.dex */
 | 
						|
public class BottomAppBarTopEdgeTreatment extends EdgeTreatment {
 | 
						|
    float a() {
 | 
						|
        throw null;
 | 
						|
    }
 | 
						|
 | 
						|
    void a(float f) {
 | 
						|
        throw null;
 | 
						|
    }
 | 
						|
 | 
						|
    float b() {
 | 
						|
        throw null;
 | 
						|
    }
 | 
						|
 | 
						|
    void b(float f) {
 | 
						|
        throw null;
 | 
						|
    }
 | 
						|
 | 
						|
    float c() {
 | 
						|
        throw null;
 | 
						|
    }
 | 
						|
 | 
						|
    void c(float f) {
 | 
						|
        throw null;
 | 
						|
    }
 | 
						|
 | 
						|
    float d() {
 | 
						|
        throw null;
 | 
						|
    }
 | 
						|
 | 
						|
    void d(float f) {
 | 
						|
        throw null;
 | 
						|
    }
 | 
						|
 | 
						|
    float e() {
 | 
						|
        throw null;
 | 
						|
    }
 | 
						|
}
 |