Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/views/
DTaskThumbnailView.java478 int canvasWidth, int canvasHeight, DeviceProfile dp, int currentRotation) { in updateThumbnailMatrix() argument
549 heightWithInsets - mClippedInsets.top - canvasHeight); in updateThumbnailMatrix()
556 if (Math.round(bitmapHeight) < canvasHeight) { in updateThumbnailMatrix()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
DSpline.java240 public void draw(Canvas canvas, int color, int canvasWidth, int canvasHeight, in draw() argument
243 float h = canvasHeight - mCurveHandleSize; in draw()