Searched refs:drawFadedEdges (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
H A DRecentsHorizontalScrollView.java255 public void drawFadedEdges(Canvas canvas, int left, int right, int top, int bottom) { method in class:RecentsHorizontalScrollView
H A DRecentsVerticalScrollView.java264 public void drawFadedEdges(Canvas canvas, int left, int right, int top, int bottom) { method in class:RecentsVerticalScrollView
H A DRecentsPanelView.java102 public void drawFadedEdges(Canvas c, int left, int right, int top, int bottom); method in interface:RecentsPanelView.RecentsScrollView
811 mRecentsContainer.drawFadedEdges(canvas, left, right, top, bottom);

Completed in 19 milliseconds