Searched refs:union (Results 1 - 25 of 28) sorted by relevance

12

/frameworks/rs/java/tests/MathErr/src/com/example/android/rs/matherr/
H A Dmath_err.rs20 typedef union
/frameworks/ex/camera2/utils/tests/src/com/android/ex/camera2/utils/
H A DCamera2UtilsTest.java298 assertFalse(setUp.union(null));
305 assertFalse(setUp.union(setUp));
372 master.union(slave);
377 master.union(slave);
382 master.union(slave);
387 master.union(slave);
406 sets[0].union(sets[1]);
432 sets[0].union(sets[1]);
438 sets[0].union(sets[1]);
445 sets[0].union(set
[all...]
/frameworks/base/graphics/java/android/graphics/
H A DRectF.java466 public void union(float left, float top, float right, float bottom) { method in class:RectF
493 public void union(RectF r) { method in class:RectF
494 union(r.left, r.top, r.right, r.bottom);
504 public void union(float x, float y) { method in class:RectF
H A DRect.java520 public void union(int left, int top, int right, int bottom) { method in class:Rect
543 public void union(Rect r) { method in class:Rect
544 union(r.left, r.top, r.right, r.bottom);
554 public void union(int x, int y) { method in class:Rect
H A DRegion.java250 public final boolean union(Rect r) { method in class:Region
/frameworks/ex/camera2/utils/src/com/android/ex/camera2/utils/
H A DCamera2RequestSettingsSet.java72 * {@link #union}. This method increments the revision identifier if the new
205 public boolean union(Camera2RequestSettingsSet moreSettings) { method in class:Camera2RequestSettingsSet
/frameworks/base/core/java/android/widget/
H A DSlidingDrawer.java611 region.union(frame.left, frame.top - deltaY, frame.right, frame.bottom - deltaY);
612 region.union(0, frame.bottom - deltaY, getWidth(),
641 region.union(frame.left - deltaX, frame.top, frame.right - deltaX, frame.bottom);
642 region.union(frame.right - deltaX, 0,
H A DStackView.java547 stackInvalidateRect.union(childInvalidateRect);
1301 globalInvalidateRect.union(0, 0, getWidth(), getHeight());
/frameworks/base/graphics/java/android/graphics/drawable/
H A DRippleDrawable.java119 /** Current dirty bounds, union of current and previous drawing bounds. */
933 drawingBounds.union(rippleBounds);
940 drawingBounds.union(rippleBounds);
943 dirtyBounds.union(drawingBounds);
944 dirtyBounds.union(super.getDirtyBounds());
/frameworks/base/core/java/android/gesture/
H A DGestureStroke.java73 bx.union(p.x, p.y);
H A DGestureOverlayView.java632 // union with the control point of the new curve
633 areaToRefresh.union((int) previousX - border, (int) previousY - border,
636 // union with the end point of the new curve
637 areaToRefresh.union((int) cX - border, (int) cY - border,
H A DGesture.java97 mBoundingBox.union(stroke.boundingBox);
/frameworks/support/core-ui/java/android/support/v4/view/
H A DPagerTabStrip.java295 r.union(left, top, right, bottom);
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DBaseWrapContentTest.java226 boundingBox.union(rect);
449 mRawChildrenBox.union(getChildBounds(recyclerView, child, false));
H A DStaggeredGridLayoutManagerBaseConfigSetTest.java437 usedLayoutBounds.union(rect);
/frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/dirlist/
H A DMultiSelectManager_GridModelTest.java236 selectionArea.union(mSelectionPoint.x, mSelectionPoint.y);
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DBidiRenderer.java249 mBounds.union(bounds);
/frameworks/base/core/java/android/view/animation/
H A DAnimation.java1032 invalidate.union(previousRegion);
/frameworks/base/core/java/com/android/internal/widget/
H A DLockPatternView.java968 mTmpInvalidateRect.union(Math.round(left), Math.round(top),
977 mInvalidate.union(mTmpInvalidateRect);
/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboardView.java1047 mDirtyRect.union(0, 0, getWidth(), getHeight());
1066 mDirtyRect.union(key.x + mPaddingLeft, key.y + mPaddingTop,
/frameworks/compile/mclinker/lib/Script/
H A DScriptParser.yy68 %union {
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
H A DAndroidCamera2AgentImpl.java692 mPersistentSettings.union(settings.getRequestSettings());
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskStackView.java499 * The range of the union of the visible views at the current and
1315 mTmpRect.union(mLayoutAlgorithm.getTaskRect());
1364 mTmpRect.union(mLayoutAlgorithm.getTaskRect());
/frameworks/base/core/java/android/view/
H A DViewGroup.java5240 dirty.union(0, 0, mRight - mLeft, mBottom - mTop);
5271 dirty.union(0, 0, mRight - mLeft, mBottom - mTop);
5364 dirty.union(0, 0, mRight - mLeft, mBottom - mTop);
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowStateAnimator.java1247 mSystemDecorRect.union(mTmpClipRect);

Completed in 685 milliseconds

12