Home
last modified time | relevance | path

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

/packages/apps/Car/Cluster/src/android/car/cluster/
DLaneView.java152 if (laneDir.getShape().equals(LaneDirection.Shape.NORMAL_RIGHT) in getShift()
153 || laneDir.getShape().equals(LaneDirection.Shape.SLIGHT_RIGHT) in getShift()
154 || laneDir.getShape().equals(LaneDirection.Shape.SHARP_RIGHT) in getShift()
155 || laneDir.getShape().equals(LaneDirection.Shape.U_TURN_RIGHT)) { in getShift()
158 if (laneDir.getShape().equals(LaneDirection.Shape.NORMAL_LEFT) in getShift()
159 || laneDir.getShape().equals(LaneDirection.Shape.SLIGHT_LEFT) in getShift()
160 || laneDir.getShape().equals(LaneDirection.Shape.SHARP_LEFT) in getShift()
161 || laneDir.getShape().equals(LaneDirection.Shape.U_TURN_LEFT)) { in getShift()
164 if (laneDir.getShape().equals(LaneDirection.Shape.STRAIGHT)) { in getShift()
188 if (laneDir.getShape().equals(LaneDirection.Shape.NORMAL_LEFT) in getOffset()
[all …]
/packages/apps/Launcher3/src/com/android/launcher3/folder/
DPreviewBackground.java19 import static com.android.launcher3.graphics.IconShape.getShape;
217 getShape().drawShape(canvas, getOffsetX(), getOffsetY(), getScaledRadius(), mPaint); in drawBackground()
252 getShape().drawShape(canvas, offsetX, offsetY, radius, mPaint); in drawShadow()
297 getShape().drawShape(canvas, in drawBackgroundStroke()
307 getShape().drawShape(canvas, getOffsetX(), getOffsetY(), getScaledRadius(), mPaint); in drawLeaveBehind()
314 getShape().addToPath(mPath, getOffsetX(), getOffsetY(), getScaledRadius()); in getClipPath()
DFolderAnimationManager.java22 import static com.android.launcher3.graphics.IconShape.getShape;
194 play(a, getShape().createRevealAnimator( in getAnimator()
/packages/apps/Launcher3/src/com/android/launcher3/graphics/
DIconShape.java75 public static IconShape getShape() { in getShape() method in IconShape
82 getShape().addToPath(p, 0, 0, DEFAULT_PATH_SIZE * 0.5f); in getShapePath()
/packages/apps/Launcher3/src/com/android/launcher3/icons/
DLauncherIcons.java55 return obtain(context, IconShape.getShape().enableShapeDetection()); in obtain()
/packages/apps/Launcher3/src/com/android/launcher3/views/
DFloatingIconView.java247 mRevealAnimator = (ValueAnimator) IconShape.getShape().createRevealAnimator( in update()