- scheduleDrawable(Drawable, Runnable, long) - 类 中的方法com.lyy.keepassa.widget.discreteSeekBar.DiscreteSeekBar
-
- ScrollTextView - com.lyy.keepassa.widget中的类
-
地址:https://www.cnblogs.com/lizhanqi/p/8520836.html
可滑动的TextView, 并且解决了与 ScrollView等的滑动冲突
- ScrollTextView(Context) - 类 的构造器com.lyy.keepassa.widget.ScrollTextView
-
- ScrollTextView(Context, AttributeSet) - 类 的构造器com.lyy.keepassa.widget.ScrollTextView
-
- ScrollTextView(Context, AttributeSet, int) - 类 的构造器com.lyy.keepassa.widget.ScrollTextView
-
- SeekBarCompat - com.lyy.keepassa.widget.discreteSeekBar.internal.compat中的类
-
Wrapper compatibility class to call some API-Specific methods
And offer alternate procedures when possible
- SeekBarCompat() - 类 的构造器com.lyy.keepassa.widget.discreteSeekBar.internal.compat.SeekBarCompat
-
- setAlpha(int) - 类 中的方法com.lyy.keepassa.widget.discreteSeekBar.internal.drawable.StateDrawable
-
- setBackground(View, Drawable) - 类 中的静态方法com.lyy.keepassa.widget.discreteSeekBar.internal.compat.SeekBarCompat
-
android.support.v4.view.ViewCompat SHOULD include this once and for all!!
- setCharSequenceToSpannableHandler(ExpandAbleTextView.CharSequenceToSpannableHandler) - 类 中的方法com.lyy.keepassa.widget.ExpandAbleTextView
-
设置文本内容处理
- setColor(ColorStateList) - 类 中的方法com.lyy.keepassa.widget.discreteSeekBar.internal.drawable.AlmostRippleDrawable
-
- setColorFilter(ColorFilter) - 类 中的方法com.lyy.keepassa.widget.discreteSeekBar.internal.drawable.StateDrawable
-
- setColors(int, int) - 类 中的方法com.lyy.keepassa.widget.discreteSeekBar.internal.drawable.MarkerDrawable
-
The two colors that will be used for the seek thumb.
- setColors(int, int) - 类 中的方法com.lyy.keepassa.widget.discreteSeekBar.internal.Marker
-
- setColors(int, int) - 类 中的方法com.lyy.keepassa.widget.discreteSeekBar.internal.PopupIndicator
-
- setColorStateList(ColorStateList) - 类 中的方法com.lyy.keepassa.widget.discreteSeekBar.internal.drawable.StateDrawable
-
- setCountdown(boolean) - 类 中的方法com.lyy.keepassa.widget.ProgressBar.RoundProgressBarWidthNumber
-
- setDrawable(int, Drawable, int, int) - 类 中的方法com.lyy.keepassa.widget.DrawableTextView
-
- setDrawables(Drawable[], int[], int[]) - 类 中的方法com.lyy.keepassa.widget.DrawableTextView
-
- setDuration(int) - 类 中的方法com.lyy.keepassa.widget.discreteSeekBar.internal.compat.AnimatorCompat
-
- setDuration(int) - 类 中的方法com.lyy.keepassa.widget.discreteSeekBar.internal.compat.AnimatorCompatV11
-
- setExpandSuffix(String) - 类 中的方法com.lyy.keepassa.widget.ExpandAbleTextView
-
设置展开后缀text
- setExpandSuffixColor(int) - 类 中的方法com.lyy.keepassa.widget.ExpandAbleTextView
-
设置展开后缀文本颜色
- setExternalOffset(int) - 类 中的方法com.lyy.keepassa.widget.discreteSeekBar.internal.drawable.MarkerDrawable
-
- setHasAnimation(boolean) - 类 中的方法com.lyy.keepassa.widget.ExpandAbleTextView
-
设置是否有动画
- setHotspotBounds(Drawable, int, int, int, int) - 类 中的静态方法com.lyy.keepassa.widget.discreteSeekBar.internal.compat.SeekBarCompat
-
As our DiscreteSeekBar implementation uses a circular drawable on API 21
we want to use the same method to set its bounds as the Ripple's hotspot bounds.
- setIndicatorFormatter(String) - 类 中的方法com.lyy.keepassa.widget.discreteSeekBar.DiscreteSeekBar
-
Sets the current Indicator formatter string
- setIndicatorPopupEnabled(boolean) - 类 中的方法com.lyy.keepassa.widget.discreteSeekBar.DiscreteSeekBar
-
If enabled is false the indicator won't appear.
- setListener(MarkerDrawable.MarkerAnimationListener) - 类 中的方法com.lyy.keepassa.widget.discreteSeekBar.internal.PopupIndicator
-
- setMarkerListener(MarkerDrawable.MarkerAnimationListener) - 类 中的方法com.lyy.keepassa.widget.discreteSeekBar.internal.drawable.MarkerDrawable
-
- setMax(int) - 类 中的方法com.lyy.keepassa.widget.discreteSeekBar.DiscreteSeekBar
-
Sets the maximum value for this DiscreteSeekBar
if the supplied argument is smaller than the Current MIN value,
the MIN value will be set to MAX-1
Also if the current progress is out of the new range, it will be set to MIN
- setMaxLines(int) - 类 中的方法com.lyy.keepassa.widget.ExpandAbleTextView
-
- setMin(int) - 类 中的方法com.lyy.keepassa.widget.discreteSeekBar.DiscreteSeekBar
-
Sets the minimum value for this DiscreteSeekBar
if the supplied argument is bigger than the Current MAX value,
the MAX value will be set to MIN+1
Also if the current progress is out of the new range, it will be set to MIN
- setNumericTransformer(DiscreteSeekBar.NumericTransformer) - 类 中的方法com.lyy.keepassa.widget.discreteSeekBar.DiscreteSeekBar
-
- setOnClickListener(View.OnClickListener) - 类 中的方法com.lyy.keepassa.widget.ExpandAbleTextView
-
- setOnExpandStateChangeListener(ExpandableTextView1.OnExpandStateChangeListener) - 类 中的方法com.lyy.keepassa.widget.ExpandableTextView1
-
- setOnProgressChangeListener(DiscreteSeekBar.OnProgressChangeListener) - 类 中的方法com.lyy.keepassa.widget.discreteSeekBar.DiscreteSeekBar
-
Sets a listener to receive notifications of changes to the DiscreteSeekBar's progress level.
- setOpenAndCloseCallback(ExpandAbleTextView.OpenAndCloseCallback) - 类 中的方法com.lyy.keepassa.widget.ExpandAbleTextView
-
- setOrientation(int) - 类 中的方法com.lyy.keepassa.widget.ExpandableTextView1
-
- setOriginalText(CharSequence) - 类 中的方法com.lyy.keepassa.widget.ExpandAbleTextView
-
对markdown支持不友好
- setOutlineProvider(View, MarkerDrawable) - 类 中的静态方法com.lyy.keepassa.widget.discreteSeekBar.internal.compat.SeekBarCompat
-
Sets the custom Outline provider on API 21.
- setProgress(int) - 类 中的方法com.lyy.keepassa.widget.discreteSeekBar.DiscreteSeekBar
-
Sets the current progress for this DiscreteSeekBar
The supplied argument will be capped to the current MIN-MAX range
- setRippleColor(int) - 类 中的方法com.lyy.keepassa.widget.discreteSeekBar.DiscreteSeekBar
-
Sets the color of the seekbar ripple
- setRippleColor(ColorStateList) - 类 中的方法com.lyy.keepassa.widget.discreteSeekBar.DiscreteSeekBar
-
Sets the color of the seekbar ripple
- setRippleColor(Drawable, ColorStateList) - 类 中的静态方法com.lyy.keepassa.widget.discreteSeekBar.internal.compat.SeekBarCompat
-
Sets the color of the seekbar ripple
- setScrubberColor(int) - 类 中的方法com.lyy.keepassa.widget.discreteSeekBar.DiscreteSeekBar
-
Sets the color of the seekbar scrubber
- setScrubberColor(ColorStateList) - 类 中的方法com.lyy.keepassa.widget.discreteSeekBar.DiscreteSeekBar
-
Sets the color of the seekbar scrubber
- setShrinkInNewLine(boolean) - 类 中的方法com.lyy.keepassa.widget.ExpandAbleTextView
-
收起后缀是否另起一行
- setShrinkSuffix(String) - 类 中的方法com.lyy.keepassa.widget.ExpandAbleTextView
-
设置收起后缀text
- setShrinkSuffixColor(int) - 类 中的方法com.lyy.keepassa.widget.ExpandAbleTextView
-
设置收起后缀文本颜色
- setState(int[]) - 类 中的方法com.lyy.keepassa.widget.discreteSeekBar.internal.drawable.AlmostRippleDrawable
-
- setState(int[]) - 类 中的方法com.lyy.keepassa.widget.discreteSeekBar.internal.drawable.StateDrawable
-
- setText(CharSequence) - 类 中的方法com.lyy.keepassa.widget.ExpandableTextView1
-
- setText(CharSequence, SparseBooleanArray, int) - 类 中的方法com.lyy.keepassa.widget.ExpandableTextView1
-
- setTextDirection(TextView, int) - 类 中的静态方法com.lyy.keepassa.widget.discreteSeekBar.internal.compat.SeekBarCompat
-
Sets the TextView text direction attribute when possible
- setThumbColor(int, int) - 类 中的方法com.lyy.keepassa.widget.discreteSeekBar.DiscreteSeekBar
-
Sets the color of the seek thumb, as well as the color of the popup indicator.
- setThumbColor(ColorStateList, int) - 类 中的方法com.lyy.keepassa.widget.discreteSeekBar.DiscreteSeekBar
-
Sets the color of the seek thumb, as well as the color of the popup indicator.
- setTrackColor(int) - 类 中的方法com.lyy.keepassa.widget.discreteSeekBar.DiscreteSeekBar
-
Sets the color of the seekbar scrubber
- setTrackColor(ColorStateList) - 类 中的方法com.lyy.keepassa.widget.discreteSeekBar.DiscreteSeekBar
-
Sets the color of the seekbar scrubber
- setValue(CharSequence) - 类 中的方法com.lyy.keepassa.widget.discreteSeekBar.internal.Marker
-
- setValue(CharSequence) - 类 中的方法com.lyy.keepassa.widget.discreteSeekBar.internal.PopupIndicator
-
- showIndicator(View, Rect) - 类 中的方法com.lyy.keepassa.widget.discreteSeekBar.internal.PopupIndicator
-
- showPercent - 类 中的变量com.lyy.keepassa.widget.ProgressBar.HorizontalProgressBarWithNumber
-
- showPercent(boolean) - 类 中的方法com.lyy.keepassa.widget.ProgressBar.HorizontalProgressBarWithNumber
-
是否显示百分号
- sp2px(int) - 类 中的方法com.lyy.keepassa.widget.ProgressBar.HorizontalProgressBarWithNumber
-
sp 2 px
- start() - 类 中的方法com.lyy.keepassa.widget.discreteSeekBar.internal.compat.AnimatorCompat
-
- start() - 类 中的方法com.lyy.keepassa.widget.discreteSeekBar.internal.compat.AnimatorCompatV11
-
- start() - 类 中的方法com.lyy.keepassa.widget.discreteSeekBar.internal.drawable.AlmostRippleDrawable
-
- start() - 类 中的方法com.lyy.keepassa.widget.discreteSeekBar.internal.drawable.MarkerDrawable
-
- start() - 类 中的方法com.lyy.keepassa.widget.discreteSeekBar.internal.drawable.ThumbDrawable
-
- StateDrawable - com.lyy.keepassa.widget.discreteSeekBar.internal.drawable中的类
-
- StateDrawable(ColorStateList) - 类 的构造器com.lyy.keepassa.widget.discreteSeekBar.internal.drawable.StateDrawable
-
- stop() - 类 中的方法com.lyy.keepassa.widget.discreteSeekBar.internal.drawable.AlmostRippleDrawable
-
- stop() - 类 中的方法com.lyy.keepassa.widget.discreteSeekBar.internal.drawable.MarkerDrawable
-
- stop() - 类 中的方法com.lyy.keepassa.widget.discreteSeekBar.internal.drawable.ThumbDrawable
-