/frameworks/base/core/java/android/view/accessibility/ |
D | IAccessibilityInteractionConnection.aidl | 34 void findAccessibilityNodeInfoByAccessibilityId(long accessibilityNodeId, in Region bounds, in findAccessibilityNodeInfoByAccessibilityId() 39 in Region bounds, int interactionId, IAccessibilityInteractionConnectionCallback callback, in findAccessibilityNodeInfosByViewId() 42 void findAccessibilityNodeInfosByText(long accessibilityNodeId, String text, in Region bounds, in findAccessibilityNodeInfosByText() 46 void findFocus(long accessibilityNodeId, int focusType, in Region bounds, int interactionId, in findFocus() 50 void focusSearch(long accessibilityNodeId, int direction, in Region bounds, int interactionId, in focusSearch()
|
/frameworks/native/libs/ui/ |
D | GraphicBufferMapper.cpp | 81 uint32_t usage, const Rect& bounds, void** vaddr) in lock() 95 uint32_t usage, const Rect& bounds, android_ycbcr *ycbcr) in lockYCbCr() 124 uint32_t usage, const Rect& bounds, void** vaddr, int fenceFd) in lockAsync() 148 uint32_t usage, const Rect& bounds, android_ycbcr *ycbcr, int fenceFd) in lockAsyncYCbCr()
|
/frameworks/base/core/java/android/view/ |
D | TouchDelegate.java | 90 public TouchDelegate(Rect bounds, View delegateView) { in TouchDelegate() 115 Rect bounds = mBounds; in onTouchEvent() local
|
/frameworks/base/core/jni/android/graphics/ |
D | NinePatch.cpp | 91 static void draw(JNIEnv* env, SkCanvas* canvas, SkRect& bounds, const SkBitmap& bitmap, in draw() 133 SkRect bounds; in drawF() local 152 SkRect bounds; in drawI() local 165 SkRect bounds; in getTransparentRegion() local
|
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/ |
D | StyledCornersBitmapDrawable.java | 217 protected void onBoundsChange(Rect bounds) { in onBoundsChange() 229 final Rect bounds = getBounds(); in draw() local 302 final Rect bounds = getBounds(); in drawFakeCornersForCompatibilityMode() local 394 Rect bounds = getBounds(); in recalculatePath() local
|
D | ExtendedBitmapDrawable.java | 109 Rect bounds = mOpts.placeholder.getBounds(); in onOptsChanged() local 272 final Rect bounds = getBounds(); in draw() local 320 protected void onBoundsChange(Rect bounds) { in onBoundsChange()
|
/frameworks/base/core/java/android/hardware/camera2/params/ |
D | Face.java | 88 public Face(Rect bounds, int score, int id, in Face() 132 public Face(Rect bounds, int score) { in Face()
|
/frameworks/base/core/java/android/transition/ |
D | Explode.java | 85 Rect bounds = (Rect) endValues.values.get(PROPNAME_SCREEN_BOUNDS); in onAppear() local 102 Rect bounds = (Rect) startValues.values.get(PROPNAME_SCREEN_BOUNDS); in onDisappear() local 125 private void calculateOut(View sceneRoot, Rect bounds, int[] outVector) { in calculateOut()
|
D | TransitionUtils.java | 93 RectF bounds = new RectF(0, 0, view.getWidth(), view.getHeight()); in copyViewImage() local 155 public static Bitmap createViewBitmap(View view, Matrix matrix, RectF bounds) { in createViewBitmap()
|
D | ChangeClipBounds.java | 62 Rect bounds = new Rect(0, 0, view.getWidth(), view.getHeight()); in captureValues() local
|
/frameworks/support/v7/cardview/api21/android/support/v7/widget/ |
D | RoundRectDrawable.java | 74 private void updateBounds(Rect bounds) { in updateBounds() 90 protected void onBoundsChange(Rect bounds) { in onBoundsChange()
|
/frameworks/base/libs/hwui/ |
D | ClipArea.cpp | 60 TransformedRectangle::TransformedRectangle(const Rect& bounds, in TransformedRectangle() 114 void RectangleList::set(const Rect& bounds, const Matrix4& transform) { in set() 119 bool RectangleList::intersectWith(const Rect& bounds, in intersectWith() 145 Rect bounds; in calculateBounds() local 157 static SkPath pathFromTransformedRectangle(const Rect& bounds, in pathFromTransformedRectangle()
|
D | OpenGLRenderer.cpp | 536 void OpenGLRenderer::calculateLayerBoundsAndClip(Rect& bounds, Rect& clip, bool fboLayer) { in calculateLayerBoundsAndClip() 571 void OpenGLRenderer::updateSnapshotIgnoreForLayer(const Rect& bounds, const Rect& clip, in updateSnapshotIgnoreForLayer() 591 Rect bounds(left, top, right, bottom); in saveLayerDeferred() local 667 Rect bounds(left, top, right, bottom); in createLayer() local 727 bool OpenGLRenderer::createFboLayer(Layer* layer, Rect& bounds, Rect& clip) { in createFboLayer() 1085 Rect bounds(left, top, right, bottom); in dirtyLayer() local 1094 Rect bounds(left, top, right, bottom); in dirtyLayer() local 1099 void OpenGLRenderer::dirtyLayerUnchecked(Rect& bounds, Region* region) { in dirtyLayerUnchecked() 1128 const Rect& bounds = mLayers[i]; in clearLayerRegions() local 1308 Rect bounds = tr.getBounds(); in drawRectangleList() local
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | RippleComponent.java | 61 public RippleComponent(RippleDrawable owner, Rect bounds, boolean forceSoftware) { in RippleComponent() 87 private static float getTargetRadius(Rect bounds) { in getTargetRadius() 183 public void getBounds(Rect bounds) { in getBounds()
|
D | PictureDrawable.java | 65 Rect bounds = getBounds(); in draw() local
|
/frameworks/base/core/java/android/view/animation/ |
D | Transformation.java | 126 Rect bounds = t.getClipRect(); in compose() local 145 Rect bounds = t.getClipRect(); in postCompose() local
|
/frameworks/native/include/ui/ |
D | Region.h | 53 inline Rect bounds() const { return getBounds(); } in bounds() function
|
/frameworks/base/core/java/android/widget/ |
D | ScrollBarDrawable.java | 159 protected void onBoundsChange(Rect bounds) { in onBoundsChange() 191 private void drawTrack(Canvas canvas, Rect bounds, boolean vertical) { in drawTrack() 207 private void drawThumb(Canvas canvas, Rect bounds, int offset, int length, boolean vertical) { in drawThumb()
|
/frameworks/support/v7/cardview/eclair-mr1/android/support/v7/widget/ |
D | RoundRectDrawableWithShadow.java | 128 protected void onBoundsChange(Rect bounds) { in onBoundsChange() 300 private void buildComponents(Rect bounds) { in buildComponents() 352 void drawRoundRect(Canvas canvas, RectF bounds, float cornerRadius, Paint paint); in drawRoundRect()
|
/frameworks/base/libs/hwui/font/ |
D | Font.cpp | 141 uint8_t* bitmap, uint32_t bitmapW, uint32_t bitmapH, Rect* bounds, const float* pos) { in measureCachedGlyph() 163 uint8_t* bitmap, uint32_t bitmapW, uint32_t bitmapH, Rect* bounds, const float* pos) { in drawCachedGlyph() 182 uint8_t* bitmap, uint32_t bitmapW, uint32_t bitmapH, Rect* bounds, const float* pos) { in drawCachedGlyphTransformed() 212 uint32_t bitmapWidth, uint32_t bitmapHeight, Rect* bounds, const float* pos) { in drawCachedGlyphBitmap() 356 int numGlyphs, Rect *bounds, const float* positions) { in measure() 388 uint32_t bitmapW, uint32_t bitmapH, Rect* bounds, const float* positions) { in render()
|
/frameworks/support/v4/api21/android/support/v4/graphics/drawable/ |
D | RoundedBitmapDrawable21.java | 52 Rect bounds, Rect outRect) { in gravityCompatApply()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/ |
D | FakeShadowDrawable.java | 105 protected void onBoundsChange(Rect bounds) { in onBoundsChange() 265 private void buildComponents(Rect bounds) { in buildComponents()
|
D | RecentsViewLayoutAlgorithm.java | 45 ArrayList<Rect> bounds = new ArrayList<Rect>(stackViews.size()); in computeStackRects() local
|
/frameworks/support/v4/donut/android/support/v4/graphics/drawable/ |
D | RoundedBitmapDrawable.java | 217 Rect bounds, Rect outRect) { in gravityCompatApply() 337 protected void onBoundsChange(Rect bounds) { in onBoundsChange()
|
/frameworks/support/v4/java/android/support/v4/graphics/drawable/ |
D | RoundedBitmapDrawableFactory.java | 56 Rect bounds, Rect outRect) { in gravityCompatApply()
|