Searched refs:getShownStateInsets (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/core/tests/coretests/src/android/view/ |
D | InsetsAnimationControlImplTest.java | 119 assertEquals(Insets.of(0, 100, 100, 0), mController.getShownStateInsets()); in testGetters() 230 mController.setInsetsAndAlpha(mController.getShownStateInsets(), 1f, 1f); in testPerceptible_insets() 236 mController.setInsetsAndAlpha(mController.getShownStateInsets(), 0f, 1f); in testPerceptible_alpha() 239 mController.setInsetsAndAlpha(mController.getShownStateInsets(), 1f, 1f); in testPerceptible_alpha()
|
/frameworks/base/core/java/android/view/ |
D | WindowInsetsAnimationController.java | 69 @NonNull Insets getShownStateInsets(); in getShownStateInsets() method
|
D | InsetsAnimationControlImpl.java | 178 public Insets getShownStateInsets() { in getShownStateInsets() method in InsetsAnimationControlImpl
|
D | InsetsController.java | 363 : controller.getShownStateInsets(); in onReady() 365 ? controller.getShownStateInsets() in onReady()
|
/frameworks/base/tests/WindowInsetsTests/src/com/google/android/test/windowinsetstests/ |
D | ChatActivity.java | 144 final int shown = mAnimationController.getShownStateInsets().bottom; in onCreate() 204 controller.getShownStateInsets(), in onCreate()
|
D | ControllerActivity.java | 154 final Insets shownInsets = mController.getShownStateInsets(); in onProgressChanged()
|
/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
D | KeyguardPasswordView.java | 180 Insets shownInsets = controller.getShownStateInsets(); in startDisappearAnimation()
|
/frameworks/base/boot/ |
D | boot-image-profile.txt | 16820 HSPLandroid/view/InsetsAnimationControlImpl;->getShownStateInsets()Landroid/graphics/Insets;
|
/frameworks/base/core/api/ |
D | current.txt | 50374 method @NonNull public android.graphics.Insets getShownStateInsets();
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 16869 HSPLandroid/view/InsetsAnimationControlImpl;->getShownStateInsets()Landroid/graphics/Insets;
|