Home
last modified time | relevance | path

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

12345678910>>...12

/frameworks/support/v4/java/android/support/v4/widget/
DTextViewCompat.java39 @Nullable Drawable bottom); in setCompoundDrawablesRelative()
43 @Nullable Drawable bottom); in setCompoundDrawablesRelativeWithIntrinsicBounds()
46 int start, int top, int end, int bottom); in setCompoundDrawablesRelativeWithIntrinsicBounds()
55 @Nullable Drawable bottom) { in setCompoundDrawablesRelative()
62 @Nullable Drawable bottom) { in setCompoundDrawablesRelativeWithIntrinsicBounds()
68 int start, int top, int end, int bottom) { in setCompoundDrawablesRelativeWithIntrinsicBounds()
79 @Nullable Drawable bottom) { in setCompoundDrawablesRelative()
86 @Nullable Drawable bottom) { in setCompoundDrawablesRelativeWithIntrinsicBounds()
93 int start, int top, int end, int bottom) { in setCompoundDrawablesRelativeWithIntrinsicBounds()
105 @Nullable Drawable bottom) { in setCompoundDrawablesRelative()
[all …]
/frameworks/data-binding/extensions/baseAdapters/src/main/java/android/databinding/adapters/
DCardViewBindingAdapter.java40 int bottom = view.getContentPaddingBottom(); in setContentPaddingLeft() local
48 int bottom = view.getContentPaddingBottom(); in setContentPaddingTop() local
56 int bottom = view.getContentPaddingBottom(); in setContentPaddingRight() local
61 public static void setContentPaddingBottom(CardView view, int bottom) { in setContentPaddingBottom()
/frameworks/support/v4/jellybean-mr1/android/support/v4/widget/
DTextViewCompatJbMr1.java29 @Nullable Drawable bottom) { in setCompoundDrawablesRelative()
36 @Nullable Drawable bottom) { in setCompoundDrawablesRelativeWithIntrinsicBounds()
43 int start, int top, int end, int bottom) { in setCompoundDrawablesRelativeWithIntrinsicBounds()
/frameworks/support/v4/jellybean-mr2/android/support/v4/widget/
DTextViewCompatJbMr2.java28 @Nullable Drawable bottom) { in setCompoundDrawablesRelative()
34 @Nullable Drawable bottom) { in setCompoundDrawablesRelativeWithIntrinsicBounds()
39 int start, int top, int end, int bottom) { in setCompoundDrawablesRelativeWithIntrinsicBounds()
/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.java36 public float bottom; field in RectF
53 public RectF(float left, float top, float right, float bottom) { in RectF()
197 public void set(float left, float top, float right, float bottom) { in set()
302 public boolean contains(float left, float top, float right, float bottom) { in contains()
344 public boolean intersect(float left, float top, float right, float bottom) { in intersect()
418 float bottom) { in intersects()
466 public void union(float left, float top, float right, float bottom) { in union()
DRect.java38 public int bottom; field in Rect
70 public Rect(int left, int top, int right, int bottom) { in Rect()
260 public void set(int left, int top, int right, int bottom) { in set()
352 public boolean contains(int left, int top, int right, int bottom) { in contains()
394 public boolean intersect(int left, int top, int right, int bottom) { in intersect()
459 public boolean intersects(int left, int top, int right, int bottom) { in intersects()
487 public void union(int left, int top, int right, int bottom) { in union()
DOutline.java143 public void setRect(int left, int top, int right, int bottom) { in setRect()
159 public void setRoundRect(int left, int top, int right, int bottom, float radius) { in setRoundRect()
181 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.java460 public int saveLayer(float left, float top, float right, float bottom, @Nullable Paint paint, in saveLayer()
470 public int saveLayer(float left, float top, float right, float bottom, @Nullable Paint paint) { in saveLayer()
519 public int saveLayerAlpha(float left, float top, float right, float bottom, int alpha, in saveLayerAlpha()
529 public int saveLayerAlpha(float left, float top, float right, float bottom, int alpha) { in saveLayerAlpha()
748 public boolean clipRect(float left, float top, float right, float bottom, in clipRect()
766 public boolean clipRect(float left, float top, float right, float bottom) { in clipRect()
784 public boolean clipRect(int left, int top, int right, int bottom) { in clipRect()
937 public boolean quickReject(float left, float top, float right, float bottom, in quickReject()
1133 public void drawRect(float left, float top, float right, float bottom, @NonNull Paint paint) { in drawRect()
1154 public void drawOval(float left, float top, float right, float bottom, @NonNull Paint paint) { in drawOval()
[all …]
/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/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/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()
/frameworks/base/libs/hwui/
DSnapshot.cpp93 bool Snapshot::clip(float left, float top, float right, float bottom, SkRegion::Op op) { in clip()
103 void Snapshot::setClip(float left, float top, float right, float bottom) { in setClip()
122 void Snapshot::resetClip(float left, float top, float right, float bottom) { in resetClip()
DDisplayListCanvas.cpp66 float right, float bottom) { in prepareDirty()
135 int DisplayListCanvas::saveLayer(float left, float top, float right, float bottom, in saveLayer()
205 bool DisplayListCanvas::clipRect(float left, float top, float right, float bottom, in clipRect()
334 float left, float top, float right, float bottom, const SkPaint* paint) { in drawPatch()
354 void DisplayListCanvas::drawRect(float left, float top, float right, float bottom, in drawRect()
359 void DisplayListCanvas::drawRoundRect(float left, float top, float right, float bottom, in drawRoundRect()
366 CanvasPropertyPrimitive* right, CanvasPropertyPrimitive* bottom, in drawRoundRect()
396 void DisplayListCanvas::drawOval(float left, float top, float right, float bottom, in drawOval()
401 void DisplayListCanvas::drawArc(float left, float top, float right, float bottom, in drawArc()
DClipArea.cpp209 void ClipArea::setClip(float left, float top, float right, float bottom) { in setClip()
216 float bottom, const mat4* transform, SkRegion::Op op) { in clipRectWithTransform()
290 float right, float bottom, const mat4* transform, SkRegion::Op op) { in rectangleModeClipRectWithTransform()
321 float right, float bottom, const mat4* transform, SkRegion::Op op) { in rectangleListModeClipRectWithTransform()
355 float right, float bottom, const mat4* transform, SkRegion::Op op) { in regionModeClipRectWithTransform()
DOpenGLRenderer.cpp120 float right, float bottom, bool opaque) { in setupFrameState()
153 float right, float bottom, bool opaque) { in prepareDirty()
169 void OpenGLRenderer::discardFramebuffer(float left, float top, float right, float bottom) { in discardFramebuffer()
183 void OpenGLRenderer::clear(float left, float top, float right, float bottom, bool opaque) { in clear()
522 int OpenGLRenderer::saveLayer(float left, float top, float right, float bottom, in saveLayer()
582 int OpenGLRenderer::saveLayerDeferred(float left, float top, float right, float bottom, in saveLayerDeferred()
658 bool OpenGLRenderer::createLayer(float left, float top, float right, float bottom, in createLayer()
1083 const float right, const float bottom, const Matrix4& transform) { in dirtyLayer()
1092 const float right, const float bottom) { in dirtyLayer()
1421 bool OpenGLRenderer::quickRejectSetupScissor(float left, float top, float right, float bottom, in quickRejectSetupScissor()
DRect.h46 float bottom; variable
61 inline Rect(float left, float top, float right, float bottom): in Rect()
104 inline void set(float left, float top, float right, float bottom) { in set()
/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/services/core/java/com/android/server/policy/
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/support/v4/java/android/support/v4/view/
DPagerTabStrip.java155 public void setPadding(int left, int top, int right, int bottom) { in setPadding()
264 final int bottom = height; in onDraw() local
282 int bottom = getHeight(); in updateTextPositions() local
/frameworks/base/core/java/android/transition/
DSidePropagation.java95 int bottom = top + sceneRoot.getHeight(); in getStartDelay() local
121 int left, int top, int right, int bottom) { in distance()
/frameworks/native/services/surfaceflinger/DisplayHardware/
DFloatRect.h30 float bottom; variable
/frameworks/support/design/base/android/support/design/widget/
DShadowViewDelegate.java23 void setShadowPadding(int left, int top, int right, int bottom); in setShadowPadding()

12345678910>>...12