Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/inputmethodservice/navigationbar/
DKeyButtonRipple.java254 endAnimations("jumpToCurrentState", false /* cancel */); in jumpToCurrentState()
287 private void endAnimations(String reason, boolean cancel) { in endAnimations() method in KeyButtonRipple
324 endAnimations("enterSoftware", true /* cancel */); in enterSoftware()
410 endAnimations("enterHardware", true /* cancel */); in enterHardware()
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/navigationbar/
DKeyButtonRipple.java282 endAnimations("jumpToCurrentState", false /* cancel */); in jumpToCurrentState()
315 private void endAnimations(String reason, boolean cancel) { in endAnimations() method in KeyButtonRipple
354 endAnimations("enterSoftware", true /* cancel */); in enterSoftware()
446 endAnimations("enterHardware", true /* cancel */); in enterHardware()
/frameworks/base/core/java/com/android/internal/widget/
DDefaultItemAnimator.java557 public void endAnimations() { in endAnimations() method in DefaultItemAnimator
DRecyclerView.java985 mItemAnimator.endAnimations(); in removeAndRecycleViews()
1135 mItemAnimator.endAnimations(); in setLayoutManager()
2491 mItemAnimator.endAnimations(); in onDetachedFromWindow()
3182 mItemAnimator.endAnimations(); in setItemAnimator()
12046 public abstract void endAnimations();