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.java121 private float mFlyoutY = 0f; field in BubbleFlyoutView
257 mFlyoutY = stackPos.y + (mBubbleSize - mFlyoutTextContainer.getHeight()) / 2f; in fade()
260 setTranslationY(in ? mFlyoutY + FLYOUT_FADE_Y : mFlyoutY); in fade()
270 .translationY(in ? mFlyoutY : mFlyoutY - FLYOUT_FADE_Y) in fade()
327 final float distanceFromLayoutTopToDotCenterY = mFlyoutY - dotPositionY; in updateDot()
362 mFlyoutY = in setupFlyoutStartingAsDot()
364 setTranslationY(mFlyoutY); in setupFlyoutStartingAsDot()