Home
last modified time | relevance | path

Searched refs:getIconBounds (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
DBubbleTextView.java675 getIconBounds(mDotParams.iconBounds); in drawDotIfNecessary()
691 getIconBounds(mRunningAppIconBounds); in drawRunningAppIndicatorIfNecessary()
730 public void getIconBounds(Rect outBounds) { in getIconBounds() method in BubbleTextView
731 getIconBounds(mIconSize, outBounds); in getIconBounds()
737 public void getIconBounds(int iconSize, Rect outBounds) { in getIconBounds() method in BubbleTextView
1241 getIconBounds(mIconSize, bounds); in getWorkspaceVisualDragBounds()
1245 getIconBounds(mIconSize, bounds); in getSourceVisualDragBounds()
/packages/apps/Launcher3/src/com/android/launcher3/apppairs/
DAppPairIconGraphic.kt121 fun getIconBounds(outBounds: Rect) { in getIconBounds() method
DAppPairIcon.java167 mIconGraphic.getIconBounds(outBounds); in getWorkspaceVisualDragBounds()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/
DPredictedAppIcon.java300 public void getIconBounds(Rect outBounds) { in getIconBounds() method in PredictedAppIcon
301 super.getIconBounds(outBounds); in getIconBounds()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
DRenderingRequest.java194 public Rect getIconBounds() { in getIconBounds() method in RenderingRequest
DCachingPipeline.java266 Rect iconBounds = request.getIconBounds(); in render()
/packages/apps/Launcher3/src/com/android/launcher3/views/
DFloatingIconView.java267 ((BubbleTextView) v).getIconBounds(outViewBounds); in getLocationBoundsForView()