| /appcompat/appcompat/src/main/java/androidx/appcompat/widget/ |
| D | AppCompatTextView.java | 313 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 …]
|
| D | AppCompatToggleButton.java | 199 @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()
|
| D | ActionBarOverlayLayout.java | 302 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
|
| D | AppCompatMultiAutoCompleteTextView.java | 265 @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()
|
| D | AppCompatCheckBox.java | 261 @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()
|
| D | AppCompatRadioButton.java | 260 @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()
|
| D | AppCompatAutoCompleteTextView.java | 282 @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()
|
| D | AppCompatCheckedTextView.java | 305 @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()
|
| D | ContentFrameLayout.java | 89 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()
|
| D | AppCompatEditText.java | 418 @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()
|
| D | AppCompatButton.java | 194 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()
|
| D | AlertDialogLayout.java | 264 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()
|
| D | LinearLayoutCompat.java | 328 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()
|
| D | DropDownListView.java | 193 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()
|
| D | SwitchCompat.java | 1194 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()
|
| D | ActionMenuView.java | 441 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()
|
| D | ViewUtils.java | 130 systemWindowInsets.right, systemWindowInsets.bottom); in computeFitSystemWindows()
|
| D | AppCompatTextHelper.java | 623 void onLayout(boolean changed, int left, int top, int right, int bottom) { 743 Drawable bottom = drawableBottom != null ? drawableBottom : existingRel[3]; 745 existingRel[2], bottom);
|
| D | AppCompatTextViewAutoSizeHelper.java | 612 TEMP_RECTF.bottom = availableHeight; in autoSizeText() 763 if (layout.getHeight() > availableSpace.bottom) { in suggestedSizeFitsInSpace()
|
| /appcompat/appcompat-resources/src/main/java/androidx/appcompat/widget/ |
| D | DrawableUtils.java | 62 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/ |
| D | DrawableContainerCompat.java | 107 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()
|
| D | DrawableWrapperCompat.java | 219 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/ |
| D | AlertController.java | 588 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/ |
| D | DrawerInteractionTest.java | 169 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()
|
| D | BaseBasicsTestCase.java | 173 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()
|