Home
last modified time | relevance | path

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

/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/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/Launcher3/src/com/android/launcher3/folder/
DPreviewBackground.java258 getShape().drawShape(canvas, getOffsetX(), getOffsetY(), getScaledRadius(), mPaint); in drawBackground()
262 private ShapeDelegate getShape() { in getShape() method in PreviewBackground
300 getShape().drawShape(canvas, offsetX, offsetY, radius, mPaint); in drawShadow()
355 getShape().drawShape(canvas, in drawBackgroundStroke()
368 getShape().drawShape(canvas, getOffsetX(), getOffsetY(), getScaledRadius(), mPaint); in drawLeaveBehind()
380 getShape().addToPath(mPath, offsetX, offsetY, radius); in getClipPath()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DFloatingWidgetBackgroundView.java168 && ((GradientDrawable) drawable).getShape() == GradientDrawable.RECTANGLE); in isSupportedDrawable()