Searched refs:getIconBounds (Results 1 – 7 of 7) sorted by relevance
675 getIconBounds(mDotParams.iconBounds); in drawDotIfNecessary()691 getIconBounds(mRunningAppIconBounds); in drawRunningAppIndicatorIfNecessary()730 public void getIconBounds(Rect outBounds) { in getIconBounds() method in BubbleTextView731 getIconBounds(mIconSize, outBounds); in getIconBounds()737 public void getIconBounds(int iconSize, Rect outBounds) { in getIconBounds() method in BubbleTextView1241 getIconBounds(mIconSize, bounds); in getWorkspaceVisualDragBounds()1245 getIconBounds(mIconSize, bounds); in getSourceVisualDragBounds()
121 fun getIconBounds(outBounds: Rect) { in getIconBounds() method
167 mIconGraphic.getIconBounds(outBounds); in getWorkspaceVisualDragBounds()
300 public void getIconBounds(Rect outBounds) { in getIconBounds() method in PredictedAppIcon301 super.getIconBounds(outBounds); in getIconBounds()
194 public Rect getIconBounds() { in getIconBounds() method in RenderingRequest
266 Rect iconBounds = request.getIconBounds(); in render()
267 ((BubbleTextView) v).getIconBounds(outViewBounds); in getLocationBoundsForView()