Searched refs:getWidgetDragScalePx (Results 1 – 3 of 3) sorted by relevance
75 WidgetDragScaleUtils.getWidgetDragScalePx( in getWidgetDragScalePx_largeDraggedView_downScaled()103 WidgetDragScaleUtils.getWidgetDragScalePx( in getWidgetDragScalePx_draggedViewSameAsWidgetSize_downScaled()129 WidgetDragScaleUtils.getWidgetDragScalePx( in getWidgetDragScalePx_draggedViewSmallerThanMinSize_scaledSizeIsAtLeastMinSize()
99 scalePx = mIsInPreDrag ? 0f : getWidgetDragScalePx(drawable, view, dragInfo); in startDrag()172 float getWidgetDragScalePx(@Nullable Drawable drawable, @Nullable View view, in getWidgetDragScalePx() method in LauncherDragController185 return WidgetDragScaleUtils.getWidgetDragScalePx(mActivity, mActivity.getDeviceProfile(), in getWidgetDragScalePx()
43 public static float getWidgetDragScalePx(Context context, DeviceProfile deviceProfile, in getWidgetDragScalePx() method in WidgetDragScaleUtils