Searched refs:getIconBounds (Results 1 – 6 of 6) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | BubbleTextView.java | 445 getIconBounds(mDotParams.iconBounds); in drawDotIfNecessary() 474 public void getIconBounds(Rect outBounds) { in getIconBounds() method in BubbleTextView 475 getIconBounds(this, outBounds, mIconSize); in getIconBounds() 478 public static void getIconBounds(View iconView, Rect outBounds, int iconSize) { in getIconBounds() method in BubbleTextView 848 BubbleTextView.getIconBounds(this, bounds, grid.iconSizePx); in getWorkspaceVisualDragBounds() 864 BubbleTextView.getIconBounds(this, bounds, getIconSizeForDisplay(mDisplay)); in getSourceVisualDragBounds()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/ |
D | PredictedAppIcon.java | 147 public void getIconBounds(Rect outBounds) { in getIconBounds() method in PredictedAppIcon 148 super.getIconBounds(outBounds); in getIconBounds()
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/ |
D | RenderingRequest.java | 194 public Rect getIconBounds() { in getIconBounds() method in RenderingRequest
|
D | CachingPipeline.java | 351 Rect iconBounds = request.getIconBounds(); in render()
|
/packages/apps/Launcher3/src/com/android/launcher3/views/ |
D | FloatingIconView.java | 230 ((BubbleTextView) v).getIconBounds(outViewBounds); in getLocationBoundsForView()
|
/packages/apps/Launcher3/src/com/android/launcher3/folder/ |
D | FolderIcon.java | 629 BubbleTextView.getIconBounds(this, iconBounds, mActivity.getDeviceProfile().iconSizePx); in drawDot()
|