Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/animation/
DExpandedViewAnimationControllerTest.java163 verify(mMockExpandedView).movePointerBy(0, 0); in testReset()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleExpandedView.java754 movePointerBy(horizontalShift, 0); in setContentTranslationY()
757 movePointerBy(-horizontalShift, 0); in setContentTranslationY()
843 public void movePointerBy(float x, float y) { in movePointerBy() method in BubbleExpandedView
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
DExpandedViewAnimationControllerImpl.java309 mExpandedView.movePointerBy(0, 0); in reset()