Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/
DDividerView.java641 Runnable notCancelledEndAction = () -> { in getFlingAnimator() local
669 notCancelledEndAction.run(); in getFlingAnimator()
674 mHandler.postDelayed(notCancelledEndAction, delay); in getFlingAnimator()