Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleFlyoutView.java147 private float mBgTranslationY; field in BubbleFlyoutView
481 mBgTranslationY = mTranslationYWhenDot * mPercentTransitionedToDot; in renderBackground()
499 canvas.translate(mBgTranslationX, mBgTranslationY); in renderBackground()
556 outlineMatrix.postTranslate(getLeft() + mBgTranslationX, getTop() + mBgTranslationY); in getOutline()