Home
last modified time | relevance | path

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

/packages/apps/Car/Launcher/libs/appgrid/lib/src/com/android/car/carlauncher/recyclerview/
DAppItemViewHolder.java67 private final int mIconScaledSize; field in AppItemViewHolder
135 mIconScaledSize = context.getResources().getDimensionPixelSize( in AppItemViewHolder()
218 animateIconResize(/* scale */ ((float) mIconScaledSize / mIconSize), in bind()
279 int dragOffsetX = mDragCallback.mDragPoint.x - mIconScaledSize / 2; in prepareForDropAnimation()
280 int dragOffsetY = mDragCallback.mDragPoint.y - mIconScaledSize / 2; in prepareForDropAnimation()
288 mAppIcon.setScaleX((float) mIconScaledSize / mIconSize); in prepareForDropAnimation()
289 mAppIcon.setScaleY((float) mIconScaledSize / mIconSize); in prepareForDropAnimation()
384 && event.getX() < mIconScaledSize && event.getY() < mIconScaledSize; in shouldStartDragAndDrop()
399 Point dragPoint = new Point(/* x */ (int) (eventX / mIconSize * mIconScaledSize),
400 /* y */ (int) (eventY / mIconSize * mIconScaledSize));
[all …]