Home
last modified time | relevance | path

Searched refs:addRect (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/ui/
DModeTransitionView.java125 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/
DFilterRedEyeRepresentation.java50 public void addRect(RectF rect, RectF bounds) { in addRect() method in FilterRedEyeRepresentation
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
DImageRedEye.java84 mRedEyeRep.addRect(r, r2); in onTouchEvent()
DImageStraighten.java302 mDrawPath.addRect(mDrawRect, Path.Direction.CW); in onDraw()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DShelfScrimView.java249 mRemainingScreenPath.addRect(0, 0, width, height, Direction.CW); in drawBackground()
/packages/apps/Gallery/src/com/android/camera/
DHighlightView.java98 path.addRect(new RectF(mDrawRect), Path.Direction.CW); in draw()