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

/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSwipeHelper.java304 * @param endAction The action to perform at the end
309 public void dismissChild(final View view, float velocity, final Runnable endAction, argument
352 if (endAction != null) {
353 endAction.run();

Completed in 54 milliseconds