Searched refs:BubbleExpandedView (Results 1 – 10 of 10) sorted by relevance
18 import static com.android.wm.shell.bubbles.BubbleExpandedView.BACKGROUND_ALPHA;19 import static com.android.wm.shell.bubbles.BubbleExpandedView.BOTTOM_CLIP_PROPERTY;20 import static com.android.wm.shell.bubbles.BubbleExpandedView.CONTENT_ALPHA;21 import static com.android.wm.shell.bubbles.BubbleExpandedView.MANAGE_BUTTON_ALPHA;44 import com.android.wm.shell.bubbles.BubbleExpandedView;94 private BubbleExpandedView mExpandedView;118 public void setExpandedView(BubbleExpandedView expandedView) { in setExpandedView()229 BubbleExpandedView expandedView = mExpandedView; in animateBackToExpanded()354 private AnimatorSet createCollapseAnimation(BubbleExpandedView expandedView, in createCollapseAnimation()382 private ValueAnimator createHeightAnimation(BubbleExpandedView expandedView) { in createHeightAnimation()
20 import com.android.wm.shell.bubbles.BubbleExpandedView;29 void setExpandedView(BubbleExpandedView expandedView); in setExpandedView()
82 public class BubbleExpandedView extends LinearLayout { class86 public static final IntProperty<BubbleExpandedView> BOTTOM_CLIP_PROPERTY =87 new IntProperty<BubbleExpandedView>("bottomClip") {89 public void setValue(BubbleExpandedView expandedView, int value) {94 public Integer get(BubbleExpandedView expandedView) {100 public static final FloatProperty<BubbleExpandedView> CONTENT_ALPHA =101 new FloatProperty<BubbleExpandedView>("contentAlpha") {103 public void setValue(BubbleExpandedView expandedView, float value) {108 public Float get(BubbleExpandedView expandedView) {114 public static final FloatProperty<BubbleExpandedView> BACKGROUND_ALPHA =[all …]
48 private var expandedView: BubbleExpandedView?189 private fun createExpandedView(): BubbleExpandedView { in createExpandedView()195 ) as BubbleExpandedView in createExpandedView()202 override fun getExpandedView(): BubbleExpandedView? { in getExpandedView()
45 BubbleExpandedView getExpandedView(); in getExpandedView()
52 private var bubbleExpandedView: BubbleExpandedView? = null102 fun show(expandedView: BubbleExpandedView, isStackOnLeft: Boolean) { in show()
349 final BubbleExpandedView expandedView = getExpandedView(); in dump()820 BubbleExpandedView expandedView = getExpandedView();1126 BubbleExpandedView expandedView = getExpandedView(); in BubbleStackView()1137 BubbleExpandedView expandedView = getExpandedView(); in BubbleStackView()1150 BubbleExpandedView expandedView = getExpandedView(); in BubbleStackView()1425 BubbleExpandedView expandedView = getExpandedView(); in showManageEdu()1950 private BubbleExpandedView getExpandedView() { in getExpandedView()2133 BubbleExpandedView expandedView = getExpandedView(); in setSelectedBubble()2555 BubbleExpandedView expandedView = getExpandedView(); in animateBubbleExpansion()2592 BubbleExpandedView expView = getExpandedView(); in animateBubbleExpansion()[all …]
170 @Nullable BubbleExpandedView expandedView;225 info.expandedView = (BubbleExpandedView) inflater.inflate( in populate()
107 private BubbleExpandedView mExpandedView;386 public BubbleExpandedView getExpandedView() { in getExpandedView()
36 import com.android.wm.shell.bubbles.BubbleExpandedView;53 private BubbleExpandedView mMockExpandedView;