74 lines
1.2 KiB
Java
74 lines
1.2 KiB
Java
package androidx.appcompat.widget;
|
|
|
|
import android.content.Context;
|
|
import android.graphics.drawable.Drawable;
|
|
import android.view.Menu;
|
|
import android.view.ViewGroup;
|
|
import android.view.Window;
|
|
import androidx.appcompat.view.menu.MenuBuilder;
|
|
import androidx.appcompat.view.menu.MenuPresenter;
|
|
import androidx.core.view.ViewPropertyAnimatorCompat;
|
|
|
|
/* loaded from: classes.dex */
|
|
public interface DecorToolbar {
|
|
ViewPropertyAnimatorCompat a(int i, long j);
|
|
|
|
void a(int i);
|
|
|
|
void a(Menu menu, MenuPresenter.Callback callback);
|
|
|
|
void a(MenuPresenter.Callback callback, MenuBuilder.Callback callback2);
|
|
|
|
void a(ScrollingTabContainerView scrollingTabContainerView);
|
|
|
|
void a(boolean z);
|
|
|
|
boolean a();
|
|
|
|
Context b();
|
|
|
|
void b(int i);
|
|
|
|
void b(boolean z);
|
|
|
|
void c();
|
|
|
|
void c(int i);
|
|
|
|
void collapseActionView();
|
|
|
|
boolean d();
|
|
|
|
boolean e();
|
|
|
|
boolean f();
|
|
|
|
boolean g();
|
|
|
|
CharSequence getTitle();
|
|
|
|
void h();
|
|
|
|
boolean i();
|
|
|
|
Menu j();
|
|
|
|
int k();
|
|
|
|
ViewGroup l();
|
|
|
|
int m();
|
|
|
|
void n();
|
|
|
|
void o();
|
|
|
|
void setIcon(int i);
|
|
|
|
void setIcon(Drawable drawable);
|
|
|
|
void setWindowCallback(Window.Callback callback);
|
|
|
|
void setWindowTitle(CharSequence charSequence);
|
|
}
|