/frameworks/base/core/tests/coretests/src/android/view/ |
D | InsetsAnimationControlImplTest.java | 130 assertEquals(Insets.of(0, 100, 100, 0), mController.getShownStateInsets()); in testGetters() 241 mController.setInsetsAndAlpha(mController.getShownStateInsets(), 1f, 1f); in testPerceptible_insets() 247 mController.setInsetsAndAlpha(mController.getShownStateInsets(), 0f, 1f); in testPerceptible_alpha() 250 mController.setInsetsAndAlpha(mController.getShownStateInsets(), 1f, 1f); in testPerceptible_alpha()
|
D | ImeBackAnimationControllerTest.java | 107 when(mWindowInsetsAnimationController.getShownStateInsets()).thenReturn(IME_INSETS); in setup()
|
/frameworks/base/core/java/android/view/ |
D | WindowInsetsAnimationController.java | 69 @NonNull Insets getShownStateInsets(); in getShownStateInsets() method
|
D | ImeBackAnimationController.java | 152 float shownY = mWindowInsetsAnimationController.getShownStateInsets().bottom; in setPreCommitProgress() 177 targetBottomInset = mWindowInsetsAnimationController.getShownStateInsets().bottom; in startPostCommitAnim()
|
D | InsetsResizeAnimationRunner.java | 190 public Insets getShownStateInsets() { in getShownStateInsets() method in InsetsResizeAnimationRunner
|
D | InsetsAnimationControlImpl.java | 199 public Insets getShownStateInsets() { in getShownStateInsets() method in InsetsAnimationControlImpl
|
D | InsetsController.java | 419 : controller.getShownStateInsets(); in onReady() 421 ? controller.getShownStateInsets() in onReady()
|
/frameworks/base/tests/WindowInsetsTests/src/com/google/android/test/windowinsetstests/ |
D | ChatActivity.java | 145 final int shown = mAnimationController.getShownStateInsets().bottom; in onCreate() 205 controller.getShownStateInsets(), in onCreate()
|
D | ControllerActivity.java | 172 final Insets shownInsets = mController.getShownStateInsets(); in onProgressChanged()
|
/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
D | KeyguardPasswordView.java | 245 Insets shownInsets = controller.getShownStateInsets(); in startDisappearAnimation()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/base/boot/ |
D | boot-image-profile.txt | 16310 HSPLandroid/view/InsetsAnimationControlImpl;->getShownStateInsets()Landroid/graphics/Insets;
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 16374 HSPLandroid/view/InsetsAnimationControlImpl;->getShownStateInsets()Landroid/graphics/Insets;
|
/frameworks/base/core/api/ |
D | current.txt | 54434 method @NonNull public android.graphics.Insets getShownStateInsets();
|