mirror of
https://github.com/github/codeql.git
synced 2026-05-04 05:05:12 +02:00
Update stubs
This commit is contained in:
20
java/ql/test/stubs/google-android-9.0.0/android/view/WindowInsetsAnimationController.java
generated
Normal file
20
java/ql/test/stubs/google-android-9.0.0/android/view/WindowInsetsAnimationController.java
generated
Normal file
@@ -0,0 +1,20 @@
|
||||
// Generated automatically from android.view.WindowInsetsAnimationController for testing purposes
|
||||
|
||||
package android.view;
|
||||
|
||||
import android.graphics.Insets;
|
||||
|
||||
public interface WindowInsetsAnimationController
|
||||
{
|
||||
Insets getCurrentInsets();
|
||||
Insets getHiddenStateInsets();
|
||||
Insets getShownStateInsets();
|
||||
boolean isCancelled();
|
||||
boolean isFinished();
|
||||
default boolean isReady(){ return false; }
|
||||
float getCurrentAlpha();
|
||||
float getCurrentFraction();
|
||||
int getTypes();
|
||||
void finish(boolean p0);
|
||||
void setInsetsAndAlpha(Insets p0, float p1, float p2);
|
||||
}
|
||||
Reference in New Issue
Block a user