Home
last modified time | relevance | path

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

123456

/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.cpp76 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/
DTouchDelegate.java90 public TouchDelegate(Rect bounds, View delegateView) { in TouchDelegate()
115 Rect bounds = mBounds; in onTouchEvent() local
/frameworks/base/core/jni/android/graphics/
DNinePatch.cpp92 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/
DStyledCornersBitmapDrawable.java210 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
DExtendedBitmapDrawable.java106 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/
DFocusedStackFrame.java65 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/
DFace.java88 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/
DRoundRectDrawable.java74 private void updateBounds(Rect bounds) { in updateBounds()
90 protected void onBoundsChange(Rect bounds) { in onBoundsChange()
/frameworks/base/core/java/android/transition/
DExplode.java86 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()
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/base/core/java/android/widget/
DScrollBarDrawable.java145 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/
DRegion.h51 inline Rect bounds() const { return getBounds(); } in bounds() function
/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.cpp142 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/
DOpenGLRenderer.cpp615 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
DSnapshot.cpp99 const SkIRect& bounds = clipRegion->getBounds(); in copyClipRectFromRegion() local
219 void Snapshot::setClippingRoundRect(LinearAllocator& allocator, const Rect& bounds, in setClippingRoundRect()
DStatefulBaseRenderer.cpp179 Rect* bounds = mSnapshot->previous->clipRect; in clipPath() local
198 Rect bounds; in setClippingOutline() local
/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()
/frameworks/base/graphics/java/android/graphics/drawable/
DPictureDrawable.java65 Rect bounds = getBounds(); in draw() local
/frameworks/support/v4/java/android/support/v4/graphics/drawable/
DRoundedBitmapDrawableFactory.java56 Rect bounds, Rect outRect) { in gravityCompatApply()
/frameworks/av/services/audioflinger/
DFastThread.h68 uint32_t bounds; variable
/frameworks/opt/chips/src/com/android/ex/chips/recipientchip/
DReplacementDrawableSpan.java32 final Rect bounds = getBounds(); in setupFontMetrics() local

123456