Home
last modified time | relevance | path

Searched refs:start (Results 1 – 25 of 39) sorted by relevance

12

/appcompat/appcompat/src/main/java/androidx/appcompat/widget/
DRtlSpacingHelper.java54 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()
DAppCompatTextView.java332 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()
DAppCompatSpinner.java567 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()
DAppCompatToggleButton.java207 public void setCompoundDrawablesRelative(@Nullable Drawable start, @Nullable Drawable top, in setCompoundDrawablesRelative() argument
209 super.setCompoundDrawablesRelative(start, top, end, bottom); in setCompoundDrawablesRelative()
DAppCompatMultiAutoCompleteTextView.java273 public void setCompoundDrawablesRelative(@Nullable Drawable start, @Nullable Drawable top, in setCompoundDrawablesRelative() argument
275 super.setCompoundDrawablesRelative(start, top, end, bottom); in setCompoundDrawablesRelative()
DAppCompatCheckBox.java269 public void setCompoundDrawablesRelative(@Nullable Drawable start, @Nullable Drawable top, in setCompoundDrawablesRelative() argument
271 super.setCompoundDrawablesRelative(start, top, end, bottom); in setCompoundDrawablesRelative()
DAppCompatRadioButton.java268 public void setCompoundDrawablesRelative(@Nullable Drawable start, @Nullable Drawable top, in setCompoundDrawablesRelative() argument
270 super.setCompoundDrawablesRelative(start, top, end, bottom); in setCompoundDrawablesRelative()
DAppCompatAutoCompleteTextView.java290 public void setCompoundDrawablesRelative(@Nullable Drawable start, @Nullable Drawable top, in setCompoundDrawablesRelative() argument
292 super.setCompoundDrawablesRelative(start, top, end, bottom); in setCompoundDrawablesRelative()
DAppCompatCheckedTextView.java313 public void setCompoundDrawablesRelative(@Nullable Drawable start, @Nullable Drawable top, in setCompoundDrawablesRelative() argument
315 super.setCompoundDrawablesRelative(start, top, end, bottom); in setCompoundDrawablesRelative()
DAppCompatButton.java213 protected void onTextChanged(CharSequence text, int start, int lengthBefore, int lengthAfter) { in onTextChanged() argument
214 super.onTextChanged(text, start, lengthBefore, lengthAfter); in onTextChanged()
DAppCompatEditText.java426 public void setCompoundDrawablesRelative(@Nullable Drawable start, @Nullable Drawable top, in setCompoundDrawablesRelative() argument
428 super.setCompoundDrawablesRelative(start, top, end, bottom); in setCompoundDrawablesRelative()
DScrollingTabContainerView.java249 anim.start(); in animateToVisibility()
256 anim.start(); in animateToVisibility()
DAbsActionBarView.java183 anim.start(); in animateToVisibility()
DLinearLayoutCompat.java1583 int start = 0; in layoutHorizontal() local
1587 start = count - 1; in layoutHorizontal()
1592 int childIndex = start + dir * i; in layoutHorizontal()
DAppCompatTextHelper.java732 Drawable start = drawableStart != null ? drawableStart : existingRel[0];
735 mView.setCompoundDrawablesRelativeWithIntrinsicBounds(start, top, end,
DToolbarWidgetWrapper.java561 anim.start(); in animateToVisibility()
DSearchView.java1730 public void beforeTextChanged(CharSequence s, int start, int before, int after) { }
1733 public void onTextChanged(CharSequence s, int start,
DToolbar.java459 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/
DAnimatedStateListDrawableCompat.java217 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/
DViewPropertyAnimatorCompatSet.java66 public void start() { in start() method in ViewPropertyAnimatorCompatSet
78 animator.start(); in start()
/appcompat/appcompat/src/test/java/androidx/appcompat/app/
DAppCompatResourcesRobolectricTest.kt57 Robolectric.buildActivity(AppCompatActivity::class.java).create().start().resume().get() in testApplicationThemeIsCopiedToActivity()
/appcompat/appcompat/src/main/java/androidx/appcompat/view/menu/
DMenuBuilder.java727 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/
DWindowDecorActionBar.java817 anim.start(); in doShow()
856 anim.start(); in doHide()
895 set.start(); in animateToMode()
DAppCompatDelegate.java171 new Thread(r).start(); in execute()
/appcompat/appcompat-resources/src/androidTest/java/androidx/appcompat/graphics/drawable/
DAnimatedStateListDrawableCompatTest.kt213 override fun start() {} in start() method in androidx.appcompat.graphics.drawable.AnimatedStateListDrawableCompatTest.MockTransition

12