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.java35 updateInternal(Configuration.ORIENTATION_PORTRAIT, in TestableBubblePositioner()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubblePositioner.java123 updateInternal(mRotation, insets, windowMetrics.getBounds()); in update()
142 public void updateInternal(int rotation, Insets insets, Rect bounds) { in updateInternal() method in BubblePositioner
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/animation/
DExpandedAnimationControllerTest.java67 positioner.updateInternal(Configuration.ORIENTATION_PORTRAIT, in setUp()