Searched defs:endAction (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSwipeHelper.java359 dismissChild(view, velocity, null /* endAction */, 0 /* delay */,
366 * @param endAction The action to perform at the end
371 public void dismissChild(final View animView, float velocity, final Runnable endAction, argument
450 if (endAction != null) {
451 endAction.run();

Completed in 51 milliseconds