Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/
DPipMenuActivity.java403 private void hideMenu(final Runnable animationFinishedRunnable, boolean notifyMenuVisibility, in hideMenu() argument
424 if (animationFinishedRunnable != null) { in hideMenu()
425 animationFinishedRunnable.run(); in hideMenu()