Searched defs:bubble (Results 1 - 7 of 7) sorted by relevance

/packages/apps/Dialer/java/com/android/dialershared/bubble/
H A DCheckableImageButton.java17 package com.android.dialershared.bubble;
H A DWindowRoot.java17 package com.android.dialershared.bubble;
H A DMoveHandler.java17 package com.android.dialershared.bubble;
36 /** Handles touches and manages moving the bubble in response */
41 // The friction multiplier to control how slippery the bubble is when flung
46 private final Bubble bubble; field in class:MoveHandler
84 Integer gravityOverride = bubble.getGravityOverride();
95 bubble.onLeftRightSwitch(onRight);
97 if (bubble.isVisible()) {
98 windowManager.updateViewLayout(bubble.getRootView(), windowParams);
113 if (bubble.isVisible()) {
114 windowManager.updateViewLayout(bubble
119 MoveHandler(@onNull View targetView, @NonNull Bubble bubble) argument
[all...]
H A DChangeOnScreenBounds.java17 package com.android.dialershared.bubble;
36 static final String PROPNAME_BOUNDS = "bubble:changeScreenBounds:bounds";
39 static final String PROPNAME_SCREEN_X = "bubble:changeScreenBounds:screenX";
42 static final String PROPNAME_SCREEN_Y = "bubble:changeScreenBounds:screenY";
H A DBubbleInfo.java17 package com.android.dialershared.bubble;
76 /** Represents actions to be shown in the bubble when expanded */
H A DBubble.java17 package com.android.dialershared.bubble;
64 import com.android.dialershared.bubble.BubbleInfo.Action;
70 * Creates and manages a bubble window from information in a {@link BubbleInfo}. Before creating, be
77 // resizing. See http://go/bubble-resize for details.
161 Bubble bubble = bubbleFactory.createBubble(context);
162 bubble.setBubbleInfo(info);
163 return bubble;
181 * Make the bubble visible. Will show a short entrance animation as it enters. If the bubble is
242 * Hide the button if visible. Will run a short exit animation before hiding. If the bubble i
[all...]
/packages/apps/Dialer/java/com/android/incallui/
H A DReturnToCallController.java29 import com.android.dialershared.bubble.Bubble;
30 import com.android.dialershared.bubble.BubbleInfo;
31 import com.android.dialershared.bubble.BubbleInfo.Action;
44 * Listens for events relevant to the return-to-call bubble and updates the bubble's state as
52 Bubble bubble; field in class:ReturnToCallController
98 if (bubble != null) {
99 bubble.hide();
106 if (bubble == null) {
107 bubble
[all...]

Completed in 81 milliseconds