Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/
DTestableBubblePositioner.java34 updateInternal(Configuration.ORIENTATION_PORTRAIT, in TestableBubblePositioner()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
DTestableBubblePositioner.java36 updateInternal(Configuration.ORIENTATION_PORTRAIT, in TestableBubblePositioner()
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/animation/
DExpandedAnimationControllerTest.java70 mPositioner.updateInternal(Configuration.ORIENTATION_PORTRAIT, in setUp()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubblePositioner.java121 updateInternal(mRotation, deviceConfig.getInsets(), deviceConfig.getWindowBounds()); in update()
125 public void updateInternal(int rotation, Insets insets, Rect bounds) { in updateInternal() method in BubblePositioner