Home
last modified time | relevance | path

Searched refs:hasCustomAnimation (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/toast/
H A DToastUI.java128 mToast.getVerticalMargin(), mCallback, mToast.hasCustomAnimation()); in showToast()
H A DSystemUIToast.java163 public boolean hasCustomAnimation() { in hasCustomAnimation() method in SystemUIToast
/aosp12/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/toast/
H A DCarToastUITest.java88 when(mSystemUIToast.hasCustomAnimation()).thenReturn(false); in setUp()