Home
last modified time | relevance | path

Searched refs:onAnimationEnded (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DStackScrollerDecorView.java121 Consumer<Boolean> onAnimationEnded) { in setContentVisible() argument
127 if (onAnimationEnded != null) { in setContentVisible()
128 onAnimationEnded.accept(cancelled); in setContentVisible()
132 } else if (onAnimationEnded != null) { in setContentVisible()
134 onAnimationEnded.accept(true /* cancelled */); in setContentVisible()
164 Consumer<Boolean> onAnimationEnded) { in setSecondaryVisible() argument
170 if (onAnimationEnded != null) { in setSecondaryVisible()
171 onAnimationEnded.accept(cancelled); in setSecondaryVisible()
203 boolean animate, Consumer<Boolean> onAnimationEnded) { in setViewVisible() argument
218 if (onAnimationEnded != null) { in setViewVisible()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/charging/
DWirelessChargingAnimation.java50 void onAnimationEnded(); in onAnimationEnded() method
231 mCallback.onAnimationEnded(); in handleHide()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/footer/ui/view/
DFooterView.java116 Consumer<Boolean> onAnimationEnded) { in setClearAllButtonVisible() argument
117 setSecondaryVisible(visible, animate, onAnimationEnded); in setClearAllButtonVisible()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DCentralSurfacesImpl.java1676 public void onAnimationEnded() { in showChargingAnimation()