Home
last modified time | relevance | path

Searched defs:bounds (Results 1 – 25 of 152) sorted by relevance

1234567

/frameworks/base/core/java/android/view/accessibility/
DIAccessibilityInteractionConnection.aidl34 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/
DGraphicBufferMapper.cpp81 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/
DTouchDelegate.java90 public TouchDelegate(Rect bounds, View delegateView) { in TouchDelegate()
115 Rect bounds = mBounds; in onTouchEvent() local
/frameworks/base/core/jni/android/graphics/
DNinePatch.cpp91 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/
DStyledCornersBitmapDrawable.java217 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
DExtendedBitmapDrawable.java109 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/
DFace.java88 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/
DExplode.java85 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()
DTransitionUtils.java93 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()
DChangeClipBounds.java62 Rect bounds = new Rect(0, 0, view.getWidth(), view.getHeight()); in captureValues() local
/frameworks/support/v7/cardview/api21/android/support/v7/widget/
DRoundRectDrawable.java74 private void updateBounds(Rect bounds) { in updateBounds()
90 protected void onBoundsChange(Rect bounds) { in onBoundsChange()
/frameworks/base/libs/hwui/
DClipArea.cpp60 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()
DOpenGLRenderer.cpp536 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/
DRippleComponent.java61 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()
DPictureDrawable.java65 Rect bounds = getBounds(); in draw() local
/frameworks/base/core/java/android/view/animation/
DTransformation.java126 Rect bounds = t.getClipRect(); in compose() local
145 Rect bounds = t.getClipRect(); in postCompose() local
/frameworks/native/include/ui/
DRegion.h53 inline Rect bounds() const { return getBounds(); } in bounds() function
/frameworks/base/core/java/android/widget/
DScrollBarDrawable.java159 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/
DRoundRectDrawableWithShadow.java128 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/
DFont.cpp141 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/
DRoundedBitmapDrawable21.java52 Rect bounds, Rect outRect) { in gravityCompatApply()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DFakeShadowDrawable.java105 protected void onBoundsChange(Rect bounds) { in onBoundsChange()
265 private void buildComponents(Rect bounds) { in buildComponents()
DRecentsViewLayoutAlgorithm.java45 ArrayList<Rect> bounds = new ArrayList<Rect>(stackViews.size()); in computeStackRects() local
/frameworks/support/v4/donut/android/support/v4/graphics/drawable/
DRoundedBitmapDrawable.java217 Rect bounds, Rect outRect) { in gravityCompatApply()
337 protected void onBoundsChange(Rect bounds) { in onBoundsChange()
/frameworks/support/v4/java/android/support/v4/graphics/drawable/
DRoundedBitmapDrawableFactory.java56 Rect bounds, Rect outRect) { in gravityCompatApply()

1234567