Searched refs:getIconBounds (Results 1 – 6 of 6) sorted by relevance
426 getIconBounds(mDotParams.iconBounds); in drawDotIfNecessary()454 public void getIconBounds(Rect outBounds) { in getIconBounds() method in BubbleTextView455 getIconBounds(this, outBounds, mIconSize); in getIconBounds()458 public static void getIconBounds(View iconView, Rect outBounds, int iconSize) { in getIconBounds() method in BubbleTextView
1503 BubbleTextView.getIconBounds(child, dragRect, grid.iconSizePx); in beginDragShared()
194 public Rect getIconBounds() { in getIconBounds() method in RenderingRequest
351 Rect iconBounds = request.getIconBounds(); in render()
532 BubbleTextView.getIconBounds(this, iconBounds, in drawDot()
365 ((BubbleTextView) v).getIconBounds(iconBounds); in getLocationBoundsForView()