Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/
DEmergencyDialer.java1122 private void switchView(View displayView, View hideView, boolean hasAnimation) { in switchView() argument
1131 if (hasAnimation) { in switchView()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/animation/
DBubbleBarViewAnimator.kt53 fun hasAnimation() = animatingBubble != null in <lambda>() method
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/
DBubbleBarViewController.java743 return mBubbleBarViewAnimator != null && mBubbleBarViewAnimator.hasAnimation();