/frameworks/compile/slang/tests/F_union/ |
D | stderr.txt.expect | 1 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
|
D | union.rs | 4 union u { 9 static union u2 { variable 16 union iu {
|
/frameworks/base/graphics/java/android/graphics/ |
D | RectF.java | 467 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
|
D | Rect.java | 471 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
|
D | Region.java | 250 public final boolean union(Rect r) { in union() method in Region
|
/frameworks/rs/java/tests/MathErr/src/com/example/android/rs/matherr/ |
D | math_err.rs | 20 typedef union
|
/frameworks/base/core/java/android/widget/ |
D | SlidingDrawer.java | 593 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()
|
D | StackView.java | 541 stackInvalidateRect.union(childInvalidateRect); in dispatchDraw() 1297 globalInvalidateRect.union(0, 0, getWidth(), getHeight());
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | DelegateViewHelper.java | 125 bounds.union(p[0], p[1], p[0] + view.getWidth(), p[1] + view.getHeight());
|
/frameworks/support/v4/java/android/support/v4/view/ |
D | PagerTabStrip.java | 290 r.union(left, top, right, bottom); in updateTextPositions()
|
/frameworks/base/core/java/android/gesture/ |
D | GestureStroke.java | 74 bx.union(p.x, p.y); in GestureStroke()
|
D | GestureOverlayView.java | 624 areaToRefresh.union((int) previousX - border, (int) previousY - border, in touchMove() 628 areaToRefresh.union((int) cX - border, (int) cY - border, in touchMove()
|
D | Gesture.java | 97 mBoundingBox.union(stroke.boundingBox); in addStroke()
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | LockPatternView.java | 724 mTmpInvalidateRect.union(Math.round(left), Math.round(top), in handleActionMove() 733 mInvalidate.union(mTmpInvalidateRect); in handleActionMove()
|
/frameworks/base/core/java/android/view/animation/ |
D | Animation.java | 1020 invalidate.union(previousRegion); in getInvalidateRegion()
|
/frameworks/base/core/java/android/view/ |
D | ViewGroup.java | 4191 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/ |
D | KeyboardView.java | 1033 mDirtyRect.union(0, 0, getWidth(), getHeight()); in invalidateAllKeys() 1052 mDirtyRect.union(key.x + mPaddingLeft, key.y + mPaddingTop, in invalidateKey()
|
/frameworks/av/drm/common/ |
D | NOTICE | 28 "Legal Entity" shall mean the union of the acting entity and all
|
/frameworks/base/libs/storage/ |
D | NOTICE | 28 "Legal Entity" shall mean the union of the acting entity and all
|
/frameworks/base/core/jni/ |
D | NOTICE | 28 "Legal Entity" shall mean the union of the acting entity and all
|
/frameworks/av/media/libstagefright/codecs/raw/ |
D | NOTICE | 28 "Legal Entity" shall mean the union of the acting entity and all
|
/frameworks/base/media/jni/ |
D | NOTICE | 28 "Legal Entity" shall mean the union of the acting entity and all
|
/frameworks/av/libvideoeditor/vss/video_filters/src/ |
D | NOTICE | 28 "Legal Entity" shall mean the union of the acting entity and all
|
/frameworks/av/media/libmediaplayerservice/ |
D | NOTICE | 28 "Legal Entity" shall mean the union of the acting entity and all
|
/frameworks/av/media/libeffects/downmix/ |
D | NOTICE | 28 "Legal Entity" shall mean the union of the acting entity and all
|