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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DGestureFloatingPreviewText.java152 final RectF rectangle = mGesturePreviewRectangle;
167 rectangle.set(rectX, rectY, rectX + rectWidth, rectY + rectHeight);
/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/DeskClock/src/com/android/deskclock/widget/sgv/
H A DStaggeredGridView.java3061 // rectangle for comparing when the drag target enters/ leaves the
3122 // rectangle for comparing when the drag target enters/ leaves the
3338 public boolean requestChildRectangleOnScreen(View child, Rect rectangle, argument
3341 rectangle.offset(child.getLeft() - child.getScrollX(),
3344 return scrollToChildRect(rectangle, immediate);
3352 * @param rect The rectangle.
3564 * a rectangle completely on the screen (or, if taller than the screen,
3597 // that the entire rectangle is in view (or at least the first
3609 // entire rectangle is in view (or at least the first screen
/packages/apps/Launcher2/src/com/android/launcher2/
H A DPagedView.java861 public boolean requestChildRectangleOnScreen(View child, Rect rectangle, boolean immediate) { argument
/packages/apps/Launcher3/src/com/android/launcher3/
H A DPagedView.java1203 public boolean requestChildRectangleOnScreen(View child, Rect rectangle, boolean immediate) { argument

Completed in 186 milliseconds