Home
last modified time | relevance | path

Searched refs:isPointingUp (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/graphics/
DTriangleShape.java37 public static TriangleShape create(float width, float height, boolean isPointingUp) { in create() argument
39 if (isPointingUp) { in create()
/packages/apps/Launcher3/src/com/android/launcher3/popup/
DRoundedArrowDrawable.java61 float arrowOffsetX, float arrowOffsetY, boolean isPointingUp, boolean leftAligned, in RoundedArrowDrawable() argument
77 leftAligned ? 1 : -1, isPointingUp ? -1 : 1, width * 0.5f, height * 0.5f); in RoundedArrowDrawable()
/packages/apps/Launcher3/src/com/android/launcher3/views/
DArrowTipView.java67 public ArrowTipView(Context context, boolean isPointingUp) { in ArrowTipView() argument
70 mIsPointingUp = isPointingUp; in ArrowTipView()