Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/bubbles/
DBubbleBarLocation.kt24 enum class BubbleBarLocation : Parcelable { class
55 val CREATOR = object : Parcelable.Creator<BubbleBarLocation> {
56 override fun createFromParcel(parcel: Parcel): BubbleBarLocation { in createFromParcel()
60 override fun newArray(size: Int) = arrayOfNulls<BubbleBarLocation>(size)
DBaseBubblePinController.kt27 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>()
DBubbleBarUpdate.java52 public BubbleBarLocation bubbleBarLocation;
93 bubbleBarLocation = parcel.readParcelable(BubbleBarLocation.class.getClassLoader(), in BubbleBarUpdate()
94 BubbleBarLocation.class); in BubbleBarUpdate()
DBubbleBarLocation.aidl19 parcelable BubbleBarLocation;
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DIBubbles.aidl22 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()
DIBubblesListener.aidl20 import com.android.wm.shell.common.bubbles.BubbleBarLocation;
35 void animateBubbleBarLocation(in BubbleBarLocation location); in animateBubbleBarLocation()
DBubbles.java40 import com.android.wm.shell.common.bubbles.BubbleBarLocation;
322 void animateBubbleBarLocation(BubbleBarLocation location); in animateBubbleBarLocation()
DBubblePositioner.java35 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()
DBubbleController.java107 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()
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/common/bubbles/
DBubbleBarLocationTest.kt21 import com.android.wm.shell.common.bubbles.BubbleBarLocation.DEFAULT
22 import com.android.wm.shell.common.bubbles.BubbleBarLocation.LEFT
23 import com.android.wm.shell.common.bubbles.BubbleBarLocation.RIGHT
/frameworks/base/libs/WindowManager/Shell/multivalentTests/src/com/android/wm/shell/bubbles/bar/
DBubbleExpandedViewPinControllerTest.kt37 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>()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/bar/
DBubbleExpandedViewPinController.kt29 import com.android.wm.shell.common.bubbles.BubbleBarLocation in <lambda>()
79 override fun updateLocation(location: BubbleBarLocation) { in updateLocation()
DBubbleBarLayerView.java48 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()
/frameworks/base/libs/WindowManager/Shell/multivalentTests/src/com/android/wm/shell/bubbles/
DBubblePositionerTest.kt33 import com.android.wm.shell.common.bubbles.BubbleBarLocation
552 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()
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/
DBubbleDataTest.java52 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()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
DBubblesTest.java179 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()