Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DBubbleTextView.java445 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/
DPredictedAppIcon.java147 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/
DRenderingRequest.java194 public Rect getIconBounds() { in getIconBounds() method in RenderingRequest
DCachingPipeline.java351 Rect iconBounds = request.getIconBounds(); in render()
/packages/apps/Launcher3/src/com/android/launcher3/views/
DFloatingIconView.java230 ((BubbleTextView) v).getIconBounds(outViewBounds); in getLocationBoundsForView()
/packages/apps/Launcher3/src/com/android/launcher3/folder/
DFolderIcon.java629 BubbleTextView.getIconBounds(this, iconBounds, mActivity.getDeviceProfile().iconSizePx); in drawDot()