Searched refs:getShape (Results 1 – 8 of 8) sorted by relevance
/packages/apps/Car/Cluster/ClusterOsDouble/src/com/android/car/cluster/view/ |
D | LaneView.java | 154 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/ |
D | LaneView.java | 153 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/ |
D | PreviewBackground.java | 259 getShape().drawShape(canvas, getOffsetX(), getOffsetY(), getScaledRadius(), mPaint); in drawBackground() 263 private ShapeDelegate getShape() { in getShape() method in PreviewBackground 264 return IconShape.INSTANCE.get(mContext).getShape(); in getShape() 301 getShape().drawShape(canvas, offsetX, offsetY, radius, mPaint); in drawShadow() 356 getShape().drawShape(canvas, in drawBackgroundStroke() 369 getShape().drawShape(canvas, getOffsetX(), getOffsetY(), getScaledRadius(), mPaint); in drawLeaveBehind() 381 getShape().addToPath(mPath, offsetX, offsetY, radius); in getClipPath()
|
D | FolderAnimationManager.java | 237 ShapeDelegate shapeDelegate = IconShape.INSTANCE.get(mContext).getShape(); in getAnimator()
|
/packages/apps/Launcher3/src/com/android/launcher3/icons/ |
D | LauncherIcons.java | 65 IconShape.INSTANCE.get(context).getShape().enableShapeDetection()); in LauncherIcons()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/ |
D | FloatingWidgetBackgroundView.java | 169 && ((GradientDrawable) drawable).getShape() == GradientDrawable.RECTANGLE); in isSupportedDrawable()
|
/packages/apps/Launcher3/src/com/android/launcher3/views/ |
D | ClipIconView.java | 177 mRevealAnimator = IconShape.INSTANCE.get(getContext()).getShape() in update()
|
/packages/apps/Launcher3/src/com/android/launcher3/graphics/ |
D | IconShape.java | 73 public ShapeDelegate getShape() { in getShape() method in IconShape
|