Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleExpandedView.java748 float horizontalShift = 0; in setContentTranslationY() local
750 horizontalShift = pointerBottom - detachPoint; in setContentTranslationY()
754 movePointerBy(horizontalShift, 0); in setContentTranslationY()
757 movePointerBy(-horizontalShift, 0); in setContentTranslationY()
761 horizontalShift > mPointerWidth ? View.INVISIBLE : View.VISIBLE); in setContentTranslationY()