Searched refs:getIconView (Results 1 – 7 of 7) sorted by relevance
511 b.getIconView().setBubbleIconFactory(mBubbleIconFactory); in onThemeChanged()512 b.getIconView().updateViews(); in onThemeChanged()709 return mExpandedBubble != null ? mExpandedBubble.getIconView() : null; in getExpandedBubbleView()746 bubble.getIconView().setBubbleIconFactory(mBubbleIconFactory); in addBubble()747 bubble.getIconView().updateViews(); in addBubble()751 bubble.getIconView().setDotPosition( in addBubble()754 mBubbleContainer.addView(bubble.getIconView(), 0, in addBubble()756 ViewClippingUtil.setClippingDeactivated(bubble.getIconView(), true, mClippingParameters); in addBubble()769 int removedIndex = mBubbleContainer.indexOfChild(bubble.getIconView()); in removeBubble()790 mBubbleContainer.reorderView(bubble.getIconView(), i); in updateBubbleOrder()[all …]
147 BubbleView getIconView() { in getIconView() method in Bubble
34 public abstract View getIconView(); in getIconView() method in QSIconView
204 final View tileIcon = tileView.getIcon().getIconView(); in updateAnimators()214 getRelativePosition(loc1, quickTileView.getIcon().getIconView(), view); in updateAnimators()
66 public View getIconView() { in getIconView() method in QSIconViewImpl
403 public ImageView getIconView() { in getIconView() method in TaskViewHeader
957 Drawable icon = mHeaderBar.getIconView().getDrawable(); in drawThumbnailTransitionBitmap()