Home
last modified time | relevance | path

Searched defs:bottom (Results 1 – 25 of 268) sorted by relevance

1234567891011

/frameworks/base/graphics/java/android/graphics/
DInsets.java34 public final int bottom; 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()
DRectF.java37 public float bottom; 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()
419 float bottom) { in intersects()
467 public void union(float left, float top, float right, float bottom) { in union()
DRect.java37 public int bottom; 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()
DOutline.java142 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()
DRegion.java76 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()
192 int bottom); 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()
420 int right, int bottom, int op); in nativeOp()
DPath.java468 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()
805 float right, float bottom, float startAngle, in native_arcTo()
809 float right, float bottom, int dir); in native_addRect()
811 float right, float bottom, int dir); in native_addOval()
[all …]
DCanvas.java475 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/
DSnapshot.cpp110 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()
DDisplayListRenderer.cpp64 float right, float bottom, bool opaque) { 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()
283 CanvasPropertyPrimitive* right, CanvasPropertyPrimitive* bottom, 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()
DOpenGLRenderer.cpp188 float right, float bottom, bool opaque) { in setupFrameState()
221 float right, float bottom, bool opaque) { 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()
1234 const float right, const float bottom, const mat4 transform) { in dirtyLayer()
1243 const float right, const float bottom) { in dirtyLayer()
1517 bool OpenGLRenderer::quickRejectSetupScissor(float left, float top, float right, float bottom, in quickRejectSetupScissor()
DRect.h45 float bottom; 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()
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DSystemViewInfo.java30 int right, int bottom) { in SystemViewInfo()
35 int right, int bottom, Object viewObject, Object layoutParamsObject) { in SystemViewInfo()
/frameworks/base/core/java/android/view/
DWindowInsets.java311 boolean right, boolean bottom) { in consumeSystemWindowInsets()
335 int right, int bottom) { in replaceSystemWindowInsets()
369 boolean right, boolean bottom) { in consumeWindowDecorInsets()
384 public WindowInsets replaceWindowDecorInsets(int left, int top, int right, int bottom) { in replaceWindowDecorInsets()
DGLES20Canvas.java204 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()
297 float right, float bottom, int op); 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()
310 int right, int bottom, int op); in nClipRect()
354 public boolean quickReject(float left, float top, float right, float bottom, EdgeType type) { in quickReject()
359 float right, float bottom); in nQuickReject()
457 public int saveLayer(float left, float top, float right, float bottom, Paint paint, in saveLayer()
467 float right, float bottom, long paint, int saveFlags); in nSaveLayer()
[all …]
/frameworks/support/v7/cardview/src/android/support/v7/widget/
DCardView.java110 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/core/tests/coretests/src/android/widget/scroll/
DRequestRectangleVisibleTest.java206 int bottom = xy[1] + view.getHeight(); in assertOnBottomEdgeOfScreen() local
227 int bottom = xy[1] + view.getHeight(); in assertOnTopEdgeOfScreen() local
/frameworks/base/policy/src/com/android/internal/policy/impl/
DRecentApplicationsBackground.java60 protected boolean setFrame(int left, int top, int right, int bottom) { in setFrame()
101 final int bottom = chld.bottom + bkg.bottom; in draw() local
/frameworks/native/services/surfaceflinger/DisplayHardware/
DFloatRect.h30 float bottom; variable
/frameworks/support/v4/java/android/support/v4/view/
DPagerTabStrip.java153 public void setPadding(int left, int top, int right, int bottom) { in setPadding()
262 final int bottom = height; in onDraw() local
280 int bottom = getHeight(); in updateTextPositions() local
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
DStyledCornersBitmapDrawable.java243 float bottom = bounds.bottom - mBorderWidth / 2; in draw() local
287 float bottom = bounds.bottom; in drawFakeCornersForCompatibilityMode() local
376 float bottom = bounds.bottom - mBorderWidth / 2; in recalculatePath() local
/frameworks/base/core/java/android/transition/
DSidePropagation.java97 int bottom = top + sceneRoot.getHeight(); in getStartDelay() local
123 int left, int top, int right, int bottom) { in distance()
/frameworks/support/v4/java/android/support/v4/graphics/drawable/
DDrawableCompat.java37 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()
214 int right, int bottom) { in setHotspotBounds()
/frameworks/base/core/java/android/text/style/
DLeadingMarginSpan.java69 int top, int baseline, int bottom, in drawLeadingMargin()
146 int top, int baseline, int bottom, in drawLeadingMargin()
/frameworks/native/include/android/
Drect.h34 int32_t bottom; member
/frameworks/support/v7/cardview/base/android/support/v7/widget/
DCardViewDelegate.java32 void setShadowPadding(int left, int top, int right, int bottom); in setShadowPadding()

1234567891011