Searched defs:bottom (Results 1 - 25 of 276) sorted by last modified time

1234567891011>>

/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DBaseCardView.java89 * at the bottom of the card, shifting up the info view without affecting
415 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
483 onSizeChanged(0, 0, right - left, bottom - top);
H A DNonOverlappingLinearLayoutWithForeground.java108 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
109 super.onLayout(changed, left, top, right, bottom);
H A DScaleFrameLayout.java93 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
114 parentBottom = (int)(pivotY + (bottom - top - pivotY) / mLayoutScaleY + 0.5f)
118 parentBottom = bottom - top - getPaddingBottom();
H A DStreamingTextView.java245 float x, int top, int y, int bottom, Paint paint) {
244 draw(Canvas canvas, CharSequence text, int start, int end, float x, int top, int y, int bottom, Paint paint) argument
/frameworks/support/v17/preference-leanback/api21/android/support/v17/internal/widget/
H A DOutlineOnlyWithChildrenFrameLayout.java56 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
57 super.onLayout(changed, left, top, right, bottom);
/frameworks/support/v4/api21/android/support/v4/graphics/drawable/
H A DDrawableCompatLollipop.java40 int right, int bottom) {
41 drawable.setHotspotBounds( left, top, right, bottom);
39 setHotspotBounds(Drawable drawable, int left, int top, int right, int bottom) argument
H A DDrawableWrapperLollipop.java48 public void setHotspotBounds(int left, int top, int right, int bottom) { argument
49 mDrawable.setHotspotBounds(left, top, right, bottom);
/frameworks/support/v4/api21/android/support/v4/view/
H A DWindowInsetsCompatApi21.java76 public WindowInsetsCompat replaceSystemWindowInsets(int left, int top, int right, int bottom) { argument
77 return new WindowInsetsCompatApi21(mSource.replaceSystemWindowInsets(left, top, right, bottom));
/frameworks/support/v4/donut/android/support/v4/view/
H A DWindowInsetsCompat.java73 * Returns the bottom system window inset in pixels.
79 * @return The bottom system window inset
127 * <p>A round window's left, top, right and bottom edges reach all the way to the
154 * @param bottom New bottom inset in pixels
157 public WindowInsetsCompat replaceSystemWindowInsets(int left, int top, int right, int bottom) { argument
221 * Returns the bottom stable inset in pixels.
229 * @return The bottom stable inset
/frameworks/support/v4/java/android/support/v4/graphics/drawable/
H A DDrawableCompat.java47 void setHotspotBounds(Drawable drawable, int left, int top, int right, int bottom); argument
84 public void setHotspotBounds(Drawable drawable, int left, int top, int right, int bottom) { argument
218 public void setHotspotBounds(Drawable drawable, int left, int top, int right, int bottom) { argument
219 DrawableCompatLollipop.setHotspotBounds(drawable, left, top, right, bottom);
370 int right, int bottom) {
371 IMPL.setHotspotBounds(drawable, left, top, right, bottom);
369 setHotspotBounds(@onNull Drawable drawable, int left, int top, int right, int bottom) argument
/frameworks/support/v4/java/android/support/v4/view/
H A DPagerTabStrip.java37 * android:layout_gravity to TOP or BOTTOM to pin it to the top or bottom
155 public void setPadding(int left, int top, int right, int bottom) { argument
156 if (bottom < mMinPaddingBottom) {
157 bottom = mMinPaddingBottom;
159 super.setPadding(left, top, right, bottom);
264 final int bottom = height;
267 final int top = bottom - mIndicatorHeight;
270 canvas.drawRect(left, top, right, bottom, mTabPaint);
282 int bottom = getHeight();
285 int top = bottom
[all...]
H A DViewCompat.java319 * Scroll indicator direction for the bottom edge of the view.
376 void postInvalidateOnAnimation(View view, int left, int top, int right, int bottom); argument
402 void setPaddingRelative(View view, int start, int top, int end, int bottom); argument
533 public void postInvalidateOnAnimation(View view, int left, int top, int right, int bottom) { argument
534 view.invalidate(left, top, right, bottom);
643 public void setPaddingRelative(View view, int start, int top, int end, int bottom) { argument
644 view.setPadding(start, top, end, bottom);
1410 public void postInvalidateOnAnimation(View view, int left, int top, int right, int bottom) { argument
1411 ViewCompatJB.postInvalidateOnAnimation(view, left, top, right, bottom);
1517 public void setPaddingRelative(View view, int start, int top, int end, int bottom) { argument
2028 postInvalidateOnAnimation(View view, int left, int top, int right, int bottom) argument
2489 setPaddingRelative(View view, int start, int top, int end, int bottom) argument
[all...]
/frameworks/support/v4/java/android/support/v4/widget/
H A DNestedScrollView.java975 final int bottom = maxOverScrollY + scrollRangeY;
987 if (newScrollY > bottom) {
988 newScrollY = bottom;
1020 * if topFocus is true, or at the bottom of the bounds if topFocus is
1024 * @param bottom the bottom offset of the bounds in which a focusable must
1029 private View findFocusableViewInBounds(boolean topFocus, int top, int bottom) { argument
1036 * top, and its bottom is above the bound's bottom. A partially
1049 if (top < viewBottom && viewTop < bottom) {
1176 scrollAndFocus(int direction, int top, int bottom) argument
[all...]
H A DSwipeProgressBar.java104 mParent, mBounds.left, mBounds.top, mBounds.right, mBounds.bottom);
233 mParent, mBounds.left, mBounds.top, mBounds.right, mBounds.bottom);
270 void setBounds(int left, int top, int right, int bottom) { argument
274 mBounds.bottom = bottom;
H A DSwipeRefreshLayout.java581 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
821 // This is a bit of a hack. Nested scrolling works from the bottom up, and as we are
H A DTextViewCompat.java40 @Nullable Drawable bottom);
43 @Nullable Drawable bottom);
46 @DrawableRes int bottom);
56 @Nullable Drawable bottom) {
57 textView.setCompoundDrawables(start, top, end, bottom);
63 @Nullable Drawable bottom) {
64 textView.setCompoundDrawablesWithIntrinsicBounds(start, top, end, bottom);
70 @DrawableRes int bottom) {
71 textView.setCompoundDrawablesWithIntrinsicBounds(start, top, end, bottom);
106 @Nullable Drawable bottom) {
38 setCompoundDrawablesRelative(@onNull TextView textView, @Nullable Drawable start, @Nullable Drawable top, @Nullable Drawable end, @Nullable Drawable bottom) argument
41 setCompoundDrawablesRelativeWithIntrinsicBounds(@onNull TextView textView, @Nullable Drawable start, @Nullable Drawable top, @Nullable Drawable end, @Nullable Drawable bottom) argument
44 setCompoundDrawablesRelativeWithIntrinsicBounds(@onNull TextView textView, @DrawableRes int start, @DrawableRes int top, @DrawableRes int end, @DrawableRes int bottom) argument
54 setCompoundDrawablesRelative(@onNull TextView textView, @Nullable Drawable start, @Nullable Drawable top, @Nullable Drawable end, @Nullable Drawable bottom) argument
61 setCompoundDrawablesRelativeWithIntrinsicBounds(@onNull TextView textView, @Nullable Drawable start, @Nullable Drawable top, @Nullable Drawable end, @Nullable Drawable bottom) argument
68 setCompoundDrawablesRelativeWithIntrinsicBounds(@onNull TextView textView, @DrawableRes int start, @DrawableRes int top, @DrawableRes int end, @DrawableRes int bottom) argument
104 setCompoundDrawablesRelative(@onNull TextView textView, @Nullable Drawable start, @Nullable Drawable top, @Nullable Drawable end, @Nullable Drawable bottom) argument
111 setCompoundDrawablesRelativeWithIntrinsicBounds(@onNull TextView textView, @Nullable Drawable start, @Nullable Drawable top, @Nullable Drawable end, @Nullable Drawable bottom) argument
119 setCompoundDrawablesRelativeWithIntrinsicBounds(@onNull TextView textView, @DrawableRes int start, @DrawableRes int top, @DrawableRes int end, @DrawableRes int bottom) argument
129 setCompoundDrawablesRelative(@onNull TextView textView, @Nullable Drawable start, @Nullable Drawable top, @Nullable Drawable end, @Nullable Drawable bottom) argument
136 setCompoundDrawablesRelativeWithIntrinsicBounds(@onNull TextView textView, @Nullable Drawable start, @Nullable Drawable top, @Nullable Drawable end, @Nullable Drawable bottom) argument
145 setCompoundDrawablesRelativeWithIntrinsicBounds(@onNull TextView textView, @DrawableRes int start, @DrawableRes int top, @DrawableRes int end, @DrawableRes int bottom) argument
192 setCompoundDrawablesRelative(@onNull TextView textView, @Nullable Drawable start, @Nullable Drawable top, @Nullable Drawable end, @Nullable Drawable bottom) argument
212 setCompoundDrawablesRelativeWithIntrinsicBounds(@onNull TextView textView, @Nullable Drawable start, @Nullable Drawable top, @Nullable Drawable end, @Nullable Drawable bottom) argument
236 setCompoundDrawablesRelativeWithIntrinsicBounds(@onNull TextView textView, @DrawableRes int start, @DrawableRes int top, @DrawableRes int end, @DrawableRes int bottom) argument
[all...]
/frameworks/support/v4/jellybean/android/support/v4/view/
H A DViewCompatJB.java41 int right, int bottom) {
42 view.postInvalidate(left, top, right, bottom);
40 postInvalidateOnAnimation(View view, int left, int top, int right, int bottom) argument
/frameworks/support/v4/jellybean-mr1/android/support/v4/view/
H A DViewCompatJellybeanMr1.java55 public static void setPaddingRelative(View view, int start, int top, int end, int bottom) { argument
56 view.setPaddingRelative(start, top, end, bottom);
/frameworks/support/v4/jellybean-mr1/android/support/v4/widget/
H A DTextViewCompatJbMr1.java29 @Nullable Drawable bottom) {
31 textView.setCompoundDrawables(rtl ? end : start, top, rtl ? start : end, bottom);
36 @Nullable Drawable bottom) {
39 bottom);
43 int start, int top, int end, int bottom) {
46 bottom);
27 setCompoundDrawablesRelative(@onNull TextView textView, @Nullable Drawable start, @Nullable Drawable top, @Nullable Drawable end, @Nullable Drawable bottom) argument
34 setCompoundDrawablesRelativeWithIntrinsicBounds(@onNull TextView textView, @Nullable Drawable start, @Nullable Drawable top, @Nullable Drawable end, @Nullable Drawable bottom) argument
42 setCompoundDrawablesRelativeWithIntrinsicBounds(@onNull TextView textView, int start, int top, int end, int bottom) argument
/frameworks/support/v4/jellybean-mr2/android/support/v4/widget/
H A DTextViewCompatJbMr2.java29 @Nullable Drawable bottom) {
30 textView.setCompoundDrawablesRelative(start, top, end, bottom);
35 @Nullable Drawable bottom) {
36 textView.setCompoundDrawablesRelativeWithIntrinsicBounds(start, top, end, bottom);
41 @DrawableRes int bottom) {
42 textView.setCompoundDrawablesRelativeWithIntrinsicBounds(start, top, end, bottom);
27 setCompoundDrawablesRelative(@onNull TextView textView, @Nullable Drawable start, @Nullable Drawable top, @Nullable Drawable end, @Nullable Drawable bottom) argument
33 setCompoundDrawablesRelativeWithIntrinsicBounds(@onNull TextView textView, @Nullable Drawable start, @Nullable Drawable top, @Nullable Drawable end, @Nullable Drawable bottom) argument
39 setCompoundDrawablesRelativeWithIntrinsicBounds(@onNull TextView textView, @DrawableRes int start, @DrawableRes int top, @DrawableRes int end, @DrawableRes int bottom) argument
/frameworks/support/v4/tests/java/android/support/v4/testutils/
H A DTestUtils.java132 * bottom bounds.
135 int left, int top, int right, int bottom) {
139 Assert.assertEquals(failMessagePrefix + " bottom", rectangle.bottom, bottom);
134 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/v7/appcompat/src/android/support/v7/graphics/drawable/
H A DDrawableWrapper.java206 public void setHotspotBounds(int left, int top, int right, int bottom) { argument
207 DrawableCompat.setHotspotBounds(mDrawable, left, top, right, bottom);
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DActionBarOverlayLayout.java256 boolean bottom, boolean right) {
271 if (bottom && lp.bottomMargin != insets.bottom) {
273 lp.bottomMargin = insets.bottom;
375 mContentInsets.bottom += bottomInset;
378 mInnerInsets.bottom += bottomInset;
415 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
422 final int parentBottom = bottom - top - getPaddingBottom();
255 applyInsets(View view, Rect insets, boolean left, boolean top, boolean bottom, boolean right) argument
H A DActionMenuView.java436 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { argument
438 super.onLayout(changed, left, top, right, bottom);
443 final int midVertical = (bottom - top) / 2;

Completed in 223 milliseconds

1234567891011>>