Searched defs:bottom (Results 1 - 25 of 318) sorted by relevance

1234567891011>>

/frameworks/native/libs/arect/include/android/
H A Drect.h52 /** bottom position */
53 int32_t bottom; member in struct:ARect
/frameworks/base/core/java/android/text/style/
H A DLineBackgroundSpan.java27 int top, int baseline, int bottom,
25 drawBackground(Canvas c, Paint p, int left, int right, int top, int baseline, int bottom, CharSequence text, int start, int end, int lnum) argument
H A DReplacementSpan.java56 * @param bottom Bottom of the line.
61 int top, int y, int bottom, @NonNull Paint paint);
59 draw(@onNull Canvas canvas, CharSequence text, @IntRange(from = 0) int start, @IntRange(from = 0) int end, float x, int top, int y, int bottom, @NonNull Paint paint) argument
/frameworks/base/graphics/java/android/graphics/
H A DInsets.java34 public final int bottom; field in class:Insets
36 private Insets(int left, int top, int right, int bottom) { argument
40 this.bottom = bottom;
51 * @param bottom the bottom inset
55 public static Insets of(int left, int top, int right, int bottom) { argument
56 if (left == 0 && top == 0 && right == 0 && bottom == 0) {
59 return new Insets(left, top, right, bottom);
70 return (r == null) ? NONE : of(r.left, r.top, r.right, r.bottom);
[all...]
/frameworks/base/libs/hwui/
H A DProfileRenderer.cpp22 void ProfileRenderer::drawRect(float left, float top, float right, float bottom, argument
24 mRenderer.drawRect(left, top, right, bottom, &paint);
/frameworks/base/libs/hwui/pipeline/skia/
H A DSkiaProfileRenderer.cpp22 void SkiaProfileRenderer::drawRect(float left, float top, float right, float bottom, argument
24 SkRect rect = SkRect::MakeLTRB(left, top, right, bottom);
/frameworks/data-binding/extensions/baseAdapters/src/main/java/android/databinding/adapters/
H A DCardViewBindingAdapter.java40 int bottom = view.getContentPaddingBottom();
41 view.setContentPadding(left, top, right, bottom);
48 int bottom = view.getContentPaddingBottom();
49 view.setContentPadding(left, top, right, bottom);
56 int bottom = view.getContentPaddingBottom();
57 view.setContentPadding(left, top, right, bottom);
61 public static void setContentPaddingBottom(CardView view, int bottom) { argument
65 view.setContentPadding(left, top, right, bottom);
/frameworks/native/include/ui/
H A DFloatRect.h25 : left(_left), top(_top), right(_right), bottom(_bottom) {}
28 float getHeight() const { return bottom - top; }
33 float bottom = 0.0f; member in class:android::FloatRect
37 return a.left == b.left && a.top == b.top && a.right == b.right && a.bottom == b.bottom;
/frameworks/native/libs/ui/include/ui/
H A DFloatRect.h25 : left(_left), top(_top), right(_right), bottom(_bottom) {}
28 float getHeight() const { return bottom - top; }
33 float bottom = 0.0f; member in class:android::FloatRect
37 return a.left == b.left && a.top == b.top && a.right == b.right && a.bottom == b.bottom;
/frameworks/support/design/base/android/support/design/widget/
H A DShadowViewDelegate.java23 void setShadowPadding(int left, int top, int right, int bottom); argument
/frameworks/support/transition/api22/android/support/transition/
H A DViewUtilsApi22.java36 public void setLeftTopRightBottom(View v, int left, int top, int right, int bottom) { argument
40 sSetLeftTopRightBottomMethod.invoke(v, left, top, right, bottom);
/frameworks/base/core/tests/coretests/src/android/text/
H A DDynamicLayoutTest.java63 int y, int bottom, Paint paint) { }
62 draw(Canvas canvas, CharSequence text, int start, int end, float x, int top, int y, int bottom, Paint paint) argument
/frameworks/base/tests/SurfaceComposition/src/android/surfacecomposition/
H A DCustomLayout.java30 public LayoutParams(int left, int top, int right, int bottom) { argument
35 mBottom = bottom;
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DSystemViewInfo.java30 int right, int bottom) {
31 super(name, cookie, left, top, right, bottom);
35 int right, int bottom, Object viewObject, Object layoutParamsObject) {
36 super(name, cookie, left, top, right, bottom, viewObject,
29 SystemViewInfo(String name, Object cookie, int left, int top, int right, int bottom) argument
34 SystemViewInfo(String name, Object cookie, int left, int top, int right, int bottom, Object viewObject, Object layoutParamsObject) argument
/frameworks/native/libs/vr/libdvrcommon/include/private/dvr/
H A Dortho.h10 Eigen::AffineMatrix<T, 4> OrthoMatrix(T left, T right, T bottom, T top, argument
15 const T b = t2 / (top - bottom);
18 const T yoff = -(top + bottom) / (top - bottom);
/frameworks/support/compat/tests/java/android/support/v4/testutils/
H A DTestUtils.java99 * bottom bounds.
102 int left, int top, int right, int bottom) {
106 Assert.assertEquals(failMessagePrefix + " bottom", rectangle.bottom, bottom);
101 assertRectangleBounds(String failMessagePrefix, @NonNull Rect rectangle, int left, int top, int right, int bottom) argument
H A DTextViewActions.java147 final @Nullable Drawable bottom) {
164 TextViewCompat.setCompoundDrawablesRelative(textView, start, top, end, bottom);
176 final @Nullable Drawable end, final @Nullable Drawable bottom) {
194 textView, start, top, end, bottom);
206 final @DrawableRes int bottom) {
224 textView, start, top, end, bottom);
145 setCompoundDrawablesRelative(final @Nullable Drawable start, final @Nullable Drawable top, final @Nullable Drawable end, final @Nullable Drawable bottom) argument
174 setCompoundDrawablesRelativeWithIntrinsicBounds( final @Nullable Drawable start, final @Nullable Drawable top, final @Nullable Drawable end, final @Nullable Drawable bottom) argument
204 setCompoundDrawablesRelativeWithIntrinsicBounds( final @DrawableRes int start, final @DrawableRes int top, final @DrawableRes int end, final @DrawableRes int bottom) argument
/frameworks/support/core-ui/tests/java/android/support/v4/testutils/
H A DTestUtils.java98 * bottom bounds.
101 int left, int top, int right, int bottom) {
105 Assert.assertEquals(failMessagePrefix + " bottom", rectangle.bottom, bottom);
100 assertRectangleBounds(String failMessagePrefix, @NonNull Rect rectangle, int left, int top, int right, int bottom) argument
/frameworks/support/design/src/android/support/design/internal/
H A DBaselineLayout.java25 * A simple ViewGroup that aligns all the views inside on a baseline. Note: bottom padding for this
84 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
/frameworks/support/emoji/core/src/android/support/text/emoji/
H A DTypefaceEmojiSpan.java54 final int top, final int y, final int bottom, @NonNull final Paint paint) {
56 canvas.drawRect(x, top , x + getWidth(), bottom, getDebugPaint());
52 draw(@onNull final Canvas canvas, final CharSequence text, @IntRange(from = 0) final int start, @IntRange(from = 0) final int end, final float x, final int top, final int y, final int bottom, @NonNull final Paint paint) argument
/frameworks/support/v17/preference-leanback/api21/android/support/v17/internal/widget/
H A DOutlineOnlyWithChildrenFrameLayout.java62 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
63 super.onLayout(changed, left, top, right, bottom);
/frameworks/support/v7/cardview/src/android/support/v7/widget/
H A DCardViewDelegate.java31 void setShadowPadding(int left, int top, int right, int bottom); argument
/frameworks/av/media/ndk/include/media/
H A DNdkImage.h512 * <p>Note that the right and bottom coordinates are exclusive, so the width of the rectangle is
513 * (right - left) and the height of the rectangle is (bottom - top).</p>
519 int32_t bottom; member in struct:AImageCropRect
/frameworks/base/apct-tests/perftests/core/src/android/text/
H A DDynamicLayoutPerfTest.java79 int y, int bottom, Paint paint) {
78 draw(Canvas canvas, CharSequence text, int start, int end, float x, int top, int y, int bottom, Paint paint) argument
/frameworks/base/core/java/android/text/method/
H A DScrollingMovementMethod.java65 protected boolean bottom(TextView widget, Spannable buffer) { method in class:ScrollingMovementMethod
86 return bottom(widget, buffer);

Completed in 8279 milliseconds

1234567891011>>