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.java835 getIconBounds(mDotParams.iconBounds); in drawDotIfNecessary()
869 getIconBounds(iconBounds); in drawAppContrastTile()
886 getIconBounds(mRunningAppIconBounds); in drawRunningAppIndicatorIfNecessary()
930 public void getIconBounds(Rect outBounds) { in getIconBounds() method in BubbleTextView
931 getIconBounds(mIconSize, outBounds); in getIconBounds()
937 public void getIconBounds(int iconSize, Rect outBounds) { in getIconBounds() method in BubbleTextView
1482 getIconBounds(mIconSize, bounds); in getWorkspaceVisualDragBounds()
1486 getIconBounds(mIconSize, bounds); in getSourceVisualDragBounds()
/packages/apps/Launcher3/src/com/android/launcher3/apppairs/
DAppPairIconGraphic.kt119 fun getIconBounds(outBounds: Rect) { in getIconBounds() method
DAppPairIcon.java189 mIconGraphic.getIconBounds(outBounds); in getWorkspaceVisualDragBounds()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/
DPredictedAppIcon.java293 public void getIconBounds(Rect outBounds) { in getIconBounds() method in PredictedAppIcon
294 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.java271 ((BubbleTextView) v).getIconBounds(outViewBounds); in getLocationBoundsForView()