Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/
DBubbleBarView.java152 private BubbleBarLocation mBubbleBarLocation = BubbleBarLocation.DEFAULT; field in BubbleBarView
243 updateBubblesLayoutProperties(mBubbleBarLocation); in BubbleBarView()
286 updateBubblesLayoutProperties(mBubbleBarLocation); in animateBubbleBarIconSize()
351 updateBubblesLayoutProperties(mBubbleBarLocation); in onLayout()
357 if (mBubbleBarLocation == BubbleBarLocation.DEFAULT in onRtlPropertiesChanged()
368 final boolean onLeft = mBubbleBarLocation.isOnLeft(isLayoutRtl()); in onBubbleBarLocationChanged()
380 return mBubbleBarLocation; in getBubbleBarLocation()
388 if (bubbleBarLocation != mBubbleBarLocation) { in setBubbleBarLocation()
389 mBubbleBarLocation = bubbleBarLocation; in setBubbleBarLocation()
534 if (newLocation == mBubbleBarLocation) { in getLocationUpdateFadeInAnimator()
[all …]