/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 | 68 static void draw(JNIEnv* env, SkCanvas* canvas, SkRect& bounds, in draw() 122 SkRect bounds; in drawF() local 138 SkRect bounds; in drawI() local 151 SkRect bounds; in getTransparentRegion() local
|
/frameworks/base/core/java/android/widget/ |
D | ScrollBarDrawable.java | 142 protected void onBoundsChange(Rect bounds) { in onBoundsChange() 147 protected void drawTrack(Canvas canvas, Rect bounds, boolean vertical) { in drawTrack() 162 protected void drawThumb(Canvas canvas, Rect bounds, int offset, int length, boolean vertical) { in drawThumb()
|
/frameworks/native/include/ui/ |
D | Region.h | 49 inline Rect bounds() const { return getBounds(); } in bounds() function
|
/frameworks/base/libs/hwui/ |
D | PathCache.cpp | 31 const SkRect& bounds = path->getBounds(); in computePathBounds() local 35 void computeBounds(const SkRect& bounds, const SkPaint* paint, in computeBounds()
|
D | FontRenderer.cpp | 505 Rect bounds; in renderDropShadow() local 533 void FontRenderer::initRender(const Rect* clip, Rect* bounds) { in initRender() 571 uint32_t startIndex, uint32_t len, int numGlyphs, int x, int y, Rect* bounds) { in renderText() 586 const float* positions, Rect* bounds) { in renderPosText() 601 float hOffset, float vOffset, Rect* bounds) { in renderTextOnPath()
|
D | Snapshot.cpp | 95 const SkIRect& bounds = clipRegion->getBounds(); in copyClipRectFromRegion() local
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
D | MipmapDrawable.java | 121 protected void onBoundsChange(Rect bounds) { in onBoundsChange() 216 public int indexForBounds(Rect bounds) { in indexForBounds()
|
D | PictureDrawable.java | 69 Rect bounds = getBounds(); in draw() local
|
D | ClipDrawable.java | 188 protected void onBoundsChange(Rect bounds) { in onBoundsChange() 200 final Rect bounds = getBounds(); in draw() local
|
D | RotateDrawable.java | 76 Rect bounds = mState.mDrawable.getBounds(); in draw() local 177 protected void onBoundsChange(Rect bounds) { in onBoundsChange()
|
D | Drawable.java | 158 public void setBounds(Rect bounds) { in setBounds() 170 public final void copyBounds(Rect bounds) { in copyBounds() 654 protected void onBoundsChange(Rect bounds) {} in onBoundsChange()
|
D | AnimatedRotateDrawable.java | 74 final Rect bounds = drawable.getBounds(); in draw() local 197 protected void onBoundsChange(Rect bounds) { in onBoundsChange()
|
/frameworks/native/libs/ui/ |
D | GraphicBufferMapper.cpp | 74 int usage, const Rect& bounds, void** vaddr) in lock()
|
/frameworks/base/libs/hwui/font/ |
D | Font.cpp | 63 uint8_t* bitmap, uint32_t bitmapW, uint32_t bitmapH, Rect* bounds, const float* pos) { in measureCachedGlyph() 85 uint8_t* bitmap, uint32_t bitmapW, uint32_t bitmapH, Rect* bounds, const float* pos) { in drawCachedGlyph() 104 uint8_t* bitmap, uint32_t bitmapW, uint32_t bitmapH, Rect* bounds, const float* pos) { in drawCachedGlyphBitmap() 254 int numGlyphs, Rect *bounds, const float* positions) { in measure() 286 uint32_t bitmapW, uint32_t bitmapH, Rect* bounds, const float* positions) { in render()
|
/frameworks/av/libvideoeditor/lvpp/ |
D | PreviewRenderer.cpp | 108 Rect bounds(mWidth, mHeight); in getBufferYV12() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | FixedSizeDrawable.java | 43 public void setBounds(Rect bounds) { in setBounds()
|
/frameworks/ex/photoviewer/src/com/android/ex/photo/util/ |
D | ImageUtils.java | 96 final Point bounds = getImageBounds(resolver, uri); in createLocalBitmap() local
|
/frameworks/opt/photoviewer/src/com/android/ex/photo/util/ |
D | ImageUtils.java | 105 final Point bounds = getImageBounds(resolver, uri); in createLocalBitmap() local
|
/frameworks/rs/ |
D | rsFont.cpp | 137 void Font::measureCachedGlyph(CachedGlyphInfo *glyph, int32_t x, int32_t y, Rect *bounds) { in measureCachedGlyph() 161 RenderMode mode, Rect *bounds, in renderUTF() 748 Font::Rect *bounds, in renderText() 782 void FontState::measureText(const char *text, uint32_t len, Font::Rect *bounds) { in measureText()
|
/frameworks/av/media/libstagefright/colorconversion/ |
D | SoftwareRenderer.cpp | 152 Rect bounds(mCropWidth, mCropHeight); in render() local
|
/frameworks/base/graphics/tests/graphicstests/src/android/graphics/drawable/ |
D | MipmapDrawableTest.java | 230 protected void onBoundsChange(Rect bounds) { in onBoundsChange()
|
/frameworks/support/v4/ics/android/support/v4/view/accessibility/ |
D | AccessibilityNodeInfoCompatIcs.java | 144 public static void setBoundsInParent(Object info, Rect bounds) { in setBoundsInParent() 148 public static void setBoundsInScreen(Object info, Rect bounds) { in setBoundsInScreen()
|
/frameworks/native/services/surfaceflinger/ |
D | DisplayDevice.h | 126 inline Rect bounds() const { return getBounds(); } in bounds() function
|
/frameworks/av/services/audioflinger/ |
D | FastMixer.cpp | 76 uint32_t bounds = 0; in threadLoop() local 680 uint32_t bounds = mBounds; in dump() local
|