Searched refs:BubbleBarLocation (Results 1 – 16 of 16) sorted by relevance
24 enum class BubbleBarLocation : Parcelable { class55 val CREATOR = object : Parcelable.Creator<BubbleBarLocation> {56 override fun createFromParcel(parcel: Parcel): BubbleBarLocation { in createFromParcel()60 override fun newArray(size: Int) = arrayOfNulls<BubbleBarLocation>(size)
27 import com.android.wm.shell.common.bubbles.BubbleBarLocation.LEFT in <lambda>()28 import com.android.wm.shell.common.bubbles.BubbleBarLocation.RIGHT in <lambda>()125 protected abstract fun updateLocation(location: BubbleBarLocation) in <lambda>()127 private fun onLocationChange(location: BubbleBarLocation) { in <lambda>()140 private fun showDropTarget(location: BubbleBarLocation) { in <lambda>()196 fun onChange(location: BubbleBarLocation) {} in <lambda>()203 fun onRelease(location: BubbleBarLocation) in <lambda>()
52 public BubbleBarLocation bubbleBarLocation;93 bubbleBarLocation = parcel.readParcelable(BubbleBarLocation.class.getClassLoader(), in BubbleBarUpdate()94 BubbleBarLocation.class); in BubbleBarUpdate()
19 parcelable BubbleBarLocation;
22 import com.android.wm.shell.common.bubbles.BubbleBarLocation;46 oneway void setBubbleBarLocation(in BubbleBarLocation location) = 9;50 oneway void stopBubbleDrag(in BubbleBarLocation location, in int topOnScreen) = 11; in stopBubbleDrag()
20 import com.android.wm.shell.common.bubbles.BubbleBarLocation;35 void animateBubbleBarLocation(in BubbleBarLocation location); in animateBubbleBarLocation()
40 import com.android.wm.shell.common.bubbles.BubbleBarLocation;322 void animateBubbleBarLocation(BubbleBarLocation location); in animateBubbleBarLocation()
35 import com.android.wm.shell.common.bubbles.BubbleBarLocation;100 private BubbleBarLocation mBubbleBarLocation = BubbleBarLocation.DEFAULT;833 public void setBubbleBarLocation(BubbleBarLocation location) { in setBubbleBarLocation()837 public BubbleBarLocation getBubbleBarLocation() { in getBubbleBarLocation()
107 import com.android.wm.shell.common.bubbles.BubbleBarLocation;724 public BubbleBarLocation getBubbleBarLocation() { in getBubbleBarLocation()734 public void setBubbleBarLocation(BubbleBarLocation bubbleBarLocation) { in setBubbleBarLocation()748 public void animateBubbleBarLocation(BubbleBarLocation bubbleBarLocation) { in animateBubbleBarLocation()1221 public void stopBubbleDrag(BubbleBarLocation location, int topOnScreen) { in stopBubbleDrag()2400 public void animateBubbleBarLocation(BubbleBarLocation location) {2454 public void stopBubbleDrag(BubbleBarLocation location, int topOnScreen) { in stopBubbleDrag()2470 public void setBubbleBarLocation(BubbleBarLocation location) { in setBubbleBarLocation()
21 import com.android.wm.shell.common.bubbles.BubbleBarLocation.DEFAULT22 import com.android.wm.shell.common.bubbles.BubbleBarLocation.LEFT23 import com.android.wm.shell.common.bubbles.BubbleBarLocation.RIGHT
37 import com.android.wm.shell.common.bubbles.BubbleBarLocation in <lambda>()38 import com.android.wm.shell.common.bubbles.BubbleBarLocation.LEFT in <lambda>()39 import com.android.wm.shell.common.bubbles.BubbleBarLocation.RIGHT in <lambda>()449 val locationChanges = mutableListOf<BubbleBarLocation>() in <lambda>()450 val locationReleases = mutableListOf<BubbleBarLocation>() in <lambda>()451 override fun onChange(location: BubbleBarLocation) { in <lambda>()455 override fun onRelease(location: BubbleBarLocation) { in <lambda>()
29 import com.android.wm.shell.common.bubbles.BubbleBarLocation in <lambda>()79 override fun updateLocation(location: BubbleBarLocation) { in updateLocation()
48 import com.android.wm.shell.common.bubbles.BubbleBarLocation;125 public void onChange(@NonNull BubbleBarLocation bubbleBarLocation) { in BubbleBarLayerView()130 public void onRelease(@NonNull BubbleBarLocation location) { in BubbleBarLayerView()
33 import com.android.wm.shell.common.bubbles.BubbleBarLocation552 positioner.bubbleBarLocation = BubbleBarLocation.DEFAULT in testIsBubbleBarOnLeft_defaultsToRight()556 positioner.bubbleBarLocation = BubbleBarLocation.LEFT in testIsBubbleBarOnLeft_defaultsToRight()558 positioner.bubbleBarLocation = BubbleBarLocation.RIGHT in testIsBubbleBarOnLeft_defaultsToRight()566 positioner.bubbleBarLocation = BubbleBarLocation.DEFAULT in testIsBubbleBarOnLeft_rtlEnabled_defaultsToLeft()570 positioner.bubbleBarLocation = BubbleBarLocation.LEFT in testIsBubbleBarOnLeft_rtlEnabled_defaultsToLeft()572 positioner.bubbleBarLocation = BubbleBarLocation.RIGHT in testIsBubbleBarOnLeft_rtlEnabled_defaultsToLeft()
52 import com.android.wm.shell.common.bubbles.BubbleBarLocation;1199 mPositioner.setBubbleBarLocation(BubbleBarLocation.LEFT); in test_getInitialStateForBubbleBar_includesInitialBubblesAndPosition()1205 assertThat(update.bubbleBarLocation).isEqualTo(BubbleBarLocation.LEFT); in test_getInitialStateForBubbleBar_includesInitialBubblesAndPosition()1214 mPositioner.setBubbleBarLocation(BubbleBarLocation.LEFT); in test_getInitialStateForBubbleBar_includesExpandedState()1221 assertThat(update.bubbleBarLocation).isEqualTo(BubbleBarLocation.LEFT); in test_getInitialStateForBubbleBar_includesExpandedState()
179 import com.android.wm.shell.common.bubbles.BubbleBarLocation;2199 mBubbleController.stopBubbleDrag(BubbleBarLocation.LEFT, 0); in dragBubbleBarBubble_selectedBubble_expandedViewCollapsesDuringDrag()2228 mBubbleController.stopBubbleDrag(BubbleBarLocation.LEFT, 0); in dragBubbleBarBubble_unselectedBubble_expandedViewCollapsesDuringDrag()2315 mBubbleController.setBubbleBarLocation(BubbleBarLocation.LEFT); in setBubbleBarLocation_listenerNotified()2318 BubbleBarLocation.LEFT); in setBubbleBarLocation_listenerNotified()2328 mBubbleController.setBubbleBarLocation(BubbleBarLocation.LEFT); in setBubbleBarLocation_barDisabled_shouldBeIgnored()2589 public void animateBubbleBarLocation(BubbleBarLocation location) { in animateBubbleBarLocation()