Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DClickShadowView.java109 int clipTop = (int) Math.max(0, coords[1] - topShift - mShadowPadding) ; in alignWithIconView() local
110 setClipBounds(new Rect(clipLeft, clipTop, clipLeft + iconWidth, clipTop + iconHeight)); in alignWithIconView()