Home
last modified time | relevance | path

Searched refs:arrowPath (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/
DBackPanel.kt32 private val arrowPath = Path() constant
296 arrowPath.reset() in calculateArrowPath()
297 arrowPath.moveTo(dx, -dy) in calculateArrowPath()
298 arrowPath.lineTo(0f, 0f) in calculateArrowPath()
299 arrowPath.lineTo(dx, dy) in calculateArrowPath()
300 arrowPath.moveTo(dx, -dy) in calculateArrowPath()
301 return arrowPath in calculateArrowPath()
512 val arrowPath = calculateArrowPath(dx = dx, dy = dy) in hasOverlappingRendering() constant
515 canvas.drawPath(arrowPath, arrowPaint) in hasOverlappingRendering()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/
DTvPipMenuView.java164 final Path arrowPath = createArrowPath(arrowSize); in initMoveArrows() local
167 arrowDrawable.setShape(new PathShape(arrowPath, arrowSize, arrowSize)); in initMoveArrows()