Searched refs:bottom (Results 1 - 25 of 611) sorted by last modified time

1234567891011>>

/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DHeadersFragment.java142 public void onLayoutChange(View v, int left, int top, int right, int bottom,
H A DHeadersSupportFragment.java144 public void onLayoutChange(View v, int left, int top, int right, int bottom,
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DAbstractDetailsDescriptionPresenter.java90 public void onLayoutChange(View v, int left, int top, int right, int bottom,
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 DDetailsOverviewRowPresenter.java43 * ImageView on the left, action list view on the bottom and a customizable detailed
181 int bottom, int oldLeft, int oldTop, int oldRight, int oldBottom) {
H A DDetailsOverviewSharedElementHelper.java217 public void onLayoutChange(View v, int left, int top, int right, int bottom,
H A DFullWidthDetailsOverviewRowPresenter.java82 * of screen and covers bottom half of the screen.
244 int bottom, int oldLeft, int oldTop, int oldRight, int oldBottom) {
H A DGridLayoutManager.java1019 outBounds.bottom -= params.mBottomInset;
1183 int heightUsed = p.topMargin + p.bottomMargin + sTempRect.top + sTempRect.bottom;
1431 int heightUsed = lp.topMargin + lp.bottomMargin + sTempRect.top + sTempRect.bottom;
1639 int left, top, right, bottom;
1644 bottom = startSecondary + sizeSecondary;
1648 bottom = end;
1652 layoutDecoratedWithMargins(v, left, top, right, bottom);
1658 sTempRect.right - right, sTempRect.bottom - bottom);
2569 // or align "lastView" to right/bottom paddin
[all...]
H A DGuidedActionsStylist.java1041 // going to slide this item to top / bottom.
1069 public void onLayoutChange(View v, int left, int top, int right, int bottom,
1119 // go off the screen from the top or bottom become invisible forever. This is because once
H A DHorizontalGridView.java337 mTempRect.bottom = getHeight();
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/v17/tests/src/android/support/v17/leanback/widget/
H A DGridActivity.java367 int bottom) {
368 super.onLayout(change, left, top, right, bottom);
H A DGridWidgetTest.java430 outRect.bottom = mBottomOffset;
478 // verify top bottom margins and decoration offset
520 final int opticalInsetsBottom = opticalPaddings.bottom;
548 // verify top bottom margins decoration offset and optical insets
/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/app/
H A DSharedElementCallback.java233 int bottom = existingBounds.bottom;
236 drawable.setBounds(left, top, right, bottom);
/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...]
H A DViewPager.java451 res.bottom = applied.getSystemWindowInsetBottom();
464 res.bottom = Math.min(childInsets.getSystemWindowInsetBottom(),
465 res.bottom);
470 res.left, res.top, res.right, res.bottom);
2830 outRect.bottom = child.getBottom();
2838 outRect.bottom += group.getBottom();

Completed in 1153 milliseconds

1234567891011>>