Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubblePositioner.java100 private BubbleBarLocation mBubbleBarLocation = BubbleBarLocation.DEFAULT; field in BubblePositioner
834 mBubbleBarLocation = location; in setBubbleBarLocation()
838 return mBubbleBarLocation; in getBubbleBarLocation()
845 return mBubbleBarLocation.isOnLeft(mDeviceConfig.isRtl()); in isBubbleBarOnLeft()