Searched refs:BubbleExpandedView (Results 1 – 10 of 10) sorted by relevance
83 public class BubbleExpandedView extends LinearLayout { class88 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 …]
46 private var expandedView: BubbleExpandedView?163 private fun createExpandedView(): BubbleExpandedView {169 ) as BubbleExpandedView176 override fun getExpandedView(): BubbleExpandedView? {
45 BubbleExpandedView getExpandedView(); in getExpandedView()
50 private var bubbleExpandedView: BubbleExpandedView? = null97 fun show(expandedView: BubbleExpandedView) {
162 BubbleExpandedView expandedView;204 info.expandedView = (BubbleExpandedView) inflater.inflate( in populate()
105 private BubbleExpandedView mExpandedView;381 public BubbleExpandedView getExpandedView() { in getExpandedView()
325 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()
22 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()
18 import com.android.wm.shell.bubbles.BubbleExpandedView;27 void setExpandedView(BubbleExpandedView expandedView); in setExpandedView()
36 import com.android.wm.shell.bubbles.BubbleExpandedView;56 private BubbleExpandedView mMockExpandedView;