Searched refs:addRect (Results 1 – 6 of 6) sorted by relevance
/packages/apps/Camera2/src/com/android/camera/ui/ |
D | ModeTransitionView.java | 125 mShadePath.addRect(0, mHeight - getScrollDistance(), mWidth, mHeight, in updateShade() 130 mShadePath.addRect(0, 0, mWidth, - getScrollDistance(), Path.Direction.CW); in updateShade()
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/ |
D | FilterRedEyeRepresentation.java | 50 public void addRect(RectF rect, RectF bounds) { in addRect() method in FilterRedEyeRepresentation
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/ |
D | ImageRedEye.java | 84 mRedEyeRep.addRect(r, r2); in onTouchEvent()
|
D | ImageStraighten.java | 302 mDrawPath.addRect(mDrawRect, Path.Direction.CW); in onDraw()
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/ |
D | ShelfScrimView.java | 249 mRemainingScreenPath.addRect(0, 0, width, height, Direction.CW); in drawBackground()
|
/packages/apps/Gallery/src/com/android/camera/ |
D | HighlightView.java | 98 path.addRect(new RectF(mDrawRect), Path.Direction.CW); in draw()
|