Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleController.java149 private BubblePositioner mBubblePositioner; field in BubbleController
264 mBubblePositioner = positioner; in BubbleController()
386 mBubblePositioner.setRotation(toRotation); in initialize()
457 mBubblePositioner.setPinnedLocation(isVisible ? point : null); in onTaskbarChanged()
458 mBubblePositioner.updateForTaskbar(iconSize, taskbarPosition, isVisible, taskbarSize); in onTaskbarChanged()
575 return mBubblePositioner; in getPositioner()
636 mBubblePositioner.update(); in addToWindowManagerMaybe()
753 if (mBubblePositioner != null) { in onConfigChanged()
754 mBubblePositioner.update(); in onConfigChanged()
1383 mBubblePositioner.setImeVisible(imeVisible, imeHeight); in onImeVisibilityChanged()