Home
last modified time | relevance | path

Searched refs:bottom (Results 1 – 25 of 31) sorted by relevance

12

/appcompat/appcompat/src/main/java/androidx/appcompat/widget/
DAppCompatTextView.java313 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() argument
314 super.onLayout(changed, left, top, right, bottom); in onLayout()
316 mTextHelper.onLayout(changed, left, top, right, bottom); in onLayout()
676 @Nullable Drawable right, @Nullable Drawable bottom) { in setCompoundDrawables() argument
677 super.setCompoundDrawables(left, top, right, bottom); in setCompoundDrawables()
685 @Nullable Drawable end, @Nullable Drawable bottom) { in setCompoundDrawablesRelative() argument
686 super.setCompoundDrawablesRelative(start, top, end, bottom); in setCompoundDrawablesRelative()
694 @Nullable Drawable top, @Nullable Drawable right, @Nullable Drawable bottom) { in setCompoundDrawablesWithIntrinsicBounds() argument
695 super.setCompoundDrawablesWithIntrinsicBounds(left, top, right, bottom); in setCompoundDrawablesWithIntrinsicBounds()
702 public void setCompoundDrawablesWithIntrinsicBounds(int left, int top, int right, int bottom) { in setCompoundDrawablesWithIntrinsicBounds() argument
[all …]
DAppCompatToggleButton.java199 @Nullable Drawable right, @Nullable Drawable bottom) { in setCompoundDrawables() argument
200 super.setCompoundDrawables(left, top, right, bottom); in setCompoundDrawables()
208 @Nullable Drawable end, @Nullable Drawable bottom) { in setCompoundDrawablesRelative() argument
209 super.setCompoundDrawablesRelative(start, top, end, bottom); in setCompoundDrawablesRelative()
DActionBarOverlayLayout.java302 private boolean setMargin(View view, int left, int top, int right, int bottom) { in setMargin() argument
317 if (lp.bottomMargin != bottom) { in setMargin()
319 lp.bottomMargin = bottom; in setMargin()
352 mSystemInsets.set(sysInsets.left, sysInsets.top, sysInsets.right, sysInsets.bottom); in onApplyWindowInsets()
374 mBaseContentInsets.right, mBaseContentInsets.bottom); in onApplyWindowInsets()
476 mContentInsets.bottom = Math.max(mContentInsets.bottom, bottomInset); in onMeasure()
479 mContentInsets.bottom += bottomInset; in onMeasure()
505 mInnerInsetsRect.bottom += bottomInset; in onMeasure()
513 mContentInsets.bottom); in onMeasure()
549 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() argument
DAppCompatMultiAutoCompleteTextView.java265 @Nullable Drawable right, @Nullable Drawable bottom) { in setCompoundDrawables() argument
266 super.setCompoundDrawables(left, top, right, bottom); in setCompoundDrawables()
274 @Nullable Drawable end, @Nullable Drawable bottom) { in setCompoundDrawablesRelative() argument
275 super.setCompoundDrawablesRelative(start, top, end, bottom); in setCompoundDrawablesRelative()
DAppCompatCheckBox.java261 @Nullable Drawable right, @Nullable Drawable bottom) { in setCompoundDrawables() argument
262 super.setCompoundDrawables(left, top, right, bottom); in setCompoundDrawables()
270 @Nullable Drawable end, @Nullable Drawable bottom) { in setCompoundDrawablesRelative() argument
271 super.setCompoundDrawablesRelative(start, top, end, bottom); in setCompoundDrawablesRelative()
DAppCompatRadioButton.java260 @Nullable Drawable right, @Nullable Drawable bottom) { in setCompoundDrawables() argument
261 super.setCompoundDrawables(left, top, right, bottom); in setCompoundDrawables()
269 @Nullable Drawable end, @Nullable Drawable bottom) { in setCompoundDrawablesRelative() argument
270 super.setCompoundDrawablesRelative(start, top, end, bottom); in setCompoundDrawablesRelative()
DAppCompatAutoCompleteTextView.java282 @Nullable Drawable right, @Nullable Drawable bottom) { in setCompoundDrawables() argument
283 super.setCompoundDrawables(left, top, right, bottom); in setCompoundDrawables()
291 @Nullable Drawable end, @Nullable Drawable bottom) { in setCompoundDrawablesRelative() argument
292 super.setCompoundDrawablesRelative(start, top, end, bottom); in setCompoundDrawablesRelative()
DAppCompatCheckedTextView.java305 @Nullable Drawable right, @Nullable Drawable bottom) { in setCompoundDrawables() argument
306 super.setCompoundDrawables(left, top, right, bottom); in setCompoundDrawables()
314 @Nullable Drawable end, @Nullable Drawable bottom) { in setCompoundDrawablesRelative() argument
315 super.setCompoundDrawablesRelative(start, top, end, bottom); in setCompoundDrawablesRelative()
DContentFrameLayout.java89 public void setDecorPadding(int left, int top, int right, int bottom) { in setDecorPadding() argument
90 mDecorPadding.set(left, top, right, bottom); in setDecorPadding()
134 h -= (mDecorPadding.top + mDecorPadding.bottom); in onMeasure()
DAppCompatEditText.java418 @Nullable Drawable right, @Nullable Drawable bottom) { in setCompoundDrawables() argument
419 super.setCompoundDrawables(left, top, right, bottom); in setCompoundDrawables()
427 @Nullable Drawable end, @Nullable Drawable bottom) { in setCompoundDrawablesRelative() argument
428 super.setCompoundDrawablesRelative(start, top, end, bottom); in setCompoundDrawablesRelative()
DAppCompatButton.java194 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() argument
195 super.onLayout(changed, left, top, right, bottom); in onLayout()
197 mTextHelper.onLayout(changed, left, top, right, bottom); in onLayout()
DAlertDialogLayout.java264 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() argument
284 childTop = getPaddingTop() + bottom - top - totalLength; in onLayout()
289 childTop = getPaddingTop() + (bottom - top - totalLength) / 2; in onLayout()
DLinearLayoutCompat.java328 int bottom = 0; in drawDividersVertical() local
330 bottom = getHeight() - getPaddingBottom() - mDividerHeight; in drawDividersVertical()
333 bottom = child.getBottom() + lp.bottomMargin; in drawDividersVertical()
335 drawHorizontalDivider(canvas, bottom); in drawDividersVertical()
1446 void layoutVertical(int left, int top, int right, int bottom) { in layoutVertical() argument
1467 childTop = getPaddingTop() + bottom - top - mTotalLength; in layoutVertical()
1472 childTop = getPaddingTop() + (bottom - top - mTotalLength) / 2; in layoutVertical()
1541 void layoutHorizontal(int left, int top, int right, int bottom) { in layoutHorizontal() argument
1549 final int height = bottom - top; in layoutHorizontal()
DDropDownListView.java193 mSelectionBottomPadding = padding.bottom; in setSelector()
424 public void setHotspotBounds(int left, int top, int right, int bottom) { in setHotspotBounds() argument
426 super.setHotspotBounds(left, top, right, bottom); in setHotspotBounds()
630 selectorRect.bottom += mSelectionBottomPadding; in positionSelectorCompat()
DSwitchCompat.java1194 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() argument
1195 super.onLayout(changed, left, top, right, bottom); in onLayout()
1288 if (thumbInsets.bottom > padding.bottom) { in draw()
1289 trackBottom -= thumbInsets.bottom - padding.bottom; in draw()
1329 final int switchInnerBottom = switchBottom - padding.bottom; in onDraw()
DActionMenuView.java441 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() argument
443 super.onLayout(changed, left, top, right, bottom); in onLayout()
448 final int midVertical = (bottom - top) / 2; in onLayout()
DViewUtils.java130 systemWindowInsets.right, systemWindowInsets.bottom); in computeFitSystemWindows()
DAppCompatTextHelper.java623 void onLayout(boolean changed, int left, int top, int right, int bottom) {
743 Drawable bottom = drawableBottom != null ? drawableBottom : existingRel[3];
745 existingRel[2], bottom);
DAppCompatTextViewAutoSizeHelper.java612 TEMP_RECTF.bottom = availableHeight; in autoSizeText()
763 if (layout.getHeight() > availableSpace.bottom) { in suggestedSizeFitsInSpace()
/appcompat/appcompat-resources/src/main/java/androidx/appcompat/widget/
DDrawableUtils.java62 insets.bottom in getOpticalBounds()
152 Field bottom = null;
161 bottom = insets.getField("bottom");
176 sBottom = bottom;
/appcompat/appcompat-resources/src/main/java/androidx/appcompat/graphics/drawable/
DDrawableContainerCompat.java107 result = (r.left | r.top | r.bottom | r.right) != 0; in getPadding()
282 public void setHotspotBounds(int left, int top, int right, int bottom) { in setHotspotBounds() argument
284 mHotspotBounds = new Rect(left, top, right, bottom); in setHotspotBounds()
286 mHotspotBounds.set(left, top, right, bottom); in setHotspotBounds()
289 DrawableCompat.setHotspotBounds(mCurrDrawable, left, top, right, bottom); in setHotspotBounds()
525 hotspotBounds.right, hotspotBounds.bottom); in initializeDrawableForDisplay()
983 if (t.bottom > r.bottom) r.bottom = t.bottom; in getConstantPadding()
DDrawableWrapperCompat.java219 public void setHotspotBounds(int left, int top, int right, int bottom) { in setHotspotBounds() argument
220 DrawableCompat.setHotspotBounds(mDrawable, left, top, right, bottom); in setHotspotBounds()
/appcompat/appcompat/src/main/java/androidx/appcompat/app/
DAlertController.java588 final View bottom = indicatorDown; in setScrollIndicators() local
598 manageScrollIndicators(v, top, bottom); in setScrollIndicators()
605 manageScrollIndicators(mScrollView, top, bottom); in setScrollIndicators()
617 manageScrollIndicators(v, top, bottom); in setScrollIndicators()
624 manageScrollIndicators(mListView, top, bottom); in setScrollIndicators()
632 if (bottom != null) { in setScrollIndicators()
633 contentPanel.removeView(bottom); in setScrollIndicators()
/appcompat/appcompat/src/androidTest/java/androidx/appcompat/app/
DDrawerInteractionTest.java169 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout() argument
170 super.onLayout(changed, left, top, right, bottom); in onLayout()
DBaseBasicsTestCase.java173 public void onLayoutChange(View v, int left, int top, int right, int bottom, in testFitSystemWindowsReachesContent()
218 assertEquals(rootWindowInsets.getSystemWindowInsets().bottom, in testOnApplyWindowInsetsReachesContent_matchesRootBottom()
219 receivedInsets.getSystemWindowInsets().bottom); in testOnApplyWindowInsetsReachesContent_matchesRootBottom()

12