/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/ |
FixedTableModel.java | 121 lastRect.offsetTo(tableRect.left, lastRect.bottom);
127 lastRect.offsetTo(lastRect.right, tableRect.top);
133 lastRect.offsetTo(lastRect.right, lastRect.top);
139 lastRect.offsetTo(lastRect.left, lastRect.bottom);
|
DynamicTableModel.java | 249 nextElementRect.offsetTo(tableRect.left, lastElementRect.bottom);
254 nextElementRect.offsetTo(lastElementRect.right, lastElementRect.top);
261 nextElementRect.offsetTo(lastElementRect.right, tableRect.top);
266 nextElementRect.offsetTo(lastElementRect.left, lastElementRect.bottom);
|
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/ |
StyledCornersBitmapDrawable.java | 258 flapCornerRectF.offsetTo(left, top); 263 flapCornerRectF.offsetTo(right - mCornerFlapSide, top); 268 flapCornerRectF.offsetTo(right - mCornerFlapSide, bottom - mCornerFlapSide); 273 flapCornerRectF.offsetTo(left, bottom - mCornerFlapSide); 313 fakeCornerRectF.offsetTo(left, top); 322 fakeCornerRectF.offsetTo(right - fakeCornerRectF.width(), top); 332 .offsetTo(right - fakeCornerRectF.width(), bottom - fakeCornerRectF.height()); 341 fakeCornerRectF.offsetTo(left, bottom - fakeCornerRectF.height()); 414 roundedCornerRectF.offsetTo(left, top); 428 roundedCornerRectF.offsetTo(right - roundedCornerRectF.width(), top) [all...] |
/frameworks/base/core/java/com/android/internal/policy/ |
PipSnapAlgorithm.java | 113 intersectStackBounds.offsetTo(intersect.x, intersect.y); 225 newBounds.offsetTo(snapTarget.x, snapTarget.y); 242 newBounds.offsetTo(snapTarget.x, snapTarget.y); 253 stackBounds.offsetTo(stableInsets.left + mMinimizedVisibleSize - stackBounds.width(), 256 stackBounds.offsetTo(displaySize.x - stableInsets.right - mMinimizedVisibleSize, 307 stackBounds.offsetTo(offset, movementBounds.top); 311 stackBounds.offsetTo(movementBounds.right, offset); 315 stackBounds.offsetTo(offset, movementBounds.bottom); 319 stackBounds.offsetTo(movementBounds.left, offset); 400 boundsOut.offsetTo(boundedLeft, boundedTop) [all...] |
/frameworks/native/libs/ui/include/ui/ |
Rect.h | 168 Rect& offsetTo(const Point& p) { 169 return offsetTo(p.x, p.y); 175 Rect& offsetTo(int32_t x, int32_t y);
|
/external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/mock/ |
MockRectF.java | 69 public void offsetTo(float left, float top) {
|
/frameworks/base/services/tests/servicestests/src/com/android/server/am/ |
TaskLaunchParamsModifierTests.java | 243 bounds.offsetTo(horizontalInset * 2, 0); 245 bounds.offsetTo(0, 0); 248 bounds.offsetTo(horizontalInset * 2, verticalInset * 2); 250 bounds.offsetTo(0, verticalInset * 2);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/ |
PipAccessibilityInteractionConnection.java | 99 mTmpBounds.offsetTo(newX, newY);
|
/frameworks/native/libs/ui/ |
Rect.cpp | 59 Rect& Rect::offsetTo(int32_t x, int32_t y) {
|
/development/samples/devbytes/animation/ListViewDraggingAnimation/src/com/example/android/listviewdragginganimation/ |
DynamicListView.java | 266 mHoverCellCurrentBounds.offsetTo(mHoverCellOriginalBounds.left, 400 mHoverCellCurrentBounds.offsetTo(mHoverCellOriginalBounds.left, mobileView.getTop());
|
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/ |
ClipAnimationHelper.java | 101 mSourceStackBounds.offsetTo(target.position.x, target.position.y); 127 scaledTargetRect.offsetTo(mSourceRect.left, mSourceRect.top);
|
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/ |
XYGraphWidget.java | 688 textRect.offsetTo(x, y - textRect.height());
789 cursorRect.offsetTo(domainCursorPosition, rangeCursorPosition
796 cursorRect.offsetTo(domainCursorPosition - cursorRect.width(),
804 cursorRect.offsetTo(cursorRect.left, rangeCursorPosition);
[all...] |
XYLegendWidget.java | 89 iconRect.offsetTo(cellRect.left + 1, centeredIconOriginY);
|
/external/skia/gm/ |
pictureimagegenerator.cpp | 38 iBox.offsetTo(skiBox.fRight - iBox.width(), iBox.fTop);
|
/external/skia/src/core/ |
SkMaskFilter.cpp | 95 m.fBounds.offsetTo(outerR.left(), outerR.top()); 105 m.fBounds.offsetTo(outerR.right() - m.fBounds.width(), outerR.top()); 115 m.fBounds.offsetTo(outerR.left(), outerR.bottom() - m.fBounds.height()); 125 m.fBounds.offsetTo(outerR.right() - m.fBounds.width(),
|
SkGpuBlurUtils.cpp | 344 srcRect.offsetTo(0, 0); 379 srcRect.offsetTo(0, 0);
|
/external/skqp/gm/ |
pictureimagegenerator.cpp | 38 iBox.offsetTo(skiBox.fRight - iBox.width(), iBox.fTop);
|
/external/skqp/src/core/ |
SkMaskFilter.cpp | 94 m.fBounds.offsetTo(outerR.left(), outerR.top()); 104 m.fBounds.offsetTo(outerR.right() - m.fBounds.width(), outerR.top()); 114 m.fBounds.offsetTo(outerR.left(), outerR.bottom() - m.fBounds.height()); 124 m.fBounds.offsetTo(outerR.right() - m.fBounds.width(),
|
SkGpuBlurUtils.cpp | 343 srcRect.offsetTo(0, 0); 378 srcRect.offsetTo(0, 0);
|
/frameworks/base/core/java/android/transition/ |
Explode.java | 115 bounds.offsetTo(interruptedPosition[0], interruptedPosition[1]);
|
/frameworks/base/libs/hwui/pipeline/skia/ |
GLFunctorDrawable.cpp | 124 clipBounds.offsetTo(0, 0);
|
/frameworks/base/services/core/java/com/android/server/wm/ |
WindowAnimationSpec.java | 107 mTmpRect.offsetTo(mPosition.x, mPosition.y);
|
/frameworks/support/transition/src/main/java/androidx/transition/ |
Explode.java | 117 bounds.offsetTo(interruptedPosition[0], interruptedPosition[1]);
|
/packages/apps/Launcher3/src/com/android/launcher3/graphics/ |
ShadowGenerator.java | 135 bounds.offsetTo(center - width / 2, center - height / 2);
|
/external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/ |
GlitchAndCallbackHeatMapView.java | 141 callbackHeatArea.offsetTo(OUTER_MARGIN, titleArea.bottom + OUTER_MARGIN); 144 glitchHeatArea.offsetTo(OUTER_MARGIN, callbackHeatArea.bottom + OUTER_MARGIN);
|