Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleExpandedView.java83 public class BubbleExpandedView extends LinearLayout { class
88 new IntProperty<BubbleExpandedView>("bottomClip") {
95 public Integer get(BubbleExpandedView expandedView) {
102 new FloatProperty<BubbleExpandedView>("contentAlpha") {
109 public Float get(BubbleExpandedView expandedView) {
116 new FloatProperty<BubbleExpandedView>("backgroundAlpha") {
123 public Float get(BubbleExpandedView expandedView) {
130 new FloatProperty<BubbleExpandedView>("manageButtonAlpha") {
137 public Float get(BubbleExpandedView expandedView) {
333 public BubbleExpandedView(Context context) { in BubbleExpandedView() method in BubbleExpandedView
[all …]
H A DBubbleOverflow.kt46 private var expandedView: BubbleExpandedView?
163 private fun createExpandedView(): BubbleExpandedView {
169 ) as BubbleExpandedView
176 override fun getExpandedView(): BubbleExpandedView? {
H A DBubbleViewProvider.java45 BubbleExpandedView getExpandedView(); in getExpandedView()
H A DManageEducationView.kt50 private var bubbleExpandedView: BubbleExpandedView? = null
97 fun show(expandedView: BubbleExpandedView) {
H A DBubbleViewInfoTask.java162 BubbleExpandedView expandedView;
204 info.expandedView = (BubbleExpandedView) inflater.inflate( in populate()
H A DBubble.java105 private BubbleExpandedView mExpandedView;
381 public BubbleExpandedView getExpandedView() { in getExpandedView()
H A DBubbleStackView.java325 final BubbleExpandedView expandedView = mExpandedBubble.getExpandedView(); in dump()
3060 BubbleExpandedView bev = mExpandedBubble.getExpandedView(); in updateExpandedBubble()
3090 BubbleExpandedView bev = mExpandedBubble.getExpandedView(); in updateManageButtonListener()
3113 final BubbleExpandedView animatingOutExpandedView = mExpandedBubble.getExpandedView(); in screenshotAnimatingOutBubbleIntoSurface()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
H A DExpandedViewAnimationControllerImpl.java22 import static com.android.wm.shell.bubbles.BubbleExpandedView.BACKGROUND_ALPHA;
23 import static com.android.wm.shell.bubbles.BubbleExpandedView.BOTTOM_CLIP_PROPERTY;
24 import static com.android.wm.shell.bubbles.BubbleExpandedView.CONTENT_ALPHA;
25 import static com.android.wm.shell.bubbles.BubbleExpandedView.MANAGE_BUTTON_ALPHA;
46 import com.android.wm.shell.bubbles.BubbleExpandedView;
98 private BubbleExpandedView mExpandedView;
122 public void setExpandedView(BubbleExpandedView expandedView) { in setExpandedView()
249 BubbleExpandedView expandedView = mExpandedView; in animateBackToExpanded()
365 private AnimatorSet createCollapseAnimation(BubbleExpandedView expandedView, in createCollapseAnimation()
393 private ValueAnimator createHeightAnimation(BubbleExpandedView expandedView) { in createHeightAnimation()
H A DExpandedViewAnimationController.java18 import com.android.wm.shell.bubbles.BubbleExpandedView;
27 void setExpandedView(BubbleExpandedView expandedView); in setExpandedView()
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/animation/
H A DExpandedViewAnimationControllerTest.java36 import com.android.wm.shell.bubbles.BubbleExpandedView;
56 private BubbleExpandedView mMockExpandedView;