Home
last modified time | relevance | path

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

/packages/apps/Car/Cluster/DirectRenderingCluster/src/android/car/cluster/
DLaneView.java153 if (laneDir.getShape().equals(LaneDirection.Shape.NORMAL_RIGHT) in getShift()
154 || laneDir.getShape().equals(LaneDirection.Shape.SLIGHT_RIGHT) in getShift()
155 || laneDir.getShape().equals(LaneDirection.Shape.SHARP_RIGHT) in getShift()
156 || laneDir.getShape().equals(LaneDirection.Shape.U_TURN_RIGHT)) { in getShift()
159 if (laneDir.getShape().equals(LaneDirection.Shape.NORMAL_LEFT) in getShift()
160 || laneDir.getShape().equals(LaneDirection.Shape.SLIGHT_LEFT) in getShift()
161 || laneDir.getShape().equals(LaneDirection.Shape.SHARP_LEFT) in getShift()
162 || laneDir.getShape().equals(LaneDirection.Shape.U_TURN_LEFT)) { in getShift()
165 if (laneDir.getShape().equals(LaneDirection.Shape.STRAIGHT)) { in getShift()
189 if (laneDir.getShape().equals(LaneDirection.Shape.NORMAL_LEFT) in getOffset()
[all …]
/packages/apps/Car/Cluster/ClusterOsDouble/src/com/android/car/cluster/view/
DLaneView.java154 if (laneDir.getShape().equals(LaneDirection.Shape.NORMAL_RIGHT) in getShift()
155 || laneDir.getShape().equals(LaneDirection.Shape.SLIGHT_RIGHT) in getShift()
156 || laneDir.getShape().equals(LaneDirection.Shape.SHARP_RIGHT) in getShift()
157 || laneDir.getShape().equals(LaneDirection.Shape.U_TURN_RIGHT)) { in getShift()
160 if (laneDir.getShape().equals(LaneDirection.Shape.NORMAL_LEFT) in getShift()
161 || laneDir.getShape().equals(LaneDirection.Shape.SLIGHT_LEFT) in getShift()
162 || laneDir.getShape().equals(LaneDirection.Shape.SHARP_LEFT) in getShift()
163 || laneDir.getShape().equals(LaneDirection.Shape.U_TURN_LEFT)) { in getShift()
166 if (laneDir.getShape().equals(LaneDirection.Shape.STRAIGHT)) { in getShift()
190 if (laneDir.getShape().equals(LaneDirection.Shape.NORMAL_LEFT) in getOffset()
[all …]
/packages/apps/Launcher3/src/com/android/launcher3/folder/
DPreviewBackground.java20 import static com.android.launcher3.graphics.IconShape.getShape;
242 getShape().drawShape(canvas, getOffsetX(), getOffsetY(), getScaledRadius(), mPaint); in drawBackground()
280 getShape().drawShape(canvas, offsetX, offsetY, radius, mPaint); in drawShadow()
335 getShape().drawShape(canvas, in drawBackgroundStroke()
345 getShape().drawShape(canvas, getOffsetX(), getOffsetY(), getScaledRadius(), mPaint); in drawLeaveBehind()
357 getShape().addToPath(mPath, offsetX, offsetY, radius); in getClipPath()
DFolderAnimationManager.java24 import static com.android.launcher3.graphics.IconShape.getShape;
238 play(a, getShape().createRevealAnimator( in getAnimator()
250 play(a, getShape().createRevealAnimator( in getAnimator()
/packages/apps/Launcher3/src/com/android/launcher3/icons/
DLauncherIcons.java36 return obtain(context, IconShape.getShape().enableShapeDetection()); in obtain()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DFloatingWidgetBackgroundView.java147 && ((GradientDrawable) drawable).getShape() == GradientDrawable.RECTANGLE); in isSupportedDrawable()
/packages/apps/Launcher3/src/com/android/launcher3/views/
DClipIconView.java206 mRevealAnimator = (ValueAnimator) IconShape.getShape().createRevealAnimator( in update()
/packages/apps/Launcher3/src/com/android/launcher3/graphics/
DIconShape.java65 public static IconShape getShape() { in getShape() method in IconShape