| /frameworks/base/graphics/java/android/graphics/ |
| D | Insets.java | 32 public final int top; field in Insets 36 private Insets(int left, int top, int right, int bottom) { in Insets() 55 public static Insets of(int left, int top, int right, int bottom) { in of()
|
| D | RectF.java | 35 public float top; field in RectF 54 public RectF(float left, float top, float right, float bottom) { in RectF() 198 public void set(float left, float top, float right, float bottom) { in set() 303 public boolean contains(float left, float top, float right, float bottom) { in contains() 345 public boolean intersect(float left, float top, float right, float bottom) { in intersect() 418 public boolean intersects(float left, float top, float right, in intersects() 467 public void union(float left, float top, float right, float bottom) { in union()
|
| D | Rect.java | 35 public int top; field in Rect 69 public Rect(int left, int top, int right, int bottom) { in Rect() 259 public void set(int left, int top, int right, int bottom) { in set() 351 public boolean contains(int left, int top, int right, int bottom) { in contains() 392 public boolean intersect(int left, int top, int right, int bottom) { in intersect() 455 public boolean intersects(int left, int top, int right, int bottom) { in intersects() 483 public void union(int left, int top, int right, int bottom) { in union()
|
| D | Outline.java | 142 public void setRect(int left, int top, int right, int bottom) { in setRect() 158 public void setRoundRect(int left, int top, int right, int bottom, float radius) { in setRoundRect() 180 public void setOval(int left, int top, int right, int bottom) { in setOval()
|
| D | Region.java | 76 public Region(int left, int top, int right, int bottom) { in Region() 102 public boolean set(int left, int top, int right, int bottom) { in set() 191 public native boolean quickContains(int left, int top, int right, in quickContains() 208 public native boolean quickReject(int left, int top, int right, int bottom); in quickReject() 267 public boolean op(int left, int top, int right, int bottom, Op op) { in op() 412 int top, int right, int bottom); in nativeSetRect() 419 private static native boolean nativeOp(long native_dst, int left, int top, in nativeOp()
|
| D | Path.java | 468 public void arcTo(float left, float top, float right, float bottom, float startAngle, in arcTo() 499 private void detectSimplePath(float left, float top, float right, float bottom, Direction dir) { in detectSimplePath() 530 public void addRect(float left, float top, float right, float bottom, Direction dir) { in addRect() 550 public void addOval(float left, float top, float right, float bottom, Direction dir) { in addOval() 585 public void addArc(float left, float top, float right, float bottom, float startAngle, in addArc() 610 public void addRoundRect(float left, float top, float right, float bottom, float rx, float ry, in addRoundRect() 640 public void addRoundRect(float left, float top, float right, float bottom, float[] radii, in addRoundRect() 804 private static native void native_arcTo(long nPath, float left, float top, in native_arcTo() 808 private static native void native_addRect(long nPath, float left, float top, in native_addRect() 810 private static native void native_addOval(long nPath, float left, float top, in native_addOval() [all …]
|
| D | Canvas.java | 475 public int saveLayer(float left, float top, float right, float bottom, @Nullable Paint paint, in saveLayer() 485 public int saveLayer(float left, float top, float right, float bottom, @Nullable Paint paint) { in saveLayer() 534 public int saveLayerAlpha(float left, float top, float right, float bottom, int alpha, in saveLayerAlpha() 544 public int saveLayerAlpha(float left, float top, float right, float bottom, int alpha) { in saveLayerAlpha() 761 public boolean clipRect(float left, float top, float right, float bottom, in clipRect() 779 public boolean clipRect(float left, float top, float right, float bottom) { in clipRect() 797 public boolean clipRect(int left, int top, int right, int bottom) { in clipRect() 950 public boolean quickReject(float left, float top, float right, float bottom, in quickReject() 1145 public void drawRect(float left, float top, float right, float bottom, @NonNull Paint paint) { in drawRect() 1166 public void drawOval(float left, float top, float right, float bottom, @NonNull Paint paint) { in drawOval() [all …]
|
| /frameworks/base/libs/hwui/ |
| D | Snapshot.cpp | 110 bool Snapshot::clipRegionOp(float left, float top, float right, float bottom, SkRegion::Op op) { in clipRegionOp() 126 bool Snapshot::clip(float left, float top, float right, float bottom, SkRegion::Op op) { in clip() 168 void Snapshot::setClip(float left, float top, float right, float bottom) { in setClip() 190 void Snapshot::resetClip(float left, float top, float right, float bottom) { in resetClip()
|
| D | DisplayListRenderer.cpp | 63 status_t DisplayListRenderer::prepareDirty(float left, float top, in prepareDirty() 119 int DisplayListRenderer::saveLayer(float left, float top, float right, float bottom, in saveLayer() 163 bool DisplayListRenderer::clipRect(float left, float top, float right, float bottom, in clipRect() 253 float left, float top, float right, float bottom, const SkPaint* paint) { in drawPatch() 267 status_t DisplayListRenderer::drawRect(float left, float top, float right, float bottom, in drawRect() 274 status_t DisplayListRenderer::drawRoundRect(float left, float top, float right, float bottom, in drawRoundRect() 282 CanvasPropertyPrimitive* left, CanvasPropertyPrimitive* top, in drawRoundRect() 315 status_t DisplayListRenderer::drawOval(float left, float top, float right, float bottom, in drawOval() 322 status_t DisplayListRenderer::drawArc(float left, float top, float right, float bottom, in drawArc()
|
| D | OpenGLRenderer.cpp | 187 void OpenGLRenderer::setupFrameState(float left, float top, in setupFrameState() 220 status_t OpenGLRenderer::prepareDirty(float left, float top, in prepareDirty() 239 void OpenGLRenderer::discardFramebuffer(float left, float top, float right, float bottom) { in discardFramebuffer() 253 status_t OpenGLRenderer::clear(float left, float top, float right, float bottom, bool opaque) { in clear() 601 int OpenGLRenderer::saveLayer(float left, float top, float right, float bottom, in saveLayer() 661 int OpenGLRenderer::saveLayerDeferred(float left, float top, float right, float bottom, in saveLayerDeferred() 737 bool OpenGLRenderer::createLayer(float left, float top, float right, float bottom, in createLayer() 1201 int32_t top = rects[0].top; in drawRegionRectsDebug() local 1233 void OpenGLRenderer::dirtyLayer(const float left, const float top, in dirtyLayer() 1242 void OpenGLRenderer::dirtyLayer(const float left, const float top, in dirtyLayer() [all …]
|
| D | Rect.h | 43 float top; variable 60 inline Rect(float left, float top, float right, float bottom): in Rect() 103 inline void set(float left, float top, float right, float bottom) { in set()
|
| D | PathCache.cpp | 88 float& left, float& top, float& offset, uint32_t& width, uint32_t& height) { in computePathBounds() 94 float& left, float& top, float& offset, uint32_t& width, uint32_t& height) { in computeBounds() 125 float left, float top, float offset, uint32_t width, uint32_t height) { in drawPath() 136 static PathTexture* createTexture(float left, float top, float offset, in createTexture() 260 float left, top, offset; in addTexture() local 340 float left, top, offset; in onProcess() local
|
| /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/ |
| D | SystemViewInfo.java | 29 public SystemViewInfo(String name, Object cookie, int left, int top, in SystemViewInfo() 34 public SystemViewInfo(String name, Object cookie, int left, int top, in SystemViewInfo()
|
| /frameworks/base/core/java/android/view/ |
| D | WindowInsets.java | 310 public WindowInsets consumeSystemWindowInsets(boolean left, boolean top, in consumeSystemWindowInsets() 334 public WindowInsets replaceSystemWindowInsets(int left, int top, in replaceSystemWindowInsets() 368 public WindowInsets consumeWindowDecorInsets(boolean left, boolean top, in consumeWindowDecorInsets() 384 public WindowInsets replaceWindowDecorInsets(int left, int top, int right, int bottom) { in replaceWindowDecorInsets()
|
| D | GLES20Canvas.java | 204 private static native int nPrepareDirty(long renderer, int left, int top, int right, int bottom, in nPrepareDirty() 292 public boolean clipRect(float left, float top, float right, float bottom) { in clipRect() 296 private static native boolean nClipRect(long renderer, float left, float top, in nClipRect() 300 public boolean clipRect(float left, float top, float right, float bottom, Region.Op op) { in clipRect() 305 public boolean clipRect(int left, int top, int right, int bottom) { in clipRect() 309 private static native boolean nClipRect(long renderer, int left, int top, in nClipRect() 354 public boolean quickReject(float left, float top, float right, float bottom, EdgeType type) { in quickReject() 358 private static native boolean nQuickReject(long renderer, float left, float top, in nQuickReject() 457 public int saveLayer(float left, float top, float right, float bottom, Paint paint, in saveLayer() 466 private static native int nSaveLayer(long renderer, float left, float top, in nSaveLayer() [all …]
|
| /frameworks/support/v7/cardview/src/android/support/v7/widget/ |
| D | CardView.java | 110 public void setPadding(int left, int top, int right, int bottom) { in setPadding() 114 public void setPaddingRelative(int start, int top, int end, int bottom) { in setPaddingRelative() 169 public void setContentPadding(int left, int top, int right, int bottom) { in setContentPadding() 300 public void setShadowPadding(int left, int top, int right, int bottom) { in setShadowPadding()
|
| /frameworks/base/policy/src/com/android/internal/policy/impl/ |
| D | RecentApplicationsBackground.java | 60 protected boolean setFrame(int left, int top, int right, int bottom) { in setFrame() 100 final int top = chld.top - bkg.top; in draw() local
|
| /frameworks/native/services/surfaceflinger/DisplayHardware/ |
| D | FloatRect.h | 28 float top; variable
|
| /frameworks/support/v4/java/android/support/v4/view/ |
| D | PagerTabStrip.java | 153 public void setPadding(int left, int top, int right, int bottom) { in setPadding() 265 final int top = bottom - mIndicatorHeight; in onDraw() local 283 int top = bottom - mIndicatorHeight; in updateTextPositions() local
|
| /frameworks/opt/bitmap/src/com/android/bitmap/drawable/ |
| D | StyledCornersBitmapDrawable.java | 241 float top = bounds.top + mBorderWidth / 2; in draw() local 285 float top = bounds.top; in drawFakeCornersForCompatibilityMode() local 374 float top = bounds.top + mBorderWidth / 2; in recalculatePath() local
|
| /frameworks/base/core/jni/android/graphics/ |
| D | SkiaCanvas.cpp | 288 int SkiaCanvas::saveLayer(float left, float top, float right, float bottom, in saveLayer() 296 int SkiaCanvas::saveLayerAlpha(float left, float top, float right, float bottom, in saveLayerAlpha() 421 bool SkiaCanvas::quickRejectRect(float left, float top, float right, float bottom) const { in quickRejectRect() 430 bool SkiaCanvas::clipRect(float left, float top, float right, float bottom, SkRegion::Op op) { in clipRect() 514 void SkiaCanvas::drawRect(float left, float top, float right, float bottom, in drawRect() 520 void SkiaCanvas::drawRoundRect(float left, float top, float right, float bottom, in drawRoundRect() 530 void SkiaCanvas::drawOval(float left, float top, float right, float bottom, const SkPaint& paint) { in drawOval() 535 void SkiaCanvas::drawArc(float left, float top, float right, float bottom, in drawArc() 560 void SkiaCanvas::drawBitmap(const SkBitmap& bitmap, float left, float top, const SkPaint* paint) { in drawBitmap()
|
| /frameworks/base/core/java/android/transition/ |
| D | SidePropagation.java | 95 int top = loc[1] + Math.round(sceneRoot.getTranslationY()); in getStartDelay() local 123 int left, int top, int right, int bottom) { in distance()
|
| /frameworks/support/v4/java/android/support/v4/graphics/drawable/ |
| D | DrawableCompat.java | 37 void setHotspotBounds(Drawable drawable, int left, int top, int right, int bottom); in setHotspotBounds() 65 public void setHotspotBounds(Drawable drawable, int left, int top, int right, int bottom) { in setHotspotBounds() 116 public void setHotspotBounds(Drawable drawable, int left, int top, int right, int bottom) { in setHotspotBounds() 213 public static void setHotspotBounds(Drawable drawable, int left, int top, in setHotspotBounds()
|
| /frameworks/base/core/java/android/text/style/ |
| D | LeadingMarginSpan.java | 69 int top, int baseline, int bottom, in drawLeadingMargin() 146 int top, int baseline, int bottom, in drawLeadingMargin()
|
| /frameworks/native/include/android/ |
| D | rect.h | 32 int32_t top; member
|