Searched refs:BubbleBarUpdate (Results 1 – 6 of 6) sorted by relevance
33 public class BubbleBarUpdate implements Parcelable { class68 public BubbleBarUpdate() { in BubbleBarUpdate() method in BubbleBarUpdate72 private BubbleBarUpdate(boolean initialState) { in BubbleBarUpdate() method in BubbleBarUpdate76 public BubbleBarUpdate(Parcel parcel) { in BubbleBarUpdate() method in BubbleBarUpdate171 public static BubbleBarUpdate createInitialState() { in createInitialState()172 return new BubbleBarUpdate(true); in createInitialState()176 public static final Creator<BubbleBarUpdate> CREATOR =178 public BubbleBarUpdate createFromParcel(Parcel source) {179 return new BubbleBarUpdate(source);182 public BubbleBarUpdate[] newArray(int size) {[all …]
41 import com.android.wm.shell.common.bubbles.BubbleBarUpdate;316 void onBubbleStateChange(BubbleBarUpdate update); in onBubbleStateChange()
42 import com.android.wm.shell.common.bubbles.BubbleBarUpdate;126 BubbleBarUpdate toBubbleBarUpdate() { in toBubbleBarUpdate()127 BubbleBarUpdate bubbleBarUpdate = new BubbleBarUpdate(); in toBubbleBarUpdate()171 BubbleBarUpdate getInitialState() { in getInitialState()172 BubbleBarUpdate bubbleBarUpdate = BubbleBarUpdate.createInitialState(); in getInitialState()262 public BubbleBarUpdate getInitialStateForBubbleBar() { in getInitialStateForBubbleBar()263 BubbleBarUpdate initialState = mStateChange.getInitialState(); in getInitialStateForBubbleBar()
108 import com.android.wm.shell.common.bubbles.BubbleBarUpdate;592 BubbleBarUpdate update = mBubbleData.getInitialStateForBubbleBar(); in sendInitialListenerUpdate()737 BubbleBarUpdate bubbleBarUpdate = new BubbleBarUpdate(); in setBubbleBarLocation()1208 BubbleBarUpdate update = new BubbleBarUpdate(); in startBubbleDrag()2102 BubbleBarUpdate bubbleBarUpdate = update.toBubbleBarUpdate();2392 public void onBubbleStateChange(BubbleBarUpdate update) {2394 b.setClassLoader(BubbleBarUpdate.class.getClassLoader());2395 b.putParcelable(BubbleBarUpdate.BUNDLE_KEY, update);
53 import com.android.wm.shell.common.bubbles.BubbleBarUpdate;1201 BubbleBarUpdate update = mBubbleData.getInitialStateForBubbleBar(); in test_getInitialStateForBubbleBar_includesInitialBubblesAndPosition()1217 BubbleBarUpdate update = mBubbleData.getInitialStateForBubbleBar(); in test_getInitialStateForBubbleBar_includesExpandedState()
180 import com.android.wm.shell.common.bubbles.BubbleBarUpdate;2580 BubbleBarUpdate mLastUpdate;2583 public void onBubbleStateChange(BubbleBarUpdate update) { in onBubbleStateChange()