Home
last modified time | relevance | path

Searched defs:hasAnimation (Results 1 – 2 of 2) sorted by relevance

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