Home
last modified time | relevance | path

Searched refs:union (Results 1 – 25 of 132) sorted by relevance

123456

/frameworks/compile/slang/tests/F_union/
Dstderr.txt.expect1 union.rs:4:7: error: unions cannot be exported: 'u'
2 union.rs:9:14: error: unions containing RS object types are not allowed
3 union.rs:16:11: error: unions containing RS object types are not allowed
Dunion.rs4 union u {
9 static union u2 { variable
16 union iu {
/frameworks/base/graphics/java/android/graphics/
DRectF.java467 public void union(float left, float top, float right, float bottom) { in union() method in RectF
494 public void union(RectF r) { in union() method in RectF
495 union(r.left, r.top, r.right, r.bottom); in union()
505 public void union(float x, float y) { in union() method in RectF
DRect.java471 public void union(int left, int top, int right, int bottom) { in union() method in Rect
494 public void union(Rect r) { in union() method in Rect
495 union(r.left, r.top, r.right, r.bottom); in union()
505 public void union(int x, int y) { in union() method in Rect
DRegion.java250 public final boolean union(Rect r) { in union() method in Region
/frameworks/rs/java/tests/MathErr/src/com/example/android/rs/matherr/
Dmath_err.rs20 typedef union
/frameworks/base/core/java/android/widget/
DSlidingDrawer.java593 region.union(frame.left, frame.top - deltaY, frame.right, frame.bottom - deltaY); in moveHandle()
594 region.union(0, frame.bottom - deltaY, getWidth(), in moveHandle()
623 region.union(frame.left - deltaX, frame.top, frame.right - deltaX, frame.bottom); in moveHandle()
624 region.union(frame.right - deltaX, 0, in moveHandle()
DStackView.java541 stackInvalidateRect.union(childInvalidateRect); in dispatchDraw()
1297 globalInvalidateRect.union(0, 0, getWidth(), getHeight());
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DDelegateViewHelper.java125 bounds.union(p[0], p[1], p[0] + view.getWidth(), p[1] + view.getHeight());
/frameworks/support/v4/java/android/support/v4/view/
DPagerTabStrip.java290 r.union(left, top, right, bottom); in updateTextPositions()
/frameworks/base/core/java/android/gesture/
DGestureStroke.java74 bx.union(p.x, p.y); in GestureStroke()
DGestureOverlayView.java624 areaToRefresh.union((int) previousX - border, (int) previousY - border, in touchMove()
628 areaToRefresh.union((int) cX - border, (int) cY - border, in touchMove()
DGesture.java97 mBoundingBox.union(stroke.boundingBox); in addStroke()
/frameworks/base/core/java/com/android/internal/widget/
DLockPatternView.java724 mTmpInvalidateRect.union(Math.round(left), Math.round(top), in handleActionMove()
733 mInvalidate.union(mTmpInvalidateRect); in handleActionMove()
/frameworks/base/core/java/android/view/animation/
DAnimation.java1020 invalidate.union(previousRegion); in getInvalidateRegion()
/frameworks/base/core/java/android/view/
DViewGroup.java4191 child.mLocalDirtyRect.union(dirty); in invalidateChild()
4284 dirty.union(0, 0, mRight - mLeft, mBottom - mTop); in invalidateChildInParent()
4302 mLocalDirtyRect.union(dirty); in invalidateChildInParent()
4316 dirty.union(0, 0, mRight - mLeft, mBottom - mTop); in invalidateChildInParent()
4321 mLocalDirtyRect.union(dirty); in invalidateChildInParent()
4344 child.mLocalDirtyRect.union(dirty); in invalidateChildFast()
4386 dirty.union(0, 0, mRight - mLeft, mBottom - mTop); in invalidateChildInParentFast()
4393 mLocalDirtyRect.union(dirty); in invalidateChildInParentFast()
/frameworks/base/core/java/android/inputmethodservice/
DKeyboardView.java1033 mDirtyRect.union(0, 0, getWidth(), getHeight()); in invalidateAllKeys()
1052 mDirtyRect.union(key.x + mPaddingLeft, key.y + mPaddingTop, in invalidateKey()
/frameworks/av/drm/common/
DNOTICE28 "Legal Entity" shall mean the union of the acting entity and all
/frameworks/base/libs/storage/
DNOTICE28 "Legal Entity" shall mean the union of the acting entity and all
/frameworks/base/core/jni/
DNOTICE28 "Legal Entity" shall mean the union of the acting entity and all
/frameworks/av/media/libstagefright/codecs/raw/
DNOTICE28 "Legal Entity" shall mean the union of the acting entity and all
/frameworks/base/media/jni/
DNOTICE28 "Legal Entity" shall mean the union of the acting entity and all
/frameworks/av/libvideoeditor/vss/video_filters/src/
DNOTICE28 "Legal Entity" shall mean the union of the acting entity and all
/frameworks/av/media/libmediaplayerservice/
DNOTICE28 "Legal Entity" shall mean the union of the acting entity and all
/frameworks/av/media/libeffects/downmix/
DNOTICE28 "Legal Entity" shall mean the union of the acting entity and all

123456