Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/
H A DBubbleFlyoutViewTest.java48 private BubbleFlyoutView mFlyout; field in BubbleFlyoutViewTest
66 mFlyout = new BubbleFlyoutView(getContext(), mPositioner); in setUp()
76 mFlyout.setupFlyoutStartingAsDot( in testShowFlyout_isVisible()
80 mFlyout.setVisibility(View.VISIBLE); in testShowFlyout_isVisible()
84 assertEquals(View.VISIBLE, mFlyout.getVisibility()); in testShowFlyout_isVisible()
90 mFlyout.setupFlyoutStartingAsDot(mFlyoutMessage, in testFlyoutHide_runsCallback()
93 mFlyout.hideFlyout(); in testFlyoutHide_runsCallback()
100 mFlyout.setupFlyoutStartingAsDot(mFlyoutMessage, in testSetCollapsePercent()
103 mFlyout.setVisibility(View.VISIBLE); in testSetCollapsePercent()
105 mFlyout.setCollapsePercent(1f); in testSetCollapsePercent()
[all …]
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleStackView.java226 private BubbleFlyoutView mFlyout; field in BubbleStackView
1218 if (mFlyout != null) { in setUpFlyout()
1219 removeView(mFlyout); in setUpFlyout()
1222 mFlyout.setVisibility(GONE); in setUpFlyout()
1230 mFlyout.updateFontSize(); in updateFontScale()
2299 if (mFlyout.getWidth() <= 0) { in setFlyoutStateForDragLength()
2307 onLeft ? -deltaX / mFlyout.getWidth() : deltaX / mFlyout.getWidth(); in setFlyoutStateForDragLength()
2329 mFlyout.setTranslationX(mFlyout.getRestingTranslationX() + overscrollTranslation); in setFlyoutStateForDragLength()
2412 ? (onLeft ? -mFlyout.getWidth() : mFlyout.getWidth()) in animateFlyoutCollapsed()
2511 mFlyout.bringToFront(); in animateInFlyoutForBubble()
[all …]