/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 | 76 int usage, const Rect& bounds, void** vaddr) in lock() 90 int usage, const Rect& bounds, android_ycbcr *ycbcr) in lockYCbCr() 119 int usage, const Rect& bounds, void** vaddr, int fenceFd) in lockAsync() 141 int 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 | 92 static void draw(JNIEnv* env, SkCanvas* canvas, SkRect& bounds, const SkBitmap* bitmap, in draw() 134 SkRect bounds; in drawF() local 153 SkRect bounds; in drawI() local 166 SkRect bounds; in getTransparentRegion() local
|
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/ |
D | StyledCornersBitmapDrawable.java | 210 protected void onBoundsChange(Rect bounds) { in onBoundsChange() 222 final Rect bounds = getBounds(); in draw() local 282 final Rect bounds = getBounds(); in drawFakeCornersForCompatibilityMode() local 366 Rect bounds = getBounds(); in recalculatePath() local
|
D | ExtendedBitmapDrawable.java | 106 Rect bounds = mOpts.placeholder.getBounds(); in onOptsChanged() local 254 final Rect bounds = getBounds(); in draw() local 302 protected void onBoundsChange(Rect bounds) { in onBoundsChange()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | FocusedStackFrame.java | 65 private void draw(Rect bounds, int color) { in draw() 102 private void positionSurface(Rect bounds) { in positionSurface()
|
/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/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/core/java/android/transition/ |
D | Explode.java | 86 Rect bounds = (Rect) endValues.values.get(PROPNAME_SCREEN_BOUNDS); in onAppear() local 103 Rect bounds = (Rect) startValues.values.get(PROPNAME_SCREEN_BOUNDS); in onDisappear() local 126 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/base/core/java/android/widget/ |
D | ScrollBarDrawable.java | 145 protected void onBoundsChange(Rect bounds) { in onBoundsChange() 150 protected void drawTrack(Canvas canvas, Rect bounds, boolean vertical) { in drawTrack() 165 protected void drawThumb(Canvas canvas, Rect bounds, int offset, int length, boolean vertical) { in drawThumb()
|
/frameworks/native/include/ui/ |
D | Region.h | 51 inline Rect bounds() const { return getBounds(); } in bounds() function
|
/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 | 142 uint8_t* bitmap, uint32_t bitmapW, uint32_t bitmapH, Rect* bounds, const float* pos) { in measureCachedGlyph() 164 uint8_t* bitmap, uint32_t bitmapW, uint32_t bitmapH, Rect* bounds, const float* pos) { in drawCachedGlyph() 183 uint8_t* bitmap, uint32_t bitmapW, uint32_t bitmapH, Rect* bounds, const float* pos) { in drawCachedGlyphTransformed() 213 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/base/libs/hwui/ |
D | OpenGLRenderer.cpp | 615 void OpenGLRenderer::calculateLayerBoundsAndClip(Rect& bounds, Rect& clip, bool fboLayer) { in calculateLayerBoundsAndClip() 650 void OpenGLRenderer::updateSnapshotIgnoreForLayer(const Rect& bounds, const Rect& clip, in updateSnapshotIgnoreForLayer() 670 Rect bounds(left, top, right, bottom); in saveLayerDeferred() local 746 Rect bounds(left, top, right, bottom); in createLayer() local 806 bool OpenGLRenderer::createFboLayer(Layer* layer, Rect& bounds, Rect& clip) { in createFboLayer() 1236 Rect bounds(left, top, right, bottom); in dirtyLayer() local 1245 Rect bounds(left, top, right, bottom); in dirtyLayer() local 1250 void OpenGLRenderer::dirtyLayerUnchecked(Rect& bounds, Region* region) { in dirtyLayerUnchecked() 1294 Rect* bounds = mLayers.itemAt(i); in clearLayerRegions() local
|
D | Snapshot.cpp | 99 const SkIRect& bounds = clipRegion->getBounds(); in copyClipRectFromRegion() local 219 void Snapshot::setClippingRoundRect(LinearAllocator& allocator, const Rect& bounds, in setClippingRoundRect()
|
D | StatefulBaseRenderer.cpp | 179 Rect* bounds = mSnapshot->previous->clipRect; in clipPath() local 198 Rect bounds; in setClippingOutline() local
|
/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()
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | PictureDrawable.java | 65 Rect bounds = getBounds(); in draw() local
|
/frameworks/support/v4/java/android/support/v4/graphics/drawable/ |
D | RoundedBitmapDrawableFactory.java | 56 Rect bounds, Rect outRect) { in gravityCompatApply()
|
/frameworks/av/services/audioflinger/ |
D | FastThread.h | 68 uint32_t bounds; variable
|
/frameworks/opt/chips/src/com/android/ex/chips/recipientchip/ |
D | ReplacementDrawableSpan.java | 32 final Rect bounds = getBounds(); in setupFontMetrics() local
|