Home
last modified time | relevance | path

Searched refs:getWidgetDragScalePx (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/widget/util/
DWidgetDragScaleUtilsTest.kt75 WidgetDragScaleUtils.getWidgetDragScalePx( in getWidgetDragScalePx_largeDraggedView_downScaled()
103 WidgetDragScaleUtils.getWidgetDragScalePx( in getWidgetDragScalePx_draggedViewSameAsWidgetSize_downScaled()
129 WidgetDragScaleUtils.getWidgetDragScalePx( in getWidgetDragScalePx_draggedViewSmallerThanMinSize_scaledSizeIsAtLeastMinSize()
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DLauncherDragController.java99 scalePx = mIsInPreDrag ? 0f : getWidgetDragScalePx(drawable, view, dragInfo); in startDrag()
172 float getWidgetDragScalePx(@Nullable Drawable drawable, @Nullable View view, in getWidgetDragScalePx() method in LauncherDragController
185 return WidgetDragScaleUtils.getWidgetDragScalePx(mActivity, mActivity.getDeviceProfile(), in getWidgetDragScalePx()
/packages/apps/Launcher3/src/com/android/launcher3/widget/util/
DWidgetDragScaleUtils.java43 public static float getWidgetDragScalePx(Context context, DeviceProfile deviceProfile, in getWidgetDragScalePx() method in WidgetDragScaleUtils