Searched defs:hasAnimation (Results 1 – 2 of 2) sorted by relevance
53 fun hasAnimation() = animatingBubble != null in <lambda>() method
1122 private void switchView(View displayView, View hideView, boolean hasAnimation) { in switchView()