Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/
DBubbleFlyoutViewTest.java60 mFlyout.showFlyout("Hello", new PointF(100, 100), 500, true, Color.WHITE, null); in testShowFlyout_isVisible()
69 mFlyout.showFlyout("Hello", new PointF(100, 100), 500, true, Color.WHITE, after); in testFlyoutHide_runsCallback()
77 mFlyout.showFlyout("Hello", new PointF(100, 100), 500, true, Color.WHITE, null); in testSetCollapsePercent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleFlyoutView.java197 void showFlyout( in showFlyout() method in BubbleFlyoutView
DBubbleStackView.java1396 mFlyout.showFlyout( in animateInFlyoutForBubble()