Searched refs:rectangle (Results 1 - 4 of 4) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DPreviewPlacerView.java253 // Note: Defer clearing the dirty rectangle here because we will get cleared
254 // rectangle on the canvas.
269 // Clear previous dirty rectangle.
294 // Clip dirty rectangle with offscreen buffer width/height.
323 final RectF rectangle = mGestureFloatingPreviewRectangle;
327 // Paint the round rectangle background.
338 rectangle.set(rectX, rectY, rectX + rectWidth, rectY + rectHeight);
341 canvas.drawRoundRect(rectangle, round, round, paint);
/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
H A DHorizontalScrollView.java1288 * @param rect The rectangle.
1307 * a rectangle completely on the screen (or, if taller than the screen,
1336 // that the entire rectangle is in view (or at least the first
1354 // entire rectangle is in view (or at least the first screen
1419 public boolean requestChildRectangleOnScreen(View child, Rect rectangle, argument
1422 rectangle.offset(child.getLeft() - child.getScrollX(),
1425 return scrollToChildRect(rectangle, immediate);
/packages/apps/Browser/src/com/android/browser/view/
H A DScrollerView.java1492 * @param rect The rectangle.
1519 * a rectangle completely on the screen (or, if taller than the screen,
1556 // that the entire rectangle is in view (or at least the first
1574 // entire rectangle is in view (or at least the first screen
1614 // that the entire rectangle is in view (or at least the first
1632 // entire rectangle is in view (or at least the first screen
1706 public boolean requestChildRectangleOnScreen(View child, Rect rectangle, argument
1709 rectangle.offset(child.getLeft() - child.getScrollX(),
1712 return scrollToChildRect(rectangle, immediate);
/packages/apps/Launcher2/src/com/android/launcher2/
H A DPagedView.java831 public boolean requestChildRectangleOnScreen(View child, Rect rectangle, boolean immediate) { argument

Completed in 88 milliseconds