Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/interaction/
H A DEdgeBackGesturePanel.java385 Path arrowPath = calculatePath(x, y); in onDraw()
422 private Path calculatePath(float x, float y) { in calculatePath() method in EdgeBackGesturePanel
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/
H A DNavigationBarEdgePanel.java524 Path arrowPath = calculatePath(x,y); in onDraw()
597 private Path calculatePath(float x, float y) { in calculatePath() method in NavigationBarEdgePanel