Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/animation/
H A DExpandedViewAnimationControllerTest.java166 verify(mMockExpandedView).movePointerBy(0, 0); in testReset()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleExpandedView.java691 movePointerBy(horizontalShift, 0); in setContentTranslationY()
694 movePointerBy(-horizontalShift, 0); in setContentTranslationY()
760 public void movePointerBy(float x, float y) { in movePointerBy() method in BubbleExpandedView
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
H A DExpandedViewAnimationControllerImpl.java320 mExpandedView.movePointerBy(0, 0); in reset()