| /appcompat/appcompat/src/main/java/androidx/appcompat/widget/ |
| D | RtlSpacingHelper.java | 54 public void setRelative(int start, int end) { in setRelative() argument 55 mStart = start; in setRelative() 60 if (start != UNDEFINED) mRight = start; in setRelative() 62 if (start != UNDEFINED) mLeft = start; in setRelative()
|
| D | AppCompatTextView.java | 332 protected void onTextChanged(CharSequence text, int start, int lengthBefore, int lengthAfter) { in onTextChanged() argument 333 super.onTextChanged(text, start, lengthBefore, lengthAfter); in onTextChanged() 684 public void setCompoundDrawablesRelative(@Nullable Drawable start, @Nullable Drawable top, in setCompoundDrawablesRelative() argument 686 super.setCompoundDrawablesRelative(start, top, end, bottom); in setCompoundDrawablesRelative() 715 public void setCompoundDrawablesRelativeWithIntrinsicBounds(@Nullable Drawable start, in setCompoundDrawablesRelativeWithIntrinsicBounds() argument 717 super.setCompoundDrawablesRelativeWithIntrinsicBounds(start, top, end, bottom); in setCompoundDrawablesRelativeWithIntrinsicBounds() 725 int start, int top, int end, int bottom) { in setCompoundDrawablesRelativeWithIntrinsicBounds() argument 728 start != 0 ? AppCompatResources.getDrawable(context, start) : null, in setCompoundDrawablesRelativeWithIntrinsicBounds()
|
| D | AppCompatSpinner.java | 567 int start = Math.max(0, getSelectedItemPosition()); in compatMeasureContentWidth() local 568 final int end = Math.min(adapter.getCount(), start + MAX_ITEMS_MEASURED); in compatMeasureContentWidth() 569 final int count = end - start; in compatMeasureContentWidth() 570 start = Math.max(0, start - (MAX_ITEMS_MEASURED - count)); in compatMeasureContentWidth() 571 for (int i = start; i < end; i++) { in compatMeasureContentWidth()
|
| D | AppCompatToggleButton.java | 207 public void setCompoundDrawablesRelative(@Nullable Drawable start, @Nullable Drawable top, in setCompoundDrawablesRelative() argument 209 super.setCompoundDrawablesRelative(start, top, end, bottom); in setCompoundDrawablesRelative()
|
| D | AppCompatMultiAutoCompleteTextView.java | 273 public void setCompoundDrawablesRelative(@Nullable Drawable start, @Nullable Drawable top, in setCompoundDrawablesRelative() argument 275 super.setCompoundDrawablesRelative(start, top, end, bottom); in setCompoundDrawablesRelative()
|
| D | AppCompatCheckBox.java | 269 public void setCompoundDrawablesRelative(@Nullable Drawable start, @Nullable Drawable top, in setCompoundDrawablesRelative() argument 271 super.setCompoundDrawablesRelative(start, top, end, bottom); in setCompoundDrawablesRelative()
|
| D | AppCompatRadioButton.java | 268 public void setCompoundDrawablesRelative(@Nullable Drawable start, @Nullable Drawable top, in setCompoundDrawablesRelative() argument 270 super.setCompoundDrawablesRelative(start, top, end, bottom); in setCompoundDrawablesRelative()
|
| D | AppCompatAutoCompleteTextView.java | 290 public void setCompoundDrawablesRelative(@Nullable Drawable start, @Nullable Drawable top, in setCompoundDrawablesRelative() argument 292 super.setCompoundDrawablesRelative(start, top, end, bottom); in setCompoundDrawablesRelative()
|
| D | AppCompatCheckedTextView.java | 313 public void setCompoundDrawablesRelative(@Nullable Drawable start, @Nullable Drawable top, in setCompoundDrawablesRelative() argument 315 super.setCompoundDrawablesRelative(start, top, end, bottom); in setCompoundDrawablesRelative()
|
| D | AppCompatButton.java | 213 protected void onTextChanged(CharSequence text, int start, int lengthBefore, int lengthAfter) { in onTextChanged() argument 214 super.onTextChanged(text, start, lengthBefore, lengthAfter); in onTextChanged()
|
| D | AppCompatEditText.java | 426 public void setCompoundDrawablesRelative(@Nullable Drawable start, @Nullable Drawable top, in setCompoundDrawablesRelative() argument 428 super.setCompoundDrawablesRelative(start, top, end, bottom); in setCompoundDrawablesRelative()
|
| D | ScrollingTabContainerView.java | 249 anim.start(); in animateToVisibility() 256 anim.start(); in animateToVisibility()
|
| D | AbsActionBarView.java | 183 anim.start(); in animateToVisibility()
|
| D | LinearLayoutCompat.java | 1583 int start = 0; in layoutHorizontal() local 1587 start = count - 1; in layoutHorizontal() 1592 int childIndex = start + dir * i; in layoutHorizontal()
|
| D | AppCompatTextHelper.java | 732 Drawable start = drawableStart != null ? drawableStart : existingRel[0]; 735 mView.setCompoundDrawablesRelativeWithIntrinsicBounds(start, top, end,
|
| D | ToolbarWidgetWrapper.java | 561 anim.start(); in animateToVisibility()
|
| D | SearchView.java | 1730 public void beforeTextChanged(CharSequence s, int start, int before, int after) { } 1733 public void onTextChanged(CharSequence s, int start,
|
| D | Toolbar.java | 459 public void setTitleMargin(int start, int top, int end, int bottom) { in setTitleMargin() argument 460 mTitleMarginStart = start; in setTitleMargin()
|
| /appcompat/appcompat-resources/src/main/java/androidx/appcompat/graphics/drawable/ |
| D | AnimatedStateListDrawableCompat.java | 217 mTransition.start(); in setVisible() 342 transition.start(); in selectTransition() 350 public abstract void start(); in start() method in AnimatedStateListDrawableCompat.Transition 371 public void start() { in start() method in AnimatedStateListDrawableCompat.AnimatableTransition 372 mA.start(); in start() 409 public void start() { in start() method in AnimatedStateListDrawableCompat.AnimationDrawableTransition 410 mAnim.start(); in start() 432 public void start() { in start() method in AnimatedStateListDrawableCompat.AnimatedVectorDrawableTransition 433 mAvd.start(); in start()
|
| /appcompat/appcompat/src/main/java/androidx/appcompat/view/ |
| D | ViewPropertyAnimatorCompatSet.java | 66 public void start() { in start() method in ViewPropertyAnimatorCompatSet 78 animator.start(); in start()
|
| /appcompat/appcompat/src/test/java/androidx/appcompat/app/ |
| D | AppCompatResourcesRobolectricTest.kt | 57 Robolectric.buildActivity(AppCompatActivity::class.java).create().start().resume().get() in testApplicationThemeIsCopiedToActivity()
|
| /appcompat/appcompat/src/main/java/androidx/appcompat/view/menu/ |
| D | MenuBuilder.java | 727 public int findGroupIndex(int group, int start) { in findGroupIndex() argument 730 if (start < 0) { in findGroupIndex() 731 start = 0; in findGroupIndex() 734 for (int i = start; i < size; i++) { in findGroupIndex()
|
| /appcompat/appcompat/src/main/java/androidx/appcompat/app/ |
| D | WindowDecorActionBar.java | 817 anim.start(); in doShow() 856 anim.start(); in doHide() 895 set.start(); in animateToMode()
|
| D | AppCompatDelegate.java | 171 new Thread(r).start(); in execute()
|
| /appcompat/appcompat-resources/src/androidTest/java/androidx/appcompat/graphics/drawable/ |
| D | AnimatedStateListDrawableCompatTest.kt | 213 override fun start() {} in start() method in androidx.appcompat.graphics.drawable.AnimatedStateListDrawableCompatTest.MockTransition
|