Searched refs:getShape (Results 1 – 8 of 8) sorted by relevance
/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/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/Launcher3/src/com/android/launcher3/folder/ |
D | PreviewBackground.java | 20 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()
|
D | FolderAnimationManager.java | 24 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/ |
D | LauncherIcons.java | 36 return obtain(context, IconShape.getShape().enableShapeDetection()); in obtain()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/ |
D | FloatingWidgetBackgroundView.java | 147 && ((GradientDrawable) drawable).getShape() == GradientDrawable.RECTANGLE); in isSupportedDrawable()
|
/packages/apps/Launcher3/src/com/android/launcher3/views/ |
D | ClipIconView.java | 206 mRevealAnimator = (ValueAnimator) IconShape.getShape().createRevealAnimator( in update()
|
/packages/apps/Launcher3/src/com/android/launcher3/graphics/ |
D | IconShape.java | 65 public static IconShape getShape() { in getShape() method in IconShape
|