Searched refs:getIconView (Results 1 – 10 of 10) sorted by relevance
1196 mBubbleContainer.removeView(mBubbleOverflow.getIconView()); in setUpOverflow()1200 mBubbleContainer.addView(mBubbleOverflow.getIconView(), overflowBtnIndex, in setUpOverflow()1202 mBubbleOverflow.getIconView().setOnClickListener(v -> { in setUpOverflow()1274 if (b.getIconView() == null) { in onDisplaySizeChanged()1278 b.getIconView().setLayoutParams(new LayoutParams(mBubbleSize, mBubbleSize)); in onDisplaySizeChanged()1427 if (bubble.getIconView() != null) { in updateContentDescription()1429 bubble.getIconView().setContentDescription(getResources().getString( in updateContentDescription()1433 bubble.getIconView().setContentDescription(getResources().getString( in updateContentDescription()1488 return mExpandedBubble != null ? mExpandedBubble.getIconView() : null; in getExpandedBubbleView()1516 if (bubble.getIconView() == null) { in addBubble()[all …]
33 @Nullable View getIconView(); in getIconView() method
172 public View getIconView() { in getIconView() method in BubbleOverflow
754 if (bubble.getIconView() != null && bubble.getIconView().equals(view)) { in getBubbleWithView()
232 public BadgedImageView getIconView() { in getIconView() method in Bubble
34 public abstract View getIconView(); in getIconView() method in QSIconView
214 final View tileIcon = tileView.getIcon().getIconView(); in updateAnimators()224 getRelativePosition(loc1, quickTileView.getIcon().getIconView(), view); in updateAnimators()
142 public ImageView getIconView() { in getIconView() method in AuthBiometricView.Injector589 mIconView = mInjector.getIconView(); in onFinishInflateInternal()
66 public View getIconView() { in getIconView() method in QSIconViewImpl
361 public ImageView getIconView() { in getIconView() method in AuthBiometricViewTest.MockInjector