mirror of
https://github.com/github/codeql.git
synced 2025-12-18 09:43:15 +01:00
17 lines
458 B
Java
Generated
17 lines
458 B
Java
Generated
// Generated automatically from android.window.SplashScreen for testing purposes
|
|
|
|
package android.window;
|
|
|
|
import android.window.SplashScreenView;
|
|
|
|
public interface SplashScreen
|
|
{
|
|
static public interface OnExitAnimationListener
|
|
{
|
|
void onSplashScreenExit(SplashScreenView p0);
|
|
}
|
|
void clearOnExitAnimationListener();
|
|
void setOnExitAnimationListener(SplashScreen.OnExitAnimationListener p0);
|
|
void setSplashScreenTheme(int p0);
|
|
}
|