Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleFlyoutView.java118 private float mFlyoutY = 0f; field in BubbleFlyoutView
250 mFlyoutY = stackPos.y + (mBubbleSize - mFlyoutTextContainer.getHeight()) / 2f; in fade()
253 setTranslationY(in ? mFlyoutY + FLYOUT_FADE_Y : mFlyoutY); in fade()
263 .translationY(in ? mFlyoutY : mFlyoutY - FLYOUT_FADE_Y) in fade()
321 final float distanceFromLayoutTopToDotCenterY = mFlyoutY - dotPositionY; in updateDot()
358 mFlyoutY = in setupFlyoutStartingAsDot()
360 setTranslationY(mFlyoutY); in setupFlyoutStartingAsDot()