Searched refs:clipLeft (Results 1 – 1 of 1) sorted by relevance
/packages/services/Car/car-ui-provider/src/android/car/ui/provider/ |
D | CarDrawerLayout.java | 822 int clipLeft = findContentView().getLeft(); in drawChild() local 839 if (vright > clipLeft) { in drawChild() 840 clipLeft = vright; in drawChild() 849 canvas.clipRect(clipLeft, 0, clipRight, getHeight()); in drawChild() 862 canvas.drawRect(clipLeft, 0, clipRight, getHeight(), mScrimPaint); in drawChild() 864 canvas.drawRect(clipLeft - 1, 0, clipLeft, getHeight(), mEdgeHighlightPaint); in drawChild()
|