- calculateMonthPosition(int, int) - Method in interface universum.studios.android.ui.widget.CalendarView.CalendarAdapter
-
Calculates a position of a month for the given year and month.
- calculateMonthPosition(long) - Method in interface universum.studios.android.ui.widget.CalendarView.CalendarAdapter
-
Calculates the position of a month with the specified dateInMillis.
- calculateMonthPosition(long) - Method in class universum.studios.android.ui.widget.CalendarView.CalendarDataSet
-
- calculateMonthPosition(int, int) - Method in class universum.studios.android.ui.widget.CalendarView.CalendarDataSet
-
Calculates a position of month for the given year and month.
- calculateMonthPosition(long) - Method in class universum.studios.android.ui.widget.CalendarView.SimpleCalendarAdapter
-
- calculateMonthPosition(int, int) - Method in class universum.studios.android.ui.widget.CalendarView.SimpleCalendarAdapter
-
- calculateTextBounds(String) - Method in class universum.studios.android.ui.widget.TextGraphicsInfo
-
Calculates bounds for the specified text via Paint.getTextBounds(String, int, int, Rect)
using this info's paint.
- CALENDAR_STYLE_LONG - Static variable in class universum.studios.android.ui.widget.MonthView
-
Copy of
Calendar.LONG
flag to provide support also for pre
GINGERBREAD
Android version.
- CALENDAR_STYLE_SHORT - Static variable in class universum.studios.android.ui.widget.MonthView
-
Copy of
Calendar.SHORT
flag to provide support also for pre
GINGERBREAD
Android version.
- CalendarDataSet() - Constructor for class universum.studios.android.ui.widget.CalendarView.CalendarDataSet
-
Creates a new instance of CalendarDataSet.
- CalendarView - Class in universum.studios.android.ui.widget
-
A RecyclerView
implementation designed to present data set of months.
- CalendarView(Context) - Constructor for class universum.studios.android.ui.widget.CalendarView
-
- CalendarView(Context, AttributeSet) - Constructor for class universum.studios.android.ui.widget.CalendarView
-
- CalendarView(Context, AttributeSet, int) - Constructor for class universum.studios.android.ui.widget.CalendarView
-
Creates a new instance of CalendarView for the given context.
- CalendarView.CalendarAdapter - Interface in universum.studios.android.ui.widget
-
Interface for adapter that provides data set of months for
CalendarView
.
- CalendarView.CalendarDataSet - Class in universum.studios.android.ui.widget
-
- CalendarView.OnDateSelectionListener - Interface in universum.studios.android.ui.widget
-
Listener that can receive callback about selected date within
CalendarView
.
- CalendarView.OnMonthChangeListener - Interface in universum.studios.android.ui.widget
-
Listener that can receive callback about changed month by scroll within
CalendarView
.
- CalendarView.OnMonthDaySelectionListener - Interface in universum.studios.android.ui.widget
-
- CalendarView.OnYearChangeListener - Interface in universum.studios.android.ui.widget
-
Listener that can receive callback about changed year by scroll within
CalendarView
.
- CalendarView.SavedState - Class in universum.studios.android.ui.widget
-
- CalendarView.SimpleCalendarAdapter - Class in universum.studios.android.ui.widget
-
- canApplyTheme() - Method in class universum.studios.android.ui.graphics.drawable.DrawableWrapper
-
- canApplyTheme() - Method in class universum.studios.android.ui.graphics.drawable.ProgressDrawable
-
- canScroll() - Method in class universum.studios.android.ui.widget.ScrollableWrapper
-
Checks whether a content of the wrapped scrollable view can be scrolled in any direction.
- canScrollToNextMonth() - Method in class universum.studios.android.ui.widget.CalendarView
-
Checks whether this calendar view can be scrolled to its next month or not.
- canScrollToPreviousMonth() - Method in class universum.studios.android.ui.widget.CalendarView
-
Checks whether this calendar view can be scrolled to its previous month or not.
- CheckBoxWidget - Class in universum.studios.android.ui.widget
-
Extended version of CheckBox
compound button.
- CheckBoxWidget(Context) - Constructor for class universum.studios.android.ui.widget.CheckBoxWidget
-
- CheckBoxWidget(Context, AttributeSet) - Constructor for class universum.studios.android.ui.widget.CheckBoxWidget
-
- CheckBoxWidget(Context, AttributeSet, int) - Constructor for class universum.studios.android.ui.widget.CheckBoxWidget
-
- CheckBoxWidget(Context, AttributeSet, int, int) - Constructor for class universum.studios.android.ui.widget.CheckBoxWidget
-
Creates a new instance of CheckBoxWidget for the given context.
- checkLayoutParams(ViewGroup.LayoutParams) - Method in class universum.studios.android.ui.widget.InputLayout
-
- CircularNumberPicker - Class in universum.studios.android.ui.widget
-
A view that can be used to present a circular picker within a layout that allows to a user to pick
one number from the predefined set of numbers that are drawn in arc.
- CircularNumberPicker(Context) - Constructor for class universum.studios.android.ui.widget.CircularNumberPicker
-
- CircularNumberPicker(Context, AttributeSet) - Constructor for class universum.studios.android.ui.widget.CircularNumberPicker
-
- CircularNumberPicker(Context, AttributeSet, int) - Constructor for class universum.studios.android.ui.widget.CircularNumberPicker
-
- CircularNumberPicker(Context, AttributeSet, int, int) - Constructor for class universum.studios.android.ui.widget.CircularNumberPicker
-
Creates a new instance of CircularNumberPicker for the given context.
- CircularNumberPicker.OnNumberChangeListener - Interface in universum.studios.android.ui.widget
-
- CircularNumberPicker.OnNumberSelectionListener - Interface in universum.studios.android.ui.widget
-
- CircularNumberPicker.SavedState - Class in universum.studios.android.ui.widget
-
- CircularProgressBar - Class in universum.studios.android.ui.widget
-
- CircularProgressBar(Context) - Constructor for class universum.studios.android.ui.widget.CircularProgressBar
-
- CircularProgressBar(Context, AttributeSet) - Constructor for class universum.studios.android.ui.widget.CircularProgressBar
-
- CircularProgressBar(Context, AttributeSet, int) - Constructor for class universum.studios.android.ui.widget.CircularProgressBar
-
- CircularProgressBar(Context, AttributeSet, int, int) - Constructor for class universum.studios.android.ui.widget.CircularProgressBar
-
Creates a new instance of CircularProgressBar for the given context.
- CircularProgressBar.ProgressMode - Annotation Type in universum.studios.android.ui.widget
-
Defines an annotation for determining set of allowed modes for CircularProgressBar.
- CircularProgressDrawable - Class in universum.studios.android.ui.graphics.drawable
-
A
ProgressDrawable
implementation which draws a progress or an indeterminate graphics as
circular (oval) shape.
- CircularProgressDrawable() - Constructor for class universum.studios.android.ui.graphics.drawable.CircularProgressDrawable
-
- CircularProgressDrawable(int) - Constructor for class universum.studios.android.ui.graphics.drawable.CircularProgressDrawable
-
- CircularProgressDrawable(int[]) - Constructor for class universum.studios.android.ui.graphics.drawable.CircularProgressDrawable
-
- CircularProgressDrawable.ProgressMode - Annotation Type in universum.studios.android.ui.graphics.drawable
-
Defines an annotation for determining set of allowed modes for CircularProgressDrawable.
- clearColorFilter() - Method in class universum.studios.android.ui.graphics.drawable.TintDrawable
-
- clearError() - Method in class universum.studios.android.ui.widget.AutoCompleteTextViewWidget
-
- clearError() - Method in class universum.studios.android.ui.widget.EditTextWidget
-
- clearError() - Method in interface universum.studios.android.ui.widget.ErrorWidget
-
Clears the current error of this widget (if any).
- clearError() - Method in class universum.studios.android.ui.widget.InputLayout
-
Clears the current error text of this input layout.
- clearError() - Method in class universum.studios.android.ui.widget.SpinnerWidget
-
- clearError() - Method in class universum.studios.android.ui.widget.TextViewWidget
-
- clearInputFeatures() - Method in class universum.studios.android.ui.widget.InputLayout
-
Clears the current input features enabled for this input layout.
- clearQuery() - Method in class universum.studios.android.ui.widget.SearchView
-
Clears the current search query text if it is presented.
- clearText() - Method in class universum.studios.android.ui.widget.EditLayout
-
- clearTextsToCrossFade() - Method in class universum.studios.android.ui.widget.EmptyView
-
Clears all texts that are scheduled to be cross faded for this empty view.
- collapse() - Method in interface universum.studios.android.ui.widget.Pullable.Pull
-
Collapses the current pull via animation.
- CollectionSavedState - Class in universum.studios.android.ui.widget
-
A
WidgetSavedState
implementation used to ensure that the state of collection view is
properly saved.
- CollectionSavedState(Parcelable) - Constructor for class universum.studios.android.ui.widget.CollectionSavedState
-
Creates a new instance of SavedState with the given superState to allow chaining
of saved states in View.onSaveInstanceState()
and also in View.onRestoreInstanceState(Parcelable)
.
- CollectionSavedState(Parcel) - Constructor for class universum.studios.android.ui.widget.CollectionSavedState
-
- COLOR_DISABLED - Static variable in class universum.studios.android.ui.widget.TintManager
-
Default color for view's disabled state.
- COLOR_DISABLED_BUTTON - Static variable in class universum.studios.android.ui.widget.TintManager
-
Default color for button's disabled state.
- COLOR_DISABLED_LIGHT - Static variable in class universum.studios.android.ui.widget.TintManager
-
Default color for light view's disabled state.
- COLOR_ERROR - Static variable in class universum.studios.android.ui.widget.TintManager
-
Default color for view's error state.
- COLOR_NORMAL - Static variable in class universum.studios.android.ui.widget.TintManager
-
Default color for view's normal state.
- COLOR_NORMAL_LIGHT - Static variable in class universum.studios.android.ui.widget.TintManager
-
Default color for light view's normal state.
- ColorGraphicsInfo - Class in universum.studios.android.ui.widget
-
A
GraphicsInfo
implementation that can be used for
simple color drawing purpose.
- ColorGraphicsInfo() - Constructor for class universum.studios.android.ui.widget.ColorGraphicsInfo
-
Creates a new instance of ColorGraphicsInfo with initial Paint.
- ColorGraphicsInfo(Paint) - Constructor for class universum.studios.android.ui.widget.ColorGraphicsInfo
-
Creates a new instance of ColorGraphicsInfo with the specified paint.
- conceal() - Method in class universum.studios.android.ui.widget.SearchView
-
- configureMenuItem(ActionButton.ItemConfiguration, Context) - Static method in class universum.studios.android.ui.widget.ActionButton
-
Performs configuration for a MenuItem
determined by the given configuration.
- context - Variable in class universum.studios.android.ui.widget.CalendarView.SimpleCalendarAdapter
-
Context within which is this adapter used.
- createMotionCancelingEvent(MotionEvent) - Static method in class universum.studios.android.ui.widget.WidgetUtils
-
Creates a motion event with MotionEvent.ACTION_CANCEL
action with data copied from
the given source event.
- createTintFilter(Drawable, ColorStateList, PorterDuff.Mode) - Static method in class universum.studios.android.ui.graphics.drawable.TintDrawable
-
Crates a new instance of PorterDuffColorFilter with color obtained from the specified tint
colors for the current state of the specified drawable.
- CREATOR - Static variable in class universum.studios.android.ui.widget.BaseProgressBar.SavedState
-
Creator used to create an instance or array of instances of SavedState from Parcel
.
- CREATOR - Static variable in class universum.studios.android.ui.widget.CalendarView.CalendarDataSet
-
Creator used to create an instance or array of instances of CalendarDataSet from Parcel
.
- CREATOR - Static variable in class universum.studios.android.ui.widget.CalendarView.SavedState
-
Creator used to create an instance or array of instances of SavedState from Parcel
.
- CREATOR - Static variable in class universum.studios.android.ui.widget.CircularNumberPicker.SavedState
-
Creator used to create an instance or array of instances of SavedState from Parcel
.
- CREATOR - Static variable in class universum.studios.android.ui.widget.CollectionSavedState
-
Creator used to create an instance or array of instances of SavedState from Parcel
.
- CREATOR - Static variable in class universum.studios.android.ui.widget.EditLayout.SavedState
-
Creator used to create an instance or array of instances of SavedState from Parcel
.
- CREATOR - Static variable in class universum.studios.android.ui.widget.InputLayout.SavedState
-
Creator used to create an instance or array of instances of SavedState from Parcel
.
- CREATOR - Static variable in class universum.studios.android.ui.widget.LinearProgressBar.SavedState
-
Creator used to create an instance or array of instances of SavedState from Parcel
.
- CREATOR - Static variable in class universum.studios.android.ui.widget.MonthView.SavedState
-
Creator used to create an instance or array of instances of SavedState from Parcel
.
- CREATOR - Static variable in class universum.studios.android.ui.widget.SearchView.SavedState
-
Creator used to create an instance or array of instances of SavedState from Parcel
.
- CREATOR - Static variable in class universum.studios.android.ui.widget.SeekBarWidget.SavedState
-
Creator used to create an instance or array of instances of SavedState from Parcel
.
- CREATOR - Static variable in class universum.studios.android.ui.widget.SpinnerLayout.SavedState
-
Creator used to create an instance or array of instances of SavedState from Parcel
.
- CREATOR - Static variable in class universum.studios.android.ui.widget.WidgetSavedState
-
Creator used to create an instance or array of instances of WidgetSavedState from Parcel
.
- crossFadeText(int) - Method in class universum.studios.android.ui.widget.EmptyView
-
- crossFadeText(CharSequence) - Method in class universum.studios.android.ui.widget.EmptyView
-
Starts cross fade animation of the text of this empty view.
- CubicPageTransformer - Class in universum.studios.android.ui.widget
-
A ViewPager.PageTransformer
implementation that can be used to transform pages like in
3D cube space horizontally.
- CubicPageTransformer() - Constructor for class universum.studios.android.ui.widget.CubicPageTransformer
-
- CubicPageTransformer(CubicPageTransformer.CameraPosition) - Constructor for class universum.studios.android.ui.widget.CubicPageTransformer
-
Creates a new instance of CubicPageTransformer with the specified cameraPosition.
- CubicPageTransformer.CameraPosition - Enum in universum.studios.android.ui.widget
-
Represents position of an imaginary camera used to resolve how to rotate pages in 3D cubic space.
- generateDefaultLayoutParams() - Method in class universum.studios.android.ui.widget.InputLayout
-
- generateLayoutParams(ViewGroup.LayoutParams) - Method in class universum.studios.android.ui.widget.InputLayout
-
- generateLayoutParams(AttributeSet) - Method in class universum.studios.android.ui.widget.InputLayout
-
- getAbsoluteGravity(int, int) - Static method in class universum.studios.android.ui.widget.WidgetGravity
-
Compatibility version of Gravity.getAbsoluteGravity(int, int)
.
- getAdapter() - Method in class universum.studios.android.ui.widget.CalendarView
-
- getAdapter() - Method in class universum.studios.android.ui.widget.SpinnerLayout
-
Delegate method for AbsSpinner.getAdapter()
.
- getAlpha() - Method in class universum.studios.android.ui.graphics.drawable.DrawableWrapper
-
- getAlpha() - Method in class universum.studios.android.ui.graphics.drawable.ProgressDrawable
-
Returns the alpha value of this progress drawable's color.
- getAppearance() - Method in class universum.studios.android.ui.widget.TextGraphicsInfo
-
Returns the text appearance object holding all text graphics related attributes set to this
info.
- getArrowScale() - Method in class universum.studios.android.ui.graphics.drawable.CircularProgressDrawable
-
Returns the current scale of the arrow.
- getBackground() - Method in class universum.studios.android.ui.graphics.drawable.RefreshDrawable
-
Returns the background of this refresh drawable.
- getBackground() - Method in class universum.studios.android.ui.widget.AutoCompleteTextViewWidget
-
- getBackground() - Method in class universum.studios.android.ui.widget.ButtonWidget
-
- getBackground() - Method in class universum.studios.android.ui.widget.CalendarView
-
- getBackground() - Method in class universum.studios.android.ui.widget.CheckBoxWidget
-
- getBackground() - Method in class universum.studios.android.ui.widget.EditTextWidget
-
- getBackground() - Method in class universum.studios.android.ui.widget.FrameLayoutWidget
-
- getBackground() - Method in class universum.studios.android.ui.widget.GridViewWidget
-
- getBackground() - Method in class universum.studios.android.ui.widget.HorizontalScrollViewWidget
-
- getBackground() - Method in class universum.studios.android.ui.widget.ImageButtonWidget
-
- getBackground() - Method in class universum.studios.android.ui.widget.ImageViewWidget
-
- getBackground() - Method in class universum.studios.android.ui.widget.LinearLayoutWidget
-
- getBackground() - Method in class universum.studios.android.ui.widget.ListViewWidget
-
- getBackground() - Method in class universum.studios.android.ui.widget.ProgressBarWidget
-
- getBackground() - Method in class universum.studios.android.ui.widget.RadioButtonWidget
-
- getBackground() - Method in class universum.studios.android.ui.widget.RecyclerViewWidget
-
- getBackground() - Method in class universum.studios.android.ui.widget.RelativeLayoutWidget
-
- getBackground() - Method in class universum.studios.android.ui.widget.ScrollViewWidget
-
- getBackground() - Method in class universum.studios.android.ui.widget.SeekBarWidget
-
- getBackground() - Method in class universum.studios.android.ui.widget.SpinnerWidget
-
- getBackground() - Method in class universum.studios.android.ui.widget.SwitchWidget
-
Note, that on pre LOLLIPOP
Android versions
this method will return an instance of TintDrawable
if tint has been applied
via CompoundButton.setButtonTintList(ColorStateList)
.
- getBackground() - Method in class universum.studios.android.ui.widget.TextViewWidget
-
- getBackground() - Method in class universum.studios.android.ui.widget.ToggleButtonWidget
-
- getBackground() - Method in class universum.studios.android.ui.widget.ViewPagerWidget
-
- getBackground() - Method in class universum.studios.android.ui.widget.ViewWidget
-
- getBackground() - Method in class universum.studios.android.ui.widget.WebViewWidget
-
- getBackgroundColor() - Method in class universum.studios.android.ui.graphics.drawable.ProgressDrawable
-
Returns the background color of this progress drawable.
- getBackgroundTintList() - Method in class universum.studios.android.ui.widget.AutoCompleteTextViewWidget
-
- getBackgroundTintList() - Method in class universum.studios.android.ui.widget.ButtonWidget
-
- getBackgroundTintList() - Method in class universum.studios.android.ui.widget.CalendarView
-
- getBackgroundTintList() - Method in class universum.studios.android.ui.widget.CheckBoxWidget
-
- getBackgroundTintList() - Method in class universum.studios.android.ui.widget.EditTextWidget
-
- getBackgroundTintList() - Method in class universum.studios.android.ui.widget.FrameLayoutWidget
-
- getBackgroundTintList() - Method in class universum.studios.android.ui.widget.GridViewWidget
-
- getBackgroundTintList() - Method in class universum.studios.android.ui.widget.HorizontalScrollViewWidget
-
- getBackgroundTintList() - Method in class universum.studios.android.ui.widget.ImageButtonWidget
-
- getBackgroundTintList() - Method in class universum.studios.android.ui.widget.ImageViewWidget
-
- getBackgroundTintList() - Method in class universum.studios.android.ui.widget.LinearLayoutWidget
-
- getBackgroundTintList() - Method in class universum.studios.android.ui.widget.ListViewWidget
-
- getBackgroundTintList() - Method in class universum.studios.android.ui.widget.ProgressBarWidget
-
- getBackgroundTintList() - Method in class universum.studios.android.ui.widget.RadioButtonWidget
-
- getBackgroundTintList() - Method in class universum.studios.android.ui.widget.RecyclerViewWidget
-
- getBackgroundTintList() - Method in class universum.studios.android.ui.widget.RelativeLayoutWidget
-
- getBackgroundTintList() - Method in class universum.studios.android.ui.widget.ScrollViewWidget
-
- getBackgroundTintList() - Method in class universum.studios.android.ui.widget.SeekBarWidget
-
- getBackgroundTintList() - Method in class universum.studios.android.ui.widget.SpinnerWidget
-
- getBackgroundTintList() - Method in class universum.studios.android.ui.widget.SwitchWidget
-
- getBackgroundTintList() - Method in class universum.studios.android.ui.widget.TextViewWidget
-
- getBackgroundTintList() - Method in class universum.studios.android.ui.widget.ToggleButtonWidget
-
- getBackgroundTintList() - Method in class universum.studios.android.ui.widget.ViewPagerWidget
-
- getBackgroundTintList() - Method in class universum.studios.android.ui.widget.ViewWidget
-
- getBackgroundTintList() - Method in class universum.studios.android.ui.widget.WebViewWidget
-
- getBackgroundTintMode() - Method in class universum.studios.android.ui.widget.AutoCompleteTextViewWidget
-
- getBackgroundTintMode() - Method in class universum.studios.android.ui.widget.ButtonWidget
-
- getBackgroundTintMode() - Method in class universum.studios.android.ui.widget.CalendarView
-
- getBackgroundTintMode() - Method in class universum.studios.android.ui.widget.CheckBoxWidget
-
- getBackgroundTintMode() - Method in class universum.studios.android.ui.widget.EditTextWidget
-
- getBackgroundTintMode() - Method in class universum.studios.android.ui.widget.FrameLayoutWidget
-
- getBackgroundTintMode() - Method in class universum.studios.android.ui.widget.GridViewWidget
-
- getBackgroundTintMode() - Method in class universum.studios.android.ui.widget.HorizontalScrollViewWidget
-
- getBackgroundTintMode() - Method in class universum.studios.android.ui.widget.ImageButtonWidget
-
- getBackgroundTintMode() - Method in class universum.studios.android.ui.widget.ImageViewWidget
-
- getBackgroundTintMode() - Method in class universum.studios.android.ui.widget.LinearLayoutWidget
-
- getBackgroundTintMode() - Method in class universum.studios.android.ui.widget.ListViewWidget
-
- getBackgroundTintMode() - Method in class universum.studios.android.ui.widget.ProgressBarWidget
-
- getBackgroundTintMode() - Method in class universum.studios.android.ui.widget.RadioButtonWidget
-
- getBackgroundTintMode() - Method in class universum.studios.android.ui.widget.RecyclerViewWidget
-
- getBackgroundTintMode() - Method in class universum.studios.android.ui.widget.RelativeLayoutWidget
-
- getBackgroundTintMode() - Method in class universum.studios.android.ui.widget.ScrollViewWidget
-
- getBackgroundTintMode() - Method in class universum.studios.android.ui.widget.SeekBarWidget
-
- getBackgroundTintMode() - Method in class universum.studios.android.ui.widget.SpinnerWidget
-
- getBackgroundTintMode() - Method in class universum.studios.android.ui.widget.SwitchWidget
-
- getBackgroundTintMode() - Method in class universum.studios.android.ui.widget.TextViewWidget
-
- getBackgroundTintMode() - Method in class universum.studios.android.ui.widget.ToggleButtonWidget
-
- getBackgroundTintMode() - Method in class universum.studios.android.ui.widget.ViewPagerWidget
-
- getBackgroundTintMode() - Method in class universum.studios.android.ui.widget.ViewWidget
-
- getBackgroundTintMode() - Method in class universum.studios.android.ui.widget.WebViewWidget
-
- getBearingLineColors() - Method in class universum.studios.android.ui.widget.CircularNumberPicker
-
Returns the colors for the bearing line.
- getBearingLineCurrentColor() - Method in class universum.studios.android.ui.widget.CircularNumberPicker
-
Returns the current color used to draw the selection indicator's bearing line.
- getBearingLineThickness() - Method in class universum.studios.android.ui.widget.CircularNumberPicker
-
Returns the thickness of the selection indicator's bearing line.
- getBounds() - Method in class universum.studios.android.ui.widget.MonthView.Day
-
- getBufferIndeterminateMarksScaleDuration() - Method in class universum.studios.android.ui.graphics.drawable.LinearProgressDrawable
-
Returns the duration of the indeterminate buffer marks scale animation.
- getBufferIndeterminateMarksScaleInterval() - Method in class universum.studios.android.ui.graphics.drawable.LinearProgressDrawable
-
Returns the interval determining how often is the indeterminate buffer marks scale animation
played.
- getButtonDrawable() - Method in class universum.studios.android.ui.widget.CheckBoxWidget
-
- getButtonDrawable() - Method in class universum.studios.android.ui.widget.RadioButtonWidget
-
- getButtonDrawable() - Method in class universum.studios.android.ui.widget.ToggleButtonWidget
-
- getButtonTintList() - Method in class universum.studios.android.ui.widget.CheckBoxWidget
-
- getButtonTintList() - Method in class universum.studios.android.ui.widget.RadioButtonWidget
-
- getButtonTintList() - Method in class universum.studios.android.ui.widget.ToggleButtonWidget
-
- getButtonTintMode() - Method in class universum.studios.android.ui.widget.CheckBoxWidget
-
- getButtonTintMode() - Method in class universum.studios.android.ui.widget.RadioButtonWidget
-
- getButtonTintMode() - Method in class universum.studios.android.ui.widget.ToggleButtonWidget
-
- getCalendar() - Method in class universum.studios.android.ui.widget.CalendarView.CalendarDataSet
-
Returns the calendar used by this data set for its size calculations and also for month
positions calculations.
- getCalendar() - Method in class universum.studios.android.ui.widget.CalendarView
-
Returns the calendar instance used by this calendar view for date related calculations.
- getCalendarAdapter() - Method in class universum.studios.android.ui.widget.CalendarView
-
Returns the adapter that provides data set of months for this calendar view.
- getCalendarWithSelectedDate() - Method in class universum.studios.android.ui.widget.CalendarView
-
- getChangingConfigurations() - Method in class universum.studios.android.ui.graphics.drawable.DrawableWrapper
-
- getColor() - Method in class universum.studios.android.ui.graphics.drawable.ProgressDrawable
-
Returns the color used to draw graphics of this progress drawable.
- getColor(Resources, int, Resources.Theme) - Static method in class universum.studios.android.ui.util.ResourceUtils
-
Obtains color with the specified resId using the given resources.
- getColorFilter() - Method in class universum.studios.android.ui.graphics.drawable.DrawableWrapper
-
- getColors() - Method in class universum.studios.android.ui.graphics.drawable.ProgressDrawable
-
Returns the set of colors used to draw graphics of this progress drawable in the
INDETERMINATE mode.
- getColorStateList(Resources, int, Resources.Theme) - Static method in class universum.studios.android.ui.util.ResourceUtils
-
Obtains color state list with the specified resId using the given resources.
- getCompoundDrawables() - Method in class universum.studios.android.ui.widget.AutoCompleteTextViewWidget
-
- getCompoundDrawables() - Method in class universum.studios.android.ui.widget.ButtonWidget
-
- getCompoundDrawables() - Method in class universum.studios.android.ui.widget.EditTextWidget
-
- getCompoundDrawables() - Method in class universum.studios.android.ui.widget.TextViewWidget
-
- getCompoundDrawablesRelative() - Method in class universum.studios.android.ui.widget.AutoCompleteTextViewWidget
-
- getCompoundDrawablesRelative() - Method in class universum.studios.android.ui.widget.ButtonWidget
-
- getCompoundDrawablesRelative() - Method in class universum.studios.android.ui.widget.EditTextWidget
-
- getCompoundDrawablesRelative() - Method in class universum.studios.android.ui.widget.TextViewWidget
-
- getCompoundDrawableTintList() - Method in class universum.studios.android.ui.widget.AutoCompleteTextViewWidget
-
- getCompoundDrawableTintList() - Method in class universum.studios.android.ui.widget.ButtonWidget
-
- getCompoundDrawableTintList() - Method in class universum.studios.android.ui.widget.EditTextWidget
-
- getCompoundDrawableTintList() - Method in class universum.studios.android.ui.widget.TextViewWidget
-
- getCompoundDrawableTintMode() - Method in class universum.studios.android.ui.widget.AutoCompleteTextViewWidget
-
- getCompoundDrawableTintMode() - Method in class universum.studios.android.ui.widget.ButtonWidget
-
- getCompoundDrawableTintMode() - Method in class universum.studios.android.ui.widget.EditTextWidget
-
- getCompoundDrawableTintMode() - Method in class universum.studios.android.ui.widget.TextViewWidget
-
- getConstantState() - Method in class universum.studios.android.ui.graphics.drawable.DrawableWrapper
-
- getConstantState() - Method in class universum.studios.android.ui.graphics.drawable.ProgressDrawable
-
- getConstraint() - Method in class universum.studios.android.ui.widget.InputLayout
-
Returns the current text presented by constraint view of this layout.
- getConstraintView() - Method in class universum.studios.android.ui.widget.InputLayout
-
Returns the text view which presents constraint for input value of this input layout.
- getCurrent() - Method in class universum.studios.android.ui.graphics.drawable.DrawableWrapper
-
- getCurrent() - Method in class universum.studios.android.ui.graphics.drawable.RefreshDrawable
-
Returns this drawable instance.
- getCurrentDayCurrentTextColor() - Method in class universum.studios.android.ui.widget.MonthView
-
Returns the current color used to draw the current day's number.
- getCurrentDayTextColors() - Method in class universum.studios.android.ui.widget.MonthView
-
Returns the colors for the current day's number text.
- getCurrentTextColor() - Method in class universum.studios.android.ui.widget.CircularNumberPicker
-
Returns the current color used to draw the numbers text.
- getDate() - Method in class universum.studios.android.ui.widget.MonthView
-
- getDateInMillis() - Method in class universum.studios.android.ui.widget.MonthView
-
Returns the date of which month data are currently presented by this view.
- getDateMax() - Method in class universum.studios.android.ui.widget.CalendarView.CalendarDataSet
-
Returns the maximum date that limits size (count of months) of this data set.
- getDateMaxInMillis() - Method in interface universum.studios.android.ui.widget.CalendarView.CalendarAdapter
-
- getDateMaxInMillis() - Method in class universum.studios.android.ui.widget.CalendarView.SimpleCalendarAdapter
-
- getDateMin() - Method in class universum.studios.android.ui.widget.CalendarView.CalendarDataSet
-
Returns the minimum date that limits size (count of months) of this data set.
- getDateMinInMillis() - Method in interface universum.studios.android.ui.widget.CalendarView.CalendarAdapter
-
- getDateMinInMillis() - Method in class universum.studios.android.ui.widget.CalendarView.SimpleCalendarAdapter
-
- getDayLetterCurrentTextColor() - Method in class universum.studios.android.ui.widget.MonthView
-
Returns the current color used to draw the first letters of day names.
- getDayLettersOffsetVertical() - Method in class universum.studios.android.ui.widget.MonthView
-
Returns the current vertical offset for week day letters.
- getDayLetterTextColors() - Method in class universum.studios.android.ui.widget.MonthView
-
Returns the colors for the first letters of day names.
- getDayLetterTextSize() - Method in class universum.studios.android.ui.widget.MonthView
-
Returns the size of the first letters of day names.
- getDayLetterTypeface() - Method in class universum.studios.android.ui.widget.MonthView
-
Returns the typeface used to draw first letters of day names.
- getDayLetterTypefaceStyle() - Method in class universum.studios.android.ui.widget.MonthView
-
Returns the style of the typeface used to draw the first letters of day names.
- getDayNumberCurrentTextColor() - Method in class universum.studios.android.ui.widget.MonthView
-
Returns the current color used to draw day numbers.
- getDayNumbersOffsetVertical() - Method in class universum.studios.android.ui.widget.MonthView
-
Returns the current vertical offset for day numbers table.
- getDayNumberTextColors() - Method in class universum.studios.android.ui.widget.MonthView
-
Returns the colors for day numbers.
- getDayNumberTextSize() - Method in class universum.studios.android.ui.widget.MonthView
-
Returns the size of day numbers.
- getDayNumberTypeface() - Method in class universum.studios.android.ui.widget.MonthView
-
Returns the typeface used to draw day numbers.
- getDayNumberTypefaceStyle() - Method in class universum.studios.android.ui.widget.MonthView
-
Returns the style of the typeface used to draw day numbers.
- getDaySelector() - Method in class universum.studios.android.ui.widget.MonthView
-
Returns the current day selector's drawable.
- getDaySelectorRadius() - Method in class universum.studios.android.ui.widget.MonthView
-
Returns the current radius of the day selector's drawable.
- getDaySelectorTintList() - Method in class universum.studios.android.ui.widget.MonthView
-
Returns the tint applied to the day selector's drawable, if specified.
- getDaySelectorTintMode() - Method in class universum.studios.android.ui.widget.MonthView
-
Returns the blending mode used to apply the tint to the day selector's drawable, if specified.
- getDirtyBounds() - Method in class universum.studios.android.ui.graphics.drawable.DrawableWrapper
-
- getDiscreteIndicator() - Method in class universum.studios.android.ui.widget.SeekBarWidget
-
Returns the current discrete indicator's drawable.
- getDiscreteIndicatorCurrentTextColor() - Method in class universum.studios.android.ui.widget.SeekBarWidget
-
Returns the current color used to draw the discrete indicator's text.
- getDiscreteIndicatorTextColors() - Method in class universum.studios.android.ui.widget.SeekBarWidget
-
Returns the colors for the discrete indicator's text.
- getDiscreteIndicatorTextGravity() - Method in class universum.studios.android.ui.widget.SeekBarWidget
-
Returns the gravity applied to the discrete indicator's text.
- getDiscreteIndicatorTextPaddingBottom() - Method in class universum.studios.android.ui.widget.SeekBarWidget
-
Returns the bottom padding of the discrete indicator's text.
- getDiscreteIndicatorTextPaddingEnd() - Method in class universum.studios.android.ui.widget.SeekBarWidget
-
Returns the end padding of the discrete indicator's text.
- getDiscreteIndicatorTextPaddingStart() - Method in class universum.studios.android.ui.widget.SeekBarWidget
-
Returns the start padding of the discrete indicator's text.
- getDiscreteIndicatorTextPaddingTop() - Method in class universum.studios.android.ui.widget.SeekBarWidget
-
Returns the top padding of the discrete indicator's text.
- getDiscreteIndicatorTextSize() - Method in class universum.studios.android.ui.widget.SeekBarWidget
-
Returns the size of the discrete indicator's text.
- getDiscreteIndicatorTintList() - Method in class universum.studios.android.ui.widget.SeekBarWidget
-
Returns the tint applied to the discrete indicator's drawable, if specified.
- getDiscreteIndicatorTintMode() - Method in class universum.studios.android.ui.widget.SeekBarWidget
-
Returns the blending mode used to apply the tint to the discrete indicator's drawable, if
specified.
- getDiscreteIndicatorTypeface() - Method in class universum.studios.android.ui.widget.SeekBarWidget
-
Returns the typeface used to draw text of the discrete indicator.
- getDiscreteIndicatorTypefaceStyle() - Method in class universum.studios.android.ui.widget.SeekBarWidget
-
Returns the style of the typeface used to draw the discrete indicator's text.
- getDiscreteIntervalRatio() - Method in class universum.studios.android.ui.widget.SeekBarWidget
-
Returns the ratio in which are drawn tick marks of discrete interval whenever is the discrete
mode enabled.
- getDiscreteIntervalTickMarkColors() - Method in class universum.studios.android.ui.widget.SeekBarWidget
-
Returns the list of colors used to draw different states of the discrete interval's tick mark.
- getDiscreteIntervalTickMarkCurrentColor() - Method in class universum.studios.android.ui.widget.SeekBarWidget
-
Returns the current color used to draw the discrete interval's tick mark.
- getDiscreteIntervalTickMarkRadius() - Method in class universum.studios.android.ui.widget.SeekBarWidget
-
Returns the radius of the tick mark of a discrete interval.
- getDrawable() - Method in class universum.studios.android.ui.graphics.drawable.DrawableWrapper
-
Returns the wrapped drawable of this tint drawable instance.
- getDrawable() - Method in class universum.studios.android.ui.graphics.drawable.RefreshDrawable
-
This is not supported operation.
- getDrawable(Resources, int, Resources.Theme) - Static method in class universum.studios.android.ui.util.ResourceUtils
-
Obtains drawable with the specified resId using the given resources.
- getDrawable() - Method in class universum.studios.android.ui.widget.BaseProgressBar
-
Returns the drawable used to draw a progress or an indeterminate graphics of this progress bar
depends on its current mode.
- getEditableText() - Method in class universum.studios.android.ui.widget.EditLayout
-
Delegate method for EditText.getText()
.
- getError() - Method in class universum.studios.android.ui.widget.AutoCompleteTextViewWidget
-
- getError() - Method in class universum.studios.android.ui.widget.EditTextWidget
-
- getError() - Method in interface universum.studios.android.ui.widget.ErrorWidget
-
Returns the error specified for this widget (if any).
- getError() - Method in class universum.studios.android.ui.widget.InputLayout
-
Returns the current error text set to this input layout.
- getError() - Method in class universum.studios.android.ui.widget.SpinnerWidget
-
- getError() - Method in class universum.studios.android.ui.widget.TextViewWidget
-
- getExplodeDuration() - Method in class universum.studios.android.ui.graphics.drawable.ProgressDrawable
-
Returns the duration used for explode/implode animation.
- getFadeDuration() - Method in class universum.studios.android.ui.widget.EmptyView
-
Returns the duration of the cross fade animation.
- getFontFamily() - Method in class universum.studios.android.ui.widget.TextAppearance
-
Returns the font family for text's typeface specified for this text appearance.
- getFractionX() - Method in class universum.studios.android.ui.widget.FrameLayoutWidget
-
- getFractionX() - Method in class universum.studios.android.ui.widget.GridViewWidget
-
- getFractionX() - Method in class universum.studios.android.ui.widget.HorizontalScrollViewWidget
-
- getFractionX() - Method in class universum.studios.android.ui.widget.LinearLayoutWidget
-
- getFractionX() - Method in class universum.studios.android.ui.widget.ListViewWidget
-
- getFractionX() - Method in class universum.studios.android.ui.widget.RecyclerViewWidget
-
- getFractionX() - Method in class universum.studios.android.ui.widget.RelativeLayoutWidget
-
- getFractionX() - Method in class universum.studios.android.ui.widget.ScrollViewWidget
-
- getFractionX() - Method in interface universum.studios.android.ui.widget.Slideable
-
Returns the current fraction for the X axis of this view.
- getFractionX() - Method in class universum.studios.android.ui.widget.ViewPagerWidget
-
- getFractionX() - Method in class universum.studios.android.ui.widget.WebViewWidget
-
- getFractionY() - Method in class universum.studios.android.ui.widget.FrameLayoutWidget
-
- getFractionY() - Method in class universum.studios.android.ui.widget.GridViewWidget
-
- getFractionY() - Method in class universum.studios.android.ui.widget.HorizontalScrollViewWidget
-
- getFractionY() - Method in class universum.studios.android.ui.widget.LinearLayoutWidget
-
- getFractionY() - Method in class universum.studios.android.ui.widget.ListViewWidget
-
- getFractionY() - Method in class universum.studios.android.ui.widget.RecyclerViewWidget
-
- getFractionY() - Method in class universum.studios.android.ui.widget.RelativeLayoutWidget
-
- getFractionY() - Method in class universum.studios.android.ui.widget.ScrollViewWidget
-
- getFractionY() - Method in interface universum.studios.android.ui.widget.Slideable
-
Returns the current fraction for the Y axis of this view.
- getFractionY() - Method in class universum.studios.android.ui.widget.ViewPagerWidget
-
- getFractionY() - Method in class universum.studios.android.ui.widget.WebViewWidget
-
- getHint() - Method in class universum.studios.android.ui.widget.EditLayout
-
Delegate method for TextView.getHint()
.
- getHotspotBounds(Rect) - Method in class universum.studios.android.ui.graphics.drawable.DrawableWrapper
-
- getImageTintList() - Method in class universum.studios.android.ui.widget.ImageButtonWidget
-
- getImageTintList() - Method in class universum.studios.android.ui.widget.ImageViewWidget
-
- getImageTintMode() - Method in class universum.studios.android.ui.widget.ImageButtonWidget
-
- getImageTintMode() - Method in class universum.studios.android.ui.widget.ImageViewWidget
-
- getIndeterminateInterpolator() - Method in class universum.studios.android.ui.graphics.drawable.ProgressDrawable
-
Returns the interpolator used whenever the current mode is none DETERMINATE to interpolate
update values for indeterminate blocks.
- getIndeterminateSpeed() - Method in class universum.studios.android.ui.graphics.drawable.ProgressDrawable
-
Returns the current speed to speed up indeterminate blocks update.
- getIndeterminateTintList() - Method in class universum.studios.android.ui.widget.BaseProgressBar
-
Returns the tint applied to the indeterminate graphics of the progress drawable, if specified.
- getIndeterminateTintList() - Method in class universum.studios.android.ui.widget.ProgressBarWidget
-
- getIndeterminateTintMode() - Method in class universum.studios.android.ui.widget.BaseProgressBar
-
Returns the blending mode used to apply the tint to the indeterminate graphics of the progress
drawable, if specified.
- getIndeterminateTintMode() - Method in class universum.studios.android.ui.widget.ProgressBarWidget
-
- getInputType() - Method in class universum.studios.android.ui.widget.EditLayout
-
Delegate method for TextView.getInputType()
.
- getInputView() - Method in class universum.studios.android.ui.widget.EditLayout
-
- getInputView() - Method in class universum.studios.android.ui.widget.InputLayout
-
Returns the input view of this input layout.
- getInputView() - Method in class universum.studios.android.ui.widget.SpinnerLayout
-
- getInterpolation(float) - Method in class universum.studios.android.ui.interpolator.ResistanceInterpolator
-
- getInterpolation(float) - Method in class universum.studios.android.ui.interpolator.ScrollerInterpolator
-
- getIntrinsicHeight() - Method in class universum.studios.android.ui.graphics.drawable.CircularProgressDrawable
-
Returns (radius * 2)
if the arrow feature is not enabled, (radius * 2 + arrowOverflow)
if it is enabled.
- getIntrinsicHeight() - Method in class universum.studios.android.ui.graphics.drawable.DrawableWrapper
-
- getIntrinsicHeight() - Method in class universum.studios.android.ui.graphics.drawable.LinearProgressDrawable
-
Returns size of the thickness of this progress drawable.
- getIntrinsicHeight() - Method in class universum.studios.android.ui.graphics.drawable.RefreshDrawable
-
- getIntrinsicWidth() - Method in class universum.studios.android.ui.graphics.drawable.CircularProgressDrawable
-
Returns (radius * 2)
if the arrow feature is not enabled, (radius * 2 + arrowOverflow)
if it is enabled.
- getIntrinsicWidth() - Method in class universum.studios.android.ui.graphics.drawable.DrawableWrapper
-
- getIntrinsicWidth() - Method in class universum.studios.android.ui.graphics.drawable.RefreshDrawable
-
- getItemAtPosition(int) - Method in class universum.studios.android.ui.widget.SpinnerLayout
-
Delegate method for AdapterView.getItemAtPosition(int)
.
- getItemCount() - Method in class universum.studios.android.ui.widget.CalendarView.SimpleCalendarAdapter
-
- getItemIdAtPosition(int) - Method in class universum.studios.android.ui.widget.SpinnerLayout
-
Delegate method for AdapterView.getItemIdAtPosition(int)
.
- getLabel() - Method in class universum.studios.android.ui.widget.InputLayout
-
Returns the current text presented by label view of this layout.
- getLabelView() - Method in class universum.studios.android.ui.widget.InputLayout
-
Returns the text view which represents the label for this input layout.
- getLayoutDirection() - Method in class universum.studios.android.ui.graphics.drawable.ProgressDrawable
-
Returns the layout direction of this progress drawable.
- getLengthConstraint() - Method in class universum.studios.android.ui.widget.EditLayout
-
Returns the current length constraint requested for the EditText of this input layout.
- getLocale() - Method in interface universum.studios.android.ui.widget.CalendarView.CalendarAdapter
-
Returns the current locale used by this adapter to display proper calendar field names.
- getLocale() - Method in class universum.studios.android.ui.widget.CalendarView
-
Returns the current locale used to obtain proper names of calendar fields.
- getLocale() - Method in class universum.studios.android.ui.widget.CalendarView.SimpleCalendarAdapter
-
- getLocale() - Method in class universum.studios.android.ui.widget.MonthView
-
Returns the current locale used to obtain proper names of calendar fields.
- getMax() - Method in class universum.studios.android.ui.graphics.drawable.ProgressDrawable
-
Sets the current maximum of this progress drawable.
- getMax() - Method in class universum.studios.android.ui.widget.BaseProgressBar
-
- getMaxLength() - Method in class universum.studios.android.ui.widget.EditLayout
-
Returns the maximum length (in characters) applied to the current EditText.
- getMaxLines() - Method in class universum.studios.android.ui.widget.EditLayout
-
Delegate method for TextView.getMaxLines()
.
- getMiddleCircleColors() - Method in class universum.studios.android.ui.widget.CircularNumberPicker
-
Returns the middle circle colors.
- getMiddleCircleCurrentColor() - Method in class universum.studios.android.ui.widget.CircularNumberPicker
-
Returns the current color used to draw the middle circle of this picker.
- getMiddleCircleRadius() - Method in class universum.studios.android.ui.widget.CircularNumberPicker
-
Returns the radius of the middle circle.
- getMinAlpha() - Method in class universum.studios.android.ui.widget.CubicPageTransformer
-
Returns the minimum alpha used for completely transformed page.
- getMinAlpha() - Method in class universum.studios.android.ui.widget.DepthPageTransformer
-
Returns the minimum alpha used for completely transformed page.
- getMinimumHeight() - Method in class universum.studios.android.ui.graphics.drawable.DrawableWrapper
-
- getMinimumWidth() - Method in class universum.studios.android.ui.graphics.drawable.DrawableWrapper
-
- getMinLines() - Method in class universum.studios.android.ui.widget.EditLayout
-
Delegate method for TextView.getMinLines()
.
- getMinResistanceFactor() - Method in class universum.studios.android.ui.interpolator.ResistanceInterpolator
-
Returns the minimum factor for the resistance equation.
- getMinScaleFactor() - Method in class universum.studios.android.ui.widget.DepthPageTransformer
-
Returns the minimum scale factor used for completely transformed page.
- getMode() - Method in class universum.studios.android.ui.graphics.drawable.CircularProgressDrawable
-
- getMode() - Method in class universum.studios.android.ui.graphics.drawable.LinearProgressDrawable
-
- getMode() - Method in class universum.studios.android.ui.graphics.drawable.ProgressDrawable
-
- getMonthDate(int) - Method in interface universum.studios.android.ui.widget.CalendarView.CalendarAdapter
-
Returns the date for a month from this adapter's data set at the specified position.
- getMonthDate(int) - Method in class universum.studios.android.ui.widget.CalendarView.CalendarDataSet
-
- getMonthDate(int) - Method in class universum.studios.android.ui.widget.CalendarView.SimpleCalendarAdapter
-
- getNote() - Method in class universum.studios.android.ui.widget.InputLayout
-
Returns the current text presented by note view of this layout.
- getNoteTextChangeDuration() - Method in class universum.studios.android.ui.widget.InputLayout
-
Returns the duration for the text change within note view used when changing note text for the
error text and backwards.
- getNoteView() - Method in class universum.studios.android.ui.widget.InputLayout
-
Returns the text view which presents note/error text set to this input layout.
- getNumber() - Method in class universum.studios.android.ui.widget.MonthView.Day
-
Returns the number of this day.
- getNumberFormat() - Method in class universum.studios.android.ui.widget.CircularNumberPicker
-
Returns the number format of this picker.
- getNumbers() - Method in class universum.studios.android.ui.widget.CircularNumberPicker
-
Returns the set of numbers presented within this picker.
- getNumbersCount() - Method in class universum.studios.android.ui.widget.CircularNumberPicker
-
Returns the count of the numbers presented within this picker.
- getOpacity() - Method in class universum.studios.android.ui.graphics.drawable.DrawableWrapper
-
- getOpacity() - Method in class universum.studios.android.ui.graphics.drawable.ProgressDrawable
-
- getOrientation() - Method in class universum.studios.android.ui.widget.CalendarView
-
Returns the current orientation of this calendar view.
- getOrientation() - Method in class universum.studios.android.ui.widget.GridViewWidget
-
- getOrientation() - Method in class universum.studios.android.ui.widget.HorizontalScrollViewWidget
-
- getOrientation() - Method in class universum.studios.android.ui.widget.ListViewWidget
-
- getOrientation() - Method in class universum.studios.android.ui.widget.RecyclerViewWidget
-
- getOrientation() - Method in interface universum.studios.android.ui.widget.Scrollable
-
Returns the orientation of this scrollable view to determine how, along which axis, can be this
view (its content) scrolled.
- getOrientation() - Method in class universum.studios.android.ui.widget.ScrollViewWidget
-
- getOrientation() - Method in class universum.studios.android.ui.widget.WebViewWidget
-
- getOutline(Outline) - Method in class universum.studios.android.ui.graphics.drawable.DrawableWrapper
-
- getPadding(Rect) - Method in class universum.studios.android.ui.graphics.drawable.DrawableWrapper
-
- getPageFlingSwipingSensitivity() - Method in class universum.studios.android.ui.widget.ViewPagerWidget
-
Returns the current sensitivity for the fling velocity used to determine whether to handle
a user's fling or not.
- getPageScrollDuration() - Method in class universum.studios.android.ui.widget.ViewPagerWidget
-
Returns the current duration used for scrolling of pages of this pager.
- getPosition() - Method in interface universum.studios.android.ui.widget.Pullable.Pull
-
Returns a position of the current pull.
- getProgress() - Method in class universum.studios.android.ui.graphics.drawable.ProgressDrawable
-
- getProgress() - Method in class universum.studios.android.ui.graphics.drawable.RefreshDrawable
-
- getProgress() - Method in class universum.studios.android.ui.widget.BaseProgressBar
-
Returns the current value of progress displayed by this progress bar.
- getProgressAlpha() - Method in class universum.studios.android.ui.graphics.drawable.RefreshDrawable
-
- getProgressArrowScale() - Method in class universum.studios.android.ui.graphics.drawable.RefreshDrawable
-
- getProgressBackgroundTintList() - Method in class universum.studios.android.ui.widget.BaseProgressBar
-
Returns the tint applied to the background graphics of the progress drawable, if specified.
- getProgressBackgroundTintList() - Method in class universum.studios.android.ui.widget.ProgressBarWidget
-
- getProgressBackgroundTintList() - Method in class universum.studios.android.ui.widget.SeekBarWidget
-
- getProgressBackgroundTintMode() - Method in class universum.studios.android.ui.widget.BaseProgressBar
-
Returns the blending mode used to apply the tint to the background graphics of the progress
drawable, if specified.
- getProgressBackgroundTintMode() - Method in class universum.studios.android.ui.widget.ProgressBarWidget
-
- getProgressBackgroundTintMode() - Method in class universum.studios.android.ui.widget.SeekBarWidget
-
- getProgressColor() - Method in class universum.studios.android.ui.graphics.drawable.RefreshDrawable
-
- getProgressColors() - Method in class universum.studios.android.ui.graphics.drawable.RefreshDrawable
-
- getProgressDrawable() - Method in class universum.studios.android.ui.widget.ProgressBarWidget
-
- getProgressDrawable() - Method in class universum.studios.android.ui.widget.SeekBarWidget
-
- getProgressIndeterminateSpeed() - Method in class universum.studios.android.ui.graphics.drawable.RefreshDrawable
-
- getProgressMode() - Method in class universum.studios.android.ui.graphics.drawable.RefreshDrawable
-
- getProgressMode() - Method in class universum.studios.android.ui.widget.BaseProgressBar
-
Returns the current progress mode of this progress bar.
- getProgressMode() - Method in class universum.studios.android.ui.widget.CircularProgressBar
-
- getProgressMode() - Method in class universum.studios.android.ui.widget.LinearProgressBar
-
- getProgressRadius() - Method in class universum.studios.android.ui.graphics.drawable.RefreshDrawable
-
Returns radius of the progress arc.
- getProgressRotation() - Method in class universum.studios.android.ui.graphics.drawable.RefreshDrawable
-
- getProgressRotation() - Method in class universum.studios.android.ui.widget.CircularProgressBar
-
- getProgressThickness() - Method in class universum.studios.android.ui.graphics.drawable.RefreshDrawable
-
- getProgressTintList() - Method in class universum.studios.android.ui.widget.BaseProgressBar
-
Returns the tint applied to the progress graphics of the progress drawable, if specified.
- getProgressTintList() - Method in class universum.studios.android.ui.widget.ProgressBarWidget
-
- getProgressTintList() - Method in class universum.studios.android.ui.widget.SeekBarWidget
-
- getProgressTintMode() - Method in class universum.studios.android.ui.widget.BaseProgressBar
-
Returns the blending mode used to apply the tint to the progress graphics of the progress
drawable, if specified.
- getProgressTintMode() - Method in class universum.studios.android.ui.widget.ProgressBarWidget
-
- getProgressTintMode() - Method in class universum.studios.android.ui.widget.SeekBarWidget
-
- getPrompt() - Method in class universum.studios.android.ui.widget.SpinnerLayout
-
Delegate method for Spinner.getPrompt()
.
- getPullCollapseDelay() - Method in class universum.studios.android.ui.controller.PullController
-
Returns the delay for pull collapse animation.
- getPullCollapseDuration() - Method in class universum.studios.android.ui.controller.PullController
-
Returns the duration for pull collapse animation.
- getPullMode() - Method in class universum.studios.android.ui.controller.PullController
-
Returns the current mode for pull.
- getPullOverflowPosition() - Method in interface universum.studios.android.ui.widget.Pullable.Pull
-
Returns a position of the current pull overflow.
- getQuery() - Method in class universum.studios.android.ui.widget.SearchView
-
Returns the current text from the search input field.
- getQueryHint() - Method in class universum.studios.android.ui.widget.SearchView
-
Returns the hint text specified for the search input field.
- getRadius() - Method in class universum.studios.android.ui.graphics.drawable.CircularProgressDrawable
-
Returns the radius of the progress/indeterminate oval of this progress drawable.
- getRadius() - Method in class universum.studios.android.ui.widget.CircularNumberPicker
-
Returns the radius of the numbers circle.
- getRefreshController() - Method in class universum.studios.android.ui.widget.GridViewWidget
-
Returns a controller used to support the refresh feature for this view.
- getRefreshController() - Method in class universum.studios.android.ui.widget.ListViewWidget
-
Returns a controller used to support the refresh feature for this view.
- getRefreshController() - Method in class universum.studios.android.ui.widget.RecyclerViewWidget
-
Returns a controller used to support the refresh feature for this view.
- getRefreshController() - Method in class universum.studios.android.ui.widget.WebViewWidget
-
Returns a controller used to support the refresh feature for this view.
- getRefreshDistance() - Method in class universum.studios.android.ui.controller.RefreshController
-
Returns the value of the maximum refresh distance.
- getRefreshDistanceFraction() - Method in class universum.studios.android.ui.controller.RefreshController
-
Returns the fraction used to compute maximum refresh distance.
- getRefreshIndicator() - Method in class universum.studios.android.ui.controller.RefreshController
-
- getRefreshIndicatorArrowScaleDuration() - Method in class universum.studios.android.ui.controller.RefreshController
-
Returns the duration used for the refresh indicator's arrow scale animation.
- getRefreshIndicatorDismissDuration() - Method in class universum.studios.android.ui.controller.RefreshController
-
Returns the duration used for the refresh indicator's dismiss animation.
- getRefreshIndicatorHideDuration() - Method in class universum.studios.android.ui.controller.RefreshController
-
Returns the duration used for the refresh indicator's hide animation.
- getRefreshIndicatorOffset() - Method in class universum.studios.android.ui.controller.RefreshController
-
Returns the offset of the refresh indicator's originating position.
- getRefreshIndicatorPopDuration() - Method in class universum.studios.android.ui.controller.RefreshController
-
Returns the duration used for the refresh indicator's pop animation.
- getRefreshIndicatorTransition() - Method in class universum.studios.android.ui.controller.RefreshController
-
Returns the current transition type of the refresh indicator.
- getRefreshIndicatorTransition() - Method in class universum.studios.android.ui.widget.GridViewWidget
-
- getRefreshIndicatorTransition() - Method in class universum.studios.android.ui.widget.ListViewWidget
-
- getRefreshIndicatorTransition() - Method in class universum.studios.android.ui.widget.RecyclerViewWidget
-
- getRefreshIndicatorTransition() - Method in interface universum.studios.android.ui.widget.Refreshable
-
Returns the current transition type used for the refresh indicator hiding/showing.
- getRefreshIndicatorTransition() - Method in class universum.studios.android.ui.widget.WebViewWidget
-
- getRefreshPosition() - Method in class universum.studios.android.ui.controller.RefreshController
-
Returns the current refresh position.
- getRefreshSettleDuration() - Method in class universum.studios.android.ui.controller.RefreshController
-
Returns the duration for the refresh indicator's settle animation.
- getRefreshSettlePosition() - Method in class universum.studios.android.ui.controller.RefreshController
-
Returns the current refresh settle position.
- getResistanceStartInput() - Method in class universum.studios.android.ui.interpolator.ResistanceInterpolator
-
Returns a value of the interpolation input at which is resistance started to be computed.
- getRotation() - Method in class universum.studios.android.ui.graphics.drawable.CircularProgressDrawable
-
Returns the rotation of the progress oval.
- getScrollableView() - Method in class universum.studios.android.ui.widget.ScrollableWrapper
-
Returns the wrapped scrollable view.
- getSecondaryColor() - Method in class universum.studios.android.ui.graphics.drawable.LinearProgressDrawable
-
Returns the color used to draw secondary graphics of this progress drawable.
- getSecondaryProgress() - Method in class universum.studios.android.ui.graphics.drawable.LinearProgressDrawable
-
- getSecondaryProgress() - Method in class universum.studios.android.ui.widget.LinearProgressBar
-
Returns the current value of secondary progress displayed by this progress bar.
- getSecondaryProgressTintList() - Method in class universum.studios.android.ui.widget.LinearProgressBar
-
Returns the tint applied to the secondary progress graphics of the progress drawable, if specified.
- getSecondaryProgressTintList() - Method in class universum.studios.android.ui.widget.ProgressBarWidget
-
- getSecondaryProgressTintList() - Method in class universum.studios.android.ui.widget.SeekBarWidget
-
- getSecondaryProgressTintMode() - Method in class universum.studios.android.ui.widget.LinearProgressBar
-
Returns the blending mode used to apply the tint to the secondary progress graphics of the
progress drawable, if specified.
- getSecondaryProgressTintMode() - Method in class universum.studios.android.ui.widget.ProgressBarWidget
-
- getSecondaryProgressTintMode() - Method in class universum.studios.android.ui.widget.SeekBarWidget
-
- getSelectedDate() - Method in class universum.studios.android.ui.widget.CalendarView
-
- getSelectedDateInMillis() - Method in class universum.studios.android.ui.widget.CalendarView
-
- getSelection() - Method in class universum.studios.android.ui.widget.CircularNumberPicker
-
Returns the current selection of this picker.
- getSelection() - Method in class universum.studios.android.ui.widget.MonthView
-
Returns the current selected day within this month view.
- getSelection() - Method in class universum.studios.android.ui.widget.SpinnerLayout
-
Delegate method for AdapterView.getSelectedItemPosition()
.
- getSelectionDate() - Method in class universum.studios.android.ui.widget.MonthView
-
- getSelectionDateInMillis() - Method in class universum.studios.android.ui.widget.MonthView
-
- getSelectionIndicator() - Method in class universum.studios.android.ui.widget.CircularNumberPicker
-
Returns the current selection indicator's drawable.
- getSelectionIndicatorTintList() - Method in class universum.studios.android.ui.widget.CircularNumberPicker
-
Returns the tint applied to the selection indicator's graphics.
- getSelectionIndicatorTintMode() - Method in class universum.studios.android.ui.widget.CircularNumberPicker
-
Returns the blending mode used to apply the tint to the selection indicator's graphics.
- getSelectionRange() - Method in class universum.studios.android.ui.widget.CircularNumberPicker
-
Returns the selection range of this picker.
- getSize() - Method in class universum.studios.android.ui.widget.CalendarView.CalendarDataSet
-
Returns the size of this data set.
- getSize() - Method in class universum.studios.android.ui.widget.FloatingActionButton
-
Returns a flag determining the size of this Floating action button.
- getSpacingHorizontal() - Method in class universum.studios.android.ui.widget.MonthView
-
Returns the horizontal spacing for day numbers table.
- getSpacingVertical() - Method in class universum.studios.android.ui.widget.MonthView
-
Returns the vertical spacing for day numbers table.
- getStartAngle() - Method in class universum.studios.android.ui.graphics.drawable.CircularProgressDrawable
-
Returns the initial start angle for the progress/indeterminate oval of this progress drawable.
- getSuperState() - Method in class universum.studios.android.ui.widget.WidgetSavedState
-
Returns the super state of this saved state.
- getText() - Method in class universum.studios.android.ui.widget.EditLayout
-
Like
EditLayout.getEditableText()
but this method will return the text specified for this edit
layout via
android:text
attribute if the current input view of
this layout is not valid.
- getTextColor() - Method in class universum.studios.android.ui.widget.TextAppearance
-
Returns the colors for text specified for this text appearance.
- getTextColors() - Method in class universum.studios.android.ui.widget.CircularNumberPicker
-
Returns the colors for the numbers text.
- getTextSize() - Method in class universum.studios.android.ui.widget.CircularNumberPicker
-
Returns the size of the numbers text.
- getTextSize() - Method in class universum.studios.android.ui.widget.TextAppearance
-
Returns the size for text specified for this text appearance.
- getTextStyle() - Method in class universum.studios.android.ui.widget.TextAppearance
-
Returns the style for text specified for this text appearance.
- getThickness() - Method in class universum.studios.android.ui.graphics.drawable.ProgressDrawable
-
Returns the thickness of this progress drawable.
- getThumb() - Method in class universum.studios.android.ui.widget.SeekBarWidget
-
- getThumbDrawable() - Method in class universum.studios.android.ui.widget.SwitchWidget
-
- getThumbTintList() - Method in class universum.studios.android.ui.widget.SeekBarWidget
-
- getThumbTintList() - Method in class universum.studios.android.ui.widget.SwitchWidget
-
Returns the tint applied to the thumb drawable, if specified.
- getThumbTintMode() - Method in class universum.studios.android.ui.widget.SeekBarWidget
-
- getThumbTintMode() - Method in class universum.studios.android.ui.widget.SwitchWidget
-
Returns the blending mode used to apply the tint to the thumb drawable, if specified.
- getTitleCurrentTextColor() - Method in class universum.studios.android.ui.widget.MonthView
-
Returns the current color used to draw the title text.
- getTitleTextColors() - Method in class universum.studios.android.ui.widget.MonthView
-
Returns the colors for the title text.
- getTitleTextSize() - Method in class universum.studios.android.ui.widget.MonthView
-
Returns the size of the title text.
- getTitleTypeface() - Method in class universum.studios.android.ui.widget.MonthView
-
Returns the typeface used to draw title text.
- getTitleTypefaceStyle() - Method in class universum.studios.android.ui.widget.MonthView
-
Returns the style of the typeface used to draw the title text.
- getTrackDrawable() - Method in class universum.studios.android.ui.widget.SwitchWidget
-
- getTrackTintList() - Method in class universum.studios.android.ui.widget.SwitchWidget
-
Returns the tint applied to the track drawable, if specified.
- getTrackTintMode() - Method in class universum.studios.android.ui.widget.SwitchWidget
-
Returns the blending mode used to apply the tint to the track drawable, if specified.
- getTransparentRegion() - Method in class universum.studios.android.ui.graphics.drawable.DrawableWrapper
-
- getType() - Method in exception universum.studios.android.ui.UiException
-
Returns a type of this exception.
- getTypeface() - Method in class universum.studios.android.ui.widget.CircularNumberPicker
-
Returns the typeface used to draw text of the numbers.
- getTypeface() - Method in class universum.studios.android.ui.widget.TextAppearance
-
Returns the typeface for text specified for this text appearance.
- getTypefaceIndex() - Method in class universum.studios.android.ui.widget.TextAppearance
-
Returns the index of typeface for text specified for this text appearance.
- getTypefaceStyle() - Method in class universum.studios.android.ui.widget.CircularNumberPicker
-
Returns the style of the typeface used to draw the numbers text.
- getVectorDrawable(Resources, int, Resources.Theme) - Static method in class universum.studios.android.ui.util.ResourceUtils
-
Obtains vector drawable with the specified resId using the given resources.
- getVisibleDate() - Method in class universum.studios.android.ui.widget.CalendarView
-
- getVisibleDateInMillis() - Method in class universum.studios.android.ui.widget.CalendarView
-
Returns the date (year + month) on which is this calendar view at this time scrolled.
- GraphicsInfo - Class in universum.studios.android.ui.widget
-
Base class that can be used to hold parameters that are needed to draw a specific graphics of a
specific widget.
- GraphicsInfo() - Constructor for class universum.studios.android.ui.widget.GraphicsInfo
-
- GraphicsInfo(Paint) - Constructor for class universum.studios.android.ui.widget.GraphicsInfo
-
Creates a new instance of GraphicsInfo with the specified paint.
- GridViewWidget - Class in universum.studios.android.ui.widget
-
Extended version of GridView
.
- GridViewWidget(Context) - Constructor for class universum.studios.android.ui.widget.GridViewWidget
-
- GridViewWidget(Context, AttributeSet) - Constructor for class universum.studios.android.ui.widget.GridViewWidget
-
- GridViewWidget(Context, AttributeSet, int) - Constructor for class universum.studios.android.ui.widget.GridViewWidget
-
- GridViewWidget(Context, AttributeSet, int, int) - Constructor for class universum.studios.android.ui.widget.GridViewWidget
-
Creates a new instance of GridViewWidget for the given context.
- SANS_SERIF - Static variable in class universum.studios.android.ui.widget.TextAppearance
-
Flag for sans-serif typeface.
- SavedState(Parcelable) - Constructor for class universum.studios.android.ui.widget.BaseProgressBar.SavedState
-
- SavedState(Parcel) - Constructor for class universum.studios.android.ui.widget.BaseProgressBar.SavedState
-
- SavedState(Parcelable) - Constructor for class universum.studios.android.ui.widget.CalendarView.SavedState
-
- SavedState(Parcel) - Constructor for class universum.studios.android.ui.widget.CalendarView.SavedState
-
- SavedState(Parcelable) - Constructor for class universum.studios.android.ui.widget.CircularNumberPicker.SavedState
-
- SavedState(Parcel) - Constructor for class universum.studios.android.ui.widget.CircularNumberPicker.SavedState
-
- SavedState(Parcelable) - Constructor for class universum.studios.android.ui.widget.EditLayout.SavedState
-
- SavedState(Parcel) - Constructor for class universum.studios.android.ui.widget.EditLayout.SavedState
-
- SavedState(Parcelable) - Constructor for class universum.studios.android.ui.widget.InputLayout.SavedState
-
- SavedState(Parcel) - Constructor for class universum.studios.android.ui.widget.InputLayout.SavedState
-
- SavedState(Parcelable) - Constructor for class universum.studios.android.ui.widget.LinearProgressBar.SavedState
-
- SavedState(Parcel) - Constructor for class universum.studios.android.ui.widget.LinearProgressBar.SavedState
-
- SavedState(Parcelable) - Constructor for class universum.studios.android.ui.widget.MonthView.SavedState
-
- SavedState(Parcel) - Constructor for class universum.studios.android.ui.widget.MonthView.SavedState
-
- SavedState(Parcelable) - Constructor for class universum.studios.android.ui.widget.SearchView.SavedState
-
- SavedState(Parcel) - Constructor for class universum.studios.android.ui.widget.SearchView.SavedState
-
- SavedState(Parcelable) - Constructor for class universum.studios.android.ui.widget.SeekBarWidget.SavedState
-
- SavedState(Parcel) - Constructor for class universum.studios.android.ui.widget.SeekBarWidget.SavedState
-
- SavedState(Parcelable) - Constructor for class universum.studios.android.ui.widget.SpinnerLayout.SavedState
-
- SavedState(Parcel) - Constructor for class universum.studios.android.ui.widget.SpinnerLayout.SavedState
-
- saveInstanceState() - Method in interface universum.studios.android.ui.widget.CalendarView.CalendarAdapter
-
Called to save the current state of this adapter.
- saveInstanceState() - Method in class universum.studios.android.ui.widget.CalendarView.SimpleCalendarAdapter
-
- saveInstanceState() - Method in interface universum.studios.android.ui.widget.StatefulAdapter
-
Called to save the current state of this adapter.
- saveLayoutState() - Method in class universum.studios.android.ui.widget.RecyclerViewWidget
-
Saves current state of this view's layout.
- saveTempLayoutState() - Method in class universum.studios.android.ui.widget.RecyclerViewWidget
-
Saves current state of this view's layout temporarily.
- scaleBitmap(Bitmap, int, int) - Static method in class universum.studios.android.ui.util.BitmapUtils
-
Deprecated.
Scales the given bitmap to the desired width and height.
- scheduleDrawable(Drawable, Runnable, long) - Method in class universum.studios.android.ui.graphics.drawable.DrawableWrapper
-
- Scrollable - Interface in universum.studios.android.ui.widget
-
Interface for scrollable views.
- ScrollableWrapper<V extends android.view.View> - Class in universum.studios.android.ui.widget
-
A ScrollableWrapper can be used for purpose of checking whether a specific scrollable view is
scrolled at its content's start or end at a time.
- ScrollerInterpolator - Class in universum.studios.android.ui.interpolator
-
Implementation of Interpolator
for scrollable views to provide interpolation for scrolling
operations.
- ScrollerInterpolator() - Constructor for class universum.studios.android.ui.interpolator.ScrollerInterpolator
-
- ScrollViewWidget - Class in universum.studios.android.ui.widget
-
Extended version of ScrollView
.
- ScrollViewWidget(Context) - Constructor for class universum.studios.android.ui.widget.ScrollViewWidget
-
- ScrollViewWidget(Context, AttributeSet) - Constructor for class universum.studios.android.ui.widget.ScrollViewWidget
-
- ScrollViewWidget(Context, AttributeSet, int) - Constructor for class universum.studios.android.ui.widget.ScrollViewWidget
-
- ScrollViewWidget(Context, AttributeSet, int, int) - Constructor for class universum.studios.android.ui.widget.ScrollViewWidget
-
Creates a new instance of ScrollViewWidget for the given context.
- SearchView - Class in universum.studios.android.ui.widget
-
Note, that this implementation of SearchView is for now really 'shallow one', but will be
improved in the feature.
- SearchView(Context) - Constructor for class universum.studios.android.ui.widget.SearchView
-
- SearchView(Context, AttributeSet) - Constructor for class universum.studios.android.ui.widget.SearchView
-
- SearchView(Context, AttributeSet, int) - Constructor for class universum.studios.android.ui.widget.SearchView
-
- SearchView(Context, AttributeSet, int, int) - Constructor for class universum.studios.android.ui.widget.SearchView
-
Creates a new instance of SearchView for the given context.
- SearchView.OnIconClickListener - Interface in universum.studios.android.ui.widget
-
Listener that can be used to receive callback about clicked
icon within associated
SearchView
.
- SearchView.OnQueryTextListener - Interface in universum.studios.android.ui.widget
-
Listener that can be used to receive callbacks about
changed,
confirmed or
cleared search query text within associated
SearchView
.
- SearchView.RevealAnimationHandler - Interface in universum.studios.android.ui.widget
-
Handler that is used to run
reveal or
conceal animations for
SearchView
widget.
- SearchView.SavedState - Class in universum.studios.android.ui.widget
-
- SeekBarWidget - Class in universum.studios.android.ui.widget
-
Extended version of SeekBar
.
- SeekBarWidget(Context) - Constructor for class universum.studios.android.ui.widget.SeekBarWidget
-
- SeekBarWidget(Context, AttributeSet) - Constructor for class universum.studios.android.ui.widget.SeekBarWidget
-
- SeekBarWidget(Context, AttributeSet, int) - Constructor for class universum.studios.android.ui.widget.SeekBarWidget
-
- SeekBarWidget(Context, AttributeSet, int, int) - Constructor for class universum.studios.android.ui.widget.SeekBarWidget
-
Creates a new instance of SeekBarWidget for the given context.
- SeekBarWidget.SavedState - Class in universum.studios.android.ui.widget
-
- SERIF - Static variable in class universum.studios.android.ui.widget.TextAppearance
-
Flag for serif typeface.
- set(CalendarView.CalendarDataSet) - Method in class universum.studios.android.ui.widget.CalendarView.CalendarDataSet
-
Sets all data of this data set from the specified one.
- setAdapter(RecyclerView.Adapter) - Method in class universum.studios.android.ui.widget.CalendarView
-
- setAdapter(SpinnerAdapter) - Method in class universum.studios.android.ui.widget.SpinnerLayout
-
Delegate method for Spinner.setAdapter(android.widget.SpinnerAdapter)
.
- setAdapter(PagerAdapter) - Method in class universum.studios.android.ui.widget.ViewPagerWidget
-
- setAlpha(int) - Method in class universum.studios.android.ui.graphics.drawable.DrawableWrapper
-
- setAlpha(int) - Method in class universum.studios.android.ui.graphics.drawable.LinearProgressDrawable
-
- setAlpha(int) - Method in class universum.studios.android.ui.graphics.drawable.ProgressDrawable
-
Sets the progress color's alpha value.
- setAlpha(int) - Method in class universum.studios.android.ui.graphics.drawable.RefreshDrawable
-
- setAnimationCallback(ProgressDrawable.AnimationCallback) - Method in class universum.studios.android.ui.graphics.drawable.ProgressDrawable
-
Registers a callback to be invoked whenever the animation session for this progress drawable
is started or stopped.
- setArrowEnabled(boolean) - Method in class universum.studios.android.ui.graphics.drawable.CircularProgressDrawable
-
Sets a flag indicating whether the arrow feature for this progress drawable should be enabled
or not.
- setArrowScale(float) - Method in class universum.studios.android.ui.graphics.drawable.CircularProgressDrawable
-
Sets the scale for the arrow of this progress drawable.
- setArrowVisible(boolean) - Method in class universum.studios.android.ui.graphics.drawable.CircularProgressDrawable
-
Sets a flag indicating whether to draw the arrow of this progress drawable or not.
- setAutoMirrored(boolean) - Method in class universum.studios.android.ui.graphics.drawable.DrawableWrapper
-
- setBackground(Drawable) - Method in class universum.studios.android.ui.graphics.drawable.RefreshDrawable
-
Sets the background for this refresh drawable.
- setBackgroundColor(int) - Method in class universum.studios.android.ui.graphics.drawable.ProgressDrawable
-
Sets the color used to draw background of this progress drawable.
- setBackgroundDrawable(Drawable) - Method in class universum.studios.android.ui.widget.AutoCompleteTextViewWidget
-
- setBackgroundDrawable(Drawable) - Method in class universum.studios.android.ui.widget.ButtonWidget
-
- setBackgroundDrawable(Drawable) - Method in class universum.studios.android.ui.widget.CalendarView
-
- setBackgroundDrawable(Drawable) - Method in class universum.studios.android.ui.widget.CheckBoxWidget
-
- setBackgroundDrawable(Drawable) - Method in class universum.studios.android.ui.widget.CircularNumberPicker
-
- setBackgroundDrawable(Drawable) - Method in class universum.studios.android.ui.widget.EditTextWidget
-
- setBackgroundDrawable(Drawable) - Method in class universum.studios.android.ui.widget.FrameLayoutWidget
-
- setBackgroundDrawable(Drawable) - Method in class universum.studios.android.ui.widget.GridViewWidget
-
- setBackgroundDrawable(Drawable) - Method in class universum.studios.android.ui.widget.HorizontalScrollViewWidget
-
- setBackgroundDrawable(Drawable) - Method in class universum.studios.android.ui.widget.ImageButtonWidget
-
- setBackgroundDrawable(Drawable) - Method in class universum.studios.android.ui.widget.ImageViewWidget
-
- setBackgroundDrawable(Drawable) - Method in class universum.studios.android.ui.widget.LinearLayoutWidget
-
- setBackgroundDrawable(Drawable) - Method in class universum.studios.android.ui.widget.ListViewWidget
-
- setBackgroundDrawable(Drawable) - Method in class universum.studios.android.ui.widget.ProgressBarWidget
-
- setBackgroundDrawable(Drawable) - Method in class universum.studios.android.ui.widget.RadioButtonWidget
-
- setBackgroundDrawable(Drawable) - Method in class universum.studios.android.ui.widget.RecyclerViewWidget
-
- setBackgroundDrawable(Drawable) - Method in class universum.studios.android.ui.widget.RelativeLayoutWidget
-
- setBackgroundDrawable(Drawable) - Method in class universum.studios.android.ui.widget.ScrollViewWidget
-
- setBackgroundDrawable(Drawable) - Method in class universum.studios.android.ui.widget.SeekBarWidget
-
- setBackgroundDrawable(Drawable) - Method in class universum.studios.android.ui.widget.SpinnerWidget
-
- setBackgroundDrawable(Drawable) - Method in class universum.studios.android.ui.widget.SwitchWidget
-
- setBackgroundDrawable(Drawable) - Method in class universum.studios.android.ui.widget.TextViewWidget
-
- setBackgroundDrawable(Drawable) - Method in class universum.studios.android.ui.widget.ToggleButtonWidget
-
- setBackgroundDrawable(Drawable) - Method in class universum.studios.android.ui.widget.ViewPagerWidget
-
- setBackgroundDrawable(Drawable) - Method in class universum.studios.android.ui.widget.ViewWidget
-
- setBackgroundDrawable(Drawable) - Method in class universum.studios.android.ui.widget.WebViewWidget
-
- setBackgroundTintList(ColorStateList) - Method in class universum.studios.android.ui.graphics.drawable.ProgressDrawable
-
Sets a tint for the background graphics of this drawable.
- setBackgroundTintList(ColorStateList) - Method in class universum.studios.android.ui.widget.AutoCompleteTextViewWidget
-
- setBackgroundTintList(ColorStateList) - Method in class universum.studios.android.ui.widget.ButtonWidget
-
- setBackgroundTintList(ColorStateList) - Method in class universum.studios.android.ui.widget.CalendarView
-
- setBackgroundTintList(ColorStateList) - Method in class universum.studios.android.ui.widget.CheckBoxWidget
-
- setBackgroundTintList(ColorStateList) - Method in class universum.studios.android.ui.widget.EditTextWidget
-
- setBackgroundTintList(ColorStateList) - Method in class universum.studios.android.ui.widget.FrameLayoutWidget
-
- setBackgroundTintList(ColorStateList) - Method in class universum.studios.android.ui.widget.GridViewWidget
-
- setBackgroundTintList(ColorStateList) - Method in class universum.studios.android.ui.widget.HorizontalScrollViewWidget
-
- setBackgroundTintList(ColorStateList) - Method in class universum.studios.android.ui.widget.ImageButtonWidget
-
- setBackgroundTintList(ColorStateList) - Method in class universum.studios.android.ui.widget.ImageViewWidget
-
- setBackgroundTintList(ColorStateList) - Method in class universum.studios.android.ui.widget.LinearLayoutWidget
-
- setBackgroundTintList(ColorStateList) - Method in class universum.studios.android.ui.widget.ListViewWidget
-
- setBackgroundTintList(ColorStateList) - Method in class universum.studios.android.ui.widget.ProgressBarWidget
-
- setBackgroundTintList(ColorStateList) - Method in class universum.studios.android.ui.widget.RadioButtonWidget
-
- setBackgroundTintList(ColorStateList) - Method in class universum.studios.android.ui.widget.RecyclerViewWidget
-
- setBackgroundTintList(ColorStateList) - Method in class universum.studios.android.ui.widget.RelativeLayoutWidget
-
- setBackgroundTintList(ColorStateList) - Method in class universum.studios.android.ui.widget.ScrollViewWidget
-
- setBackgroundTintList(ColorStateList) - Method in class universum.studios.android.ui.widget.SeekBarWidget
-
- setBackgroundTintList(ColorStateList) - Method in class universum.studios.android.ui.widget.SpinnerWidget
-
- setBackgroundTintList(ColorStateList) - Method in class universum.studios.android.ui.widget.SwitchWidget
-
- setBackgroundTintList(ColorStateList) - Method in class universum.studios.android.ui.widget.TextViewWidget
-
- setBackgroundTintList(ColorStateList) - Method in class universum.studios.android.ui.widget.ToggleButtonWidget
-
- setBackgroundTintList(ColorStateList) - Method in class universum.studios.android.ui.widget.ViewPagerWidget
-
- setBackgroundTintList(ColorStateList) - Method in class universum.studios.android.ui.widget.ViewWidget
-
- setBackgroundTintList(ColorStateList) - Method in class universum.studios.android.ui.widget.WebViewWidget
-
- setBackgroundTintMode(PorterDuff.Mode) - Method in class universum.studios.android.ui.graphics.drawable.ProgressDrawable
-
Sets a tint blending mode for the background graphics of this drawable.
- setBackgroundTintMode(PorterDuff.Mode) - Method in class universum.studios.android.ui.widget.AutoCompleteTextViewWidget
-
- setBackgroundTintMode(PorterDuff.Mode) - Method in class universum.studios.android.ui.widget.ButtonWidget
-
- setBackgroundTintMode(PorterDuff.Mode) - Method in class universum.studios.android.ui.widget.CalendarView
-
- setBackgroundTintMode(PorterDuff.Mode) - Method in class universum.studios.android.ui.widget.CheckBoxWidget
-
- setBackgroundTintMode(PorterDuff.Mode) - Method in class universum.studios.android.ui.widget.EditTextWidget
-
- setBackgroundTintMode(PorterDuff.Mode) - Method in class universum.studios.android.ui.widget.FrameLayoutWidget
-
- setBackgroundTintMode(PorterDuff.Mode) - Method in class universum.studios.android.ui.widget.GridViewWidget
-
- setBackgroundTintMode(PorterDuff.Mode) - Method in class universum.studios.android.ui.widget.HorizontalScrollViewWidget
-
- setBackgroundTintMode(PorterDuff.Mode) - Method in class universum.studios.android.ui.widget.ImageButtonWidget
-
- setBackgroundTintMode(PorterDuff.Mode) - Method in class universum.studios.android.ui.widget.ImageViewWidget
-
- setBackgroundTintMode(PorterDuff.Mode) - Method in class universum.studios.android.ui.widget.LinearLayoutWidget
-
- setBackgroundTintMode(PorterDuff.Mode) - Method in class universum.studios.android.ui.widget.ListViewWidget
-
- setBackgroundTintMode(PorterDuff.Mode) - Method in class universum.studios.android.ui.widget.ProgressBarWidget
-
- setBackgroundTintMode(PorterDuff.Mode) - Method in class universum.studios.android.ui.widget.RadioButtonWidget
-
- setBackgroundTintMode(PorterDuff.Mode) - Method in class universum.studios.android.ui.widget.RecyclerViewWidget
-
- setBackgroundTintMode(PorterDuff.Mode) - Method in class universum.studios.android.ui.widget.RelativeLayoutWidget
-
- setBackgroundTintMode(PorterDuff.Mode) - Method in class universum.studios.android.ui.widget.ScrollViewWidget
-
- setBackgroundTintMode(PorterDuff.Mode) - Method in class universum.studios.android.ui.widget.SeekBarWidget
-
- setBackgroundTintMode(PorterDuff.Mode) - Method in class universum.studios.android.ui.widget.SpinnerWidget
-
- setBackgroundTintMode(PorterDuff.Mode) - Method in class universum.studios.android.ui.widget.SwitchWidget
-
- setBackgroundTintMode(PorterDuff.Mode) - Method in class universum.studios.android.ui.widget.TextViewWidget
-
- setBackgroundTintMode(PorterDuff.Mode) - Method in class universum.studios.android.ui.widget.ToggleButtonWidget
-
- setBackgroundTintMode(PorterDuff.Mode) - Method in class universum.studios.android.ui.widget.ViewPagerWidget
-
- setBackgroundTintMode(PorterDuff.Mode) - Method in class universum.studios.android.ui.widget.ViewWidget
-
- setBackgroundTintMode(PorterDuff.Mode) - Method in class universum.studios.android.ui.widget.WebViewWidget
-
- setBearingLineColor(int) - Method in class universum.studios.android.ui.widget.CircularNumberPicker
-
Sets a single color for the bearing line pointing to the selection indicator position.
- setBearingLineColor(ColorStateList) - Method in class universum.studios.android.ui.widget.CircularNumberPicker
-
Sets colors for the bearing line pointing to the selection indicator position.
- setBearingLineThickness(float) - Method in class universum.studios.android.ui.widget.CircularNumberPicker
-
Sets a thickness for bearing line of the selection indicator drawn from the center of this
picker to the edge of the circle with numbers at position of the currently selected number.
- setBufferIndeterminateMarksScaleDuration(long) - Method in class universum.studios.android.ui.graphics.drawable.LinearProgressDrawable
-
Sets the duration for the indeterminate buffer marks scale animation.
- setBufferIndeterminateMarksScaleInterval(long) - Method in class universum.studios.android.ui.graphics.drawable.LinearProgressDrawable
-
Sets the interval for the indeterminate buffer marks scale animation.
- setButtonDrawable(Drawable) - Method in class universum.studios.android.ui.widget.CheckBoxWidget
-
- setButtonDrawable(Drawable) - Method in class universum.studios.android.ui.widget.RadioButtonWidget
-
- setButtonDrawable(Drawable) - Method in class universum.studios.android.ui.widget.ToggleButtonWidget
-
- setButtonTintList(ColorStateList) - Method in class universum.studios.android.ui.widget.CheckBoxWidget
-
- setButtonTintList(ColorStateList) - Method in class universum.studios.android.ui.widget.RadioButtonWidget
-
- setButtonTintList(ColorStateList) - Method in class universum.studios.android.ui.widget.ToggleButtonWidget
-
- setButtonTintMode(PorterDuff.Mode) - Method in class universum.studios.android.ui.widget.CheckBoxWidget
-
- setButtonTintMode(PorterDuff.Mode) - Method in class universum.studios.android.ui.widget.RadioButtonWidget
-
- setButtonTintMode(PorterDuff.Mode) - Method in class universum.studios.android.ui.widget.ToggleButtonWidget
-
- setCalendar(Calendar) - Method in class universum.studios.android.ui.widget.CalendarView.CalendarDataSet
-
- setCalendarAdapter(A) - Method in class universum.studios.android.ui.widget.CalendarView
-
Sets an adapter that will provide data set of months for this calendar view.
- setChangingConfigurations(int) - Method in class universum.studios.android.ui.graphics.drawable.DrawableWrapper
-
- setColor(int) - Method in class universum.studios.android.ui.graphics.drawable.LinearProgressDrawable
-
Sets the color used to draw graphics of this progress drawable.
- setColor(int) - Method in class universum.studios.android.ui.graphics.drawable.ProgressDrawable
-
Sets the color used to draw graphics of this progress drawable.
- setColorFilter(ColorFilter) - Method in class universum.studios.android.ui.graphics.drawable.DrawableWrapper
-
- setColorFilter(ColorFilter) - Method in class universum.studios.android.ui.graphics.drawable.ProgressDrawable
-
- setColorFilter(ColorFilter) - Method in class universum.studios.android.ui.graphics.drawable.TintDrawable
-
- setColorFilter(ColorFilter) - Method in class universum.studios.android.ui.graphics.drawable.TintLayerDrawable
-
- setColors(int[]) - Method in class universum.studios.android.ui.graphics.drawable.ProgressDrawable
-
Sets the set of colors used to draw graphics of this progress drawable.
- setCompoundDrawables(Drawable, Drawable, Drawable, Drawable) - Method in class universum.studios.android.ui.widget.AutoCompleteTextViewWidget
-
- setCompoundDrawables(Drawable, Drawable, Drawable, Drawable) - Method in class universum.studios.android.ui.widget.ButtonWidget
-
- setCompoundDrawables(Drawable, Drawable, Drawable, Drawable) - Method in class universum.studios.android.ui.widget.EditTextWidget
-
- setCompoundDrawables(Drawable, Drawable, Drawable, Drawable) - Method in class universum.studios.android.ui.widget.TextViewWidget
-
- setCompoundDrawablesRelative(Drawable, Drawable, Drawable, Drawable) - Method in class universum.studios.android.ui.widget.AutoCompleteTextViewWidget
-
- setCompoundDrawablesRelative(Drawable, Drawable, Drawable, Drawable) - Method in class universum.studios.android.ui.widget.ButtonWidget
-
- setCompoundDrawablesRelative(Drawable, Drawable, Drawable, Drawable) - Method in class universum.studios.android.ui.widget.EditTextWidget
-
- setCompoundDrawablesRelative(Drawable, Drawable, Drawable, Drawable) - Method in class universum.studios.android.ui.widget.TextViewWidget
-
- setCompoundDrawableTintList(ColorStateList) - Method in class universum.studios.android.ui.widget.AutoCompleteTextViewWidget
-
- setCompoundDrawableTintList(ColorStateList) - Method in class universum.studios.android.ui.widget.ButtonWidget
-
- setCompoundDrawableTintList(ColorStateList) - Method in class universum.studios.android.ui.widget.EditTextWidget
-
- setCompoundDrawableTintList(ColorStateList) - Method in class universum.studios.android.ui.widget.TextViewWidget
-
- setCompoundDrawableTintMode(PorterDuff.Mode) - Method in class universum.studios.android.ui.widget.AutoCompleteTextViewWidget
-
- setCompoundDrawableTintMode(PorterDuff.Mode) - Method in class universum.studios.android.ui.widget.ButtonWidget
-
- setCompoundDrawableTintMode(PorterDuff.Mode) - Method in class universum.studios.android.ui.widget.EditTextWidget
-
- setCompoundDrawableTintMode(PorterDuff.Mode) - Method in class universum.studios.android.ui.widget.TextViewWidget
-
- setCompoundVectorDrawablesRelativeWithIntrinsicBounds(int, int, int, int) - Method in class universum.studios.android.ui.widget.AutoCompleteTextViewWidget
-
Like
TextView.setCompoundDrawablesRelativeWithIntrinsicBounds(int, int, int, int)
but this
method will use
ResourceUtils.getVectorDrawable(Resources, int, Resources.Theme)
utility
method to obtain the desired vector drawables and set them as compound
Drawables
via
TextView.setCompoundDrawablesWithIntrinsicBounds(Drawable, Drawable, Drawable, Drawable)
method.
- setCompoundVectorDrawablesRelativeWithIntrinsicBounds(int, int, int, int) - Method in class universum.studios.android.ui.widget.ButtonWidget
-
Like
TextView.setCompoundDrawablesRelativeWithIntrinsicBounds(int, int, int, int)
but this
method will use
ResourceUtils.getVectorDrawable(Resources, int, Resources.Theme)
utility
method to obtain the desired vector drawables and set them as compound
Drawables
via
TextView.setCompoundDrawablesWithIntrinsicBounds(Drawable, Drawable, Drawable, Drawable)
method.
- setCompoundVectorDrawablesRelativeWithIntrinsicBounds(int, int, int, int) - Method in class universum.studios.android.ui.widget.EditTextWidget
-
Like
TextView.setCompoundDrawablesRelativeWithIntrinsicBounds(int, int, int, int)
but this
method will use
ResourceUtils.getVectorDrawable(Resources, int, Resources.Theme)
utility
method to obtain the desired vector drawables and set them as compound
Drawables
via
TextView.setCompoundDrawablesWithIntrinsicBounds(Drawable, Drawable, Drawable, Drawable)
method.
- setCompoundVectorDrawablesRelativeWithIntrinsicBounds(int, int, int, int) - Method in class universum.studios.android.ui.widget.TextViewWidget
-
Like
TextView.setCompoundDrawablesRelativeWithIntrinsicBounds(int, int, int, int)
but this
method will use
ResourceUtils.getVectorDrawable(Resources, int, Resources.Theme)
utility
method to obtain the desired vector drawables and set them as compound
Drawables
via
TextView.setCompoundDrawablesWithIntrinsicBounds(Drawable, Drawable, Drawable, Drawable)
method.
- setConstraint(int) - Method in class universum.studios.android.ui.widget.InputLayout
-
- setConstraint(CharSequence) - Method in class universum.studios.android.ui.widget.InputLayout
-
Sets the text for the constraint view of this input layout.
- setCurrentDayTextColor(int) - Method in class universum.studios.android.ui.widget.MonthView
-
Sets a single color for the current day's number text.
- setCurrentDayTextColor(ColorStateList) - Method in class universum.studios.android.ui.widget.MonthView
-
Sets colors for the current day's number text.
- setCurrentItem(int) - Method in class universum.studios.android.ui.widget.ViewPagerWidget
-
- setCurrentItem(int, boolean) - Method in class universum.studios.android.ui.widget.ViewPagerWidget
-
- setCurrentItem(int, int) - Method in class universum.studios.android.ui.widget.ViewPagerWidget
-
- setDate(Date) - Method in class universum.studios.android.ui.widget.MonthView
-
- setDate(long) - Method in class universum.studios.android.ui.widget.MonthView
-
Specifies a date in milliseconds of which data should be presented by this month view.
- setDayLettersOffsetVertical(int) - Method in class universum.studios.android.ui.widget.MonthView
-
Sets a vertical offset for week day letters.
- setDayLetterTextAppearance(int) - Method in class universum.studios.android.ui.widget.MonthView
-
Sets a text color, size, and style for the first letters of day names from the specified
TextAppearance resource.
- setDayLetterTextColor(int) - Method in class universum.studios.android.ui.widget.MonthView
-
Sets a single color for the first letters of day names.
- setDayLetterTextColor(ColorStateList) - Method in class universum.studios.android.ui.widget.MonthView
-
Sets colors for the first letters of day names.
- setDayLetterTextSize(float) - Method in class universum.studios.android.ui.widget.MonthView
-
- setDayLetterTextSize(int, float) - Method in class universum.studios.android.ui.widget.MonthView
-
Sets a size for the first letters of day names to the given unit and size.
- setDayLetterTypeface(Typeface, int) - Method in class universum.studios.android.ui.widget.MonthView
-
Sets a typeface and style in which the first letters of day names should be displayed, and
turns on the fake bold and italic bits in the Paint if the Typeface that you provided does
not have all the bits in the style that you specified.
- setDayLetterTypeface(Typeface) - Method in class universum.studios.android.ui.widget.MonthView
-
Sets a typeface in which the first letters of day names should be displayed.
- setDayNumbersOffsetVertical(int) - Method in class universum.studios.android.ui.widget.MonthView
-
Sets a vertical offset for day numbers table.
- setDayNumberTextAppearance(int) - Method in class universum.studios.android.ui.widget.MonthView
-
Sets a text color, size, and style for day numbers from the specified TextAppearance resource.
- setDayNumberTextColor(int) - Method in class universum.studios.android.ui.widget.MonthView
-
Sets a single color for day numbers.
- setDayNumberTextColor(ColorStateList) - Method in class universum.studios.android.ui.widget.MonthView
-
Sets colors for day numbers.
- setDayNumberTextSize(float) - Method in class universum.studios.android.ui.widget.MonthView
-
- setDayNumberTextSize(int, float) - Method in class universum.studios.android.ui.widget.MonthView
-
Sets a size for day numbers to the given unit and size.
- setDayNumberTypeface(Typeface, int) - Method in class universum.studios.android.ui.widget.MonthView
-
Sets a typeface and style in which day numbers should be displayed, and turns on the fake bold
and italic bits in the Paint if the Typeface that you provided does not have all the bits in
the style that you specified.
- setDayNumberTypeface(Typeface) - Method in class universum.studios.android.ui.widget.MonthView
-
Sets a typeface in which day numbers should be displayed.
- setDaySelector(int) - Method in class universum.studios.android.ui.widget.MonthView
-
- setDaySelector(Drawable) - Method in class universum.studios.android.ui.widget.MonthView
-
Sets a drawable used to draw the selector highlighting the current selected day.
- setDaySelectorRadius(int) - Method in class universum.studios.android.ui.widget.MonthView
-
- setDaySelectorTintList(ColorStateList) - Method in class universum.studios.android.ui.widget.MonthView
-
Applies a tint to the day selector, if specified.
- setDaySelectorTintMode(PorterDuff.Mode) - Method in class universum.studios.android.ui.widget.MonthView
-
- setDiscrete(boolean) - Method in class universum.studios.android.ui.widget.SeekBarWidget
-
Sets a flag indicating whether this seek bar is discrete or not.
- setDiscreteIndicator(int) - Method in class universum.studios.android.ui.widget.SeekBarWidget
-
- setDiscreteIndicator(Drawable) - Method in class universum.studios.android.ui.widget.SeekBarWidget
-
Sets the drawable used to draw the discrete indicator in discrete mode.
- setDiscreteIndicatorTextAppearance(int) - Method in class universum.studios.android.ui.widget.SeekBarWidget
-
Sets a text color, size, and style for the discrete indicator's text from the specified
TextAppearance resource.
- setDiscreteIndicatorTextColor(int) - Method in class universum.studios.android.ui.widget.SeekBarWidget
-
Sets a single color for the discrete indicator's text.
- setDiscreteIndicatorTextColor(ColorStateList) - Method in class universum.studios.android.ui.widget.SeekBarWidget
-
Sets colors for the discrete indicator's text.
- setDiscreteIndicatorTextGravity(int) - Method in class universum.studios.android.ui.widget.SeekBarWidget
-
Sets a gravity to apply to the discrete indicator's text.
- setDiscreteIndicatorTextPadding(int, int, int, int) - Method in class universum.studios.android.ui.widget.SeekBarWidget
-
Sets a padding for the discrete indicator's text.
- setDiscreteIndicatorTextSize(float) - Method in class universum.studios.android.ui.widget.SeekBarWidget
-
- setDiscreteIndicatorTextSize(int, float) - Method in class universum.studios.android.ui.widget.SeekBarWidget
-
Sets a size for the discrete indicator's text to the given unit and size.
- setDiscreteIndicatorTintList(ColorStateList) - Method in class universum.studios.android.ui.widget.SeekBarWidget
-
Applies a tint to the discrete indicator, if specified.
- setDiscreteIndicatorTintMode(PorterDuff.Mode) - Method in class universum.studios.android.ui.widget.SeekBarWidget
-
- setDiscreteIndicatorTypeface(Typeface, int) - Method in class universum.studios.android.ui.widget.SeekBarWidget
-
Sets a typeface and style in which the discrete indicator's text should be displayed, and
turns on the fake bold and italic bits in the Paint if the Typeface that you provided does
not have all the bits in the style that you specified.
- setDiscreteIndicatorTypeface(Typeface) - Method in class universum.studios.android.ui.widget.SeekBarWidget
-
Sets a typeface in which the discrete indicator's text should be displayed.
- setDiscreteIntervalRatio(float) - Method in class universum.studios.android.ui.widget.SeekBarWidget
-
- setDiscreteIntervalTickMarkColor(int) - Method in class universum.studios.android.ui.widget.SeekBarWidget
-
Sets a single color used to draw the discrete interval's tick mark.
- setDiscreteIntervalTickMarkColor(ColorStateList) - Method in class universum.studios.android.ui.widget.SeekBarWidget
-
Sets the colors state list used to draw different states of the discrete interval's tick mark.
- setDiscreteIntervalTickMarkRadius(float) - Method in class universum.studios.android.ui.widget.SeekBarWidget
-
Sets a radius for the tick mark of a discrete interval.
- setDiscretePreviewEnabled(boolean) - Method in class universum.studios.android.ui.widget.SeekBarWidget
-
Sets a flag indicating whether a preview of the discrete indicator is enabled or not.
- setDither(boolean) - Method in class universum.studios.android.ui.graphics.drawable.DrawableWrapper
-
Deprecated.
- setDrawable(D) - Method in class universum.studios.android.ui.widget.BaseProgressBar
-
Sets the drawable used to draw a progress or an indeterminate graphics of this progress bar.
- setDrawRefreshIndicator(boolean) - Method in class universum.studios.android.ui.widget.GridViewWidget
-
- setDrawRefreshIndicator(boolean) - Method in class universum.studios.android.ui.widget.ListViewWidget
-
- setDrawRefreshIndicator(boolean) - Method in class universum.studios.android.ui.widget.RecyclerViewWidget
-
- setDrawRefreshIndicator(boolean) - Method in interface universum.studios.android.ui.widget.Refreshable
-
Sets a boolean flag indicating whether this refreshable view should draw its refresh indicator
as part of its own drawing or not.
- setDrawRefreshIndicator(boolean) - Method in class universum.studios.android.ui.widget.WebViewWidget
-
- setEnabled(boolean) - Method in class universum.studios.android.ui.widget.InputLayout
-
- setEnabled(boolean) - Method in class universum.studios.android.ui.widget.SearchView
-
- setError(CharSequence, Drawable) - Method in class universum.studios.android.ui.widget.AutoCompleteTextViewWidget
-
- setError(CharSequence) - Method in class universum.studios.android.ui.widget.AutoCompleteTextViewWidget
-
- setError(CharSequence, Drawable) - Method in class universum.studios.android.ui.widget.EditTextWidget
-
- setError(CharSequence) - Method in class universum.studios.android.ui.widget.EditTextWidget
-
- setError(CharSequence) - Method in interface universum.studios.android.ui.widget.ErrorWidget
-
Sets an error for this widget.
- setError(int) - Method in class universum.studios.android.ui.widget.InputLayout
-
- setError(CharSequence) - Method in class universum.studios.android.ui.widget.InputLayout
-
Sets the error text for this input layout.
- setError(CharSequence) - Method in class universum.studios.android.ui.widget.SpinnerWidget
-
- setError(CharSequence) - Method in class universum.studios.android.ui.widget.TextViewWidget
-
- setExplodeAnimationCallback(ProgressDrawable.ExplodeAnimationCallback) - Method in class universum.studios.android.ui.graphics.drawable.ProgressDrawable
-
Registers a callback to be invoked whenever the thickness of this progress drawable is
exploded or imploded.
- setExploded(boolean) - Method in class universum.studios.android.ui.graphics.drawable.ProgressDrawable
-
Sets a flag indicating whether thickness of this progress drawable is exploded or imploded.
- setExplodeDuration(long) - Method in class universum.studios.android.ui.graphics.drawable.ProgressDrawable
-
Sets the duration for explode/implode animation of this progress drawable.
- setFadeDuration(long) - Method in class universum.studios.android.ui.widget.EmptyView
-
Specifies a duration determining how long should take the cross fade animation whenever one
of crossFade(...)
methods has been invoked, that is, how long it will take to fade
(change) the current text for the new one.
- setFilterBitmap(boolean) - Method in class universum.studios.android.ui.graphics.drawable.DrawableWrapper
-
- setFont(String) - Method in class universum.studios.android.ui.widget.AutoCompleteTextViewWidget
-
- setFont(Font) - Method in class universum.studios.android.ui.widget.AutoCompleteTextViewWidget
-
- setFont(String) - Method in class universum.studios.android.ui.widget.ButtonWidget
-
- setFont(Font) - Method in class universum.studios.android.ui.widget.ButtonWidget
-
- setFont(String) - Method in class universum.studios.android.ui.widget.CheckBoxWidget
-
- setFont(Font) - Method in class universum.studios.android.ui.widget.CheckBoxWidget
-
- setFont(String) - Method in class universum.studios.android.ui.widget.CircularNumberPicker
-
- setFont(Font) - Method in class universum.studios.android.ui.widget.CircularNumberPicker
-
- setFont(String) - Method in class universum.studios.android.ui.widget.EditTextWidget
-
- setFont(Font) - Method in class universum.studios.android.ui.widget.EditTextWidget
-
- setFont(String) - Method in class universum.studios.android.ui.widget.MonthView
-
- setFont(Font) - Method in class universum.studios.android.ui.widget.MonthView
-
- setFont(String) - Method in class universum.studios.android.ui.widget.RadioButtonWidget
-
- setFont(Font) - Method in class universum.studios.android.ui.widget.RadioButtonWidget
-
- setFont(Font) - Method in class universum.studios.android.ui.widget.SeekBarWidget
-
- setFont(String) - Method in class universum.studios.android.ui.widget.SeekBarWidget
-
- setFont(String) - Method in class universum.studios.android.ui.widget.SwitchWidget
-
- setFont(Font) - Method in class universum.studios.android.ui.widget.SwitchWidget
-
- setFont(String) - Method in class universum.studios.android.ui.widget.TextViewWidget
-
- setFont(Font) - Method in class universum.studios.android.ui.widget.TextViewWidget
-
- setFont(String) - Method in class universum.studios.android.ui.widget.ToggleButtonWidget
-
- setFont(Font) - Method in class universum.studios.android.ui.widget.ToggleButtonWidget
-
- setFontFamily(String) - Method in class universum.studios.android.ui.widget.TextAppearance
-
Sets a font family for text's typeface.
- setFractionX(float) - Method in class universum.studios.android.ui.widget.FrameLayoutWidget
-
- setFractionX(float) - Method in class universum.studios.android.ui.widget.GridViewWidget
-
- setFractionX(float) - Method in class universum.studios.android.ui.widget.HorizontalScrollViewWidget
-
- setFractionX(float) - Method in class universum.studios.android.ui.widget.LinearLayoutWidget
-
- setFractionX(float) - Method in class universum.studios.android.ui.widget.ListViewWidget
-
- setFractionX(float) - Method in class universum.studios.android.ui.widget.RecyclerViewWidget
-
- setFractionX(float) - Method in class universum.studios.android.ui.widget.RelativeLayoutWidget
-
- setFractionX(float) - Method in class universum.studios.android.ui.widget.ScrollViewWidget
-
- setFractionX(float) - Method in interface universum.studios.android.ui.widget.Slideable
-
Sets the fraction for X axis of this view.
- setFractionX(float) - Method in class universum.studios.android.ui.widget.ViewPagerWidget
-
- setFractionX(float) - Method in class universum.studios.android.ui.widget.WebViewWidget
-
- setFractionY(float) - Method in class universum.studios.android.ui.widget.FrameLayoutWidget
-
- setFractionY(float) - Method in class universum.studios.android.ui.widget.GridViewWidget
-
- setFractionY(float) - Method in class universum.studios.android.ui.widget.HorizontalScrollViewWidget
-
- setFractionY(float) - Method in class universum.studios.android.ui.widget.LinearLayoutWidget
-
- setFractionY(float) - Method in class universum.studios.android.ui.widget.ListViewWidget
-
- setFractionY(float) - Method in class universum.studios.android.ui.widget.RecyclerViewWidget
-
- setFractionY(float) - Method in class universum.studios.android.ui.widget.RelativeLayoutWidget
-
- setFractionY(float) - Method in class universum.studios.android.ui.widget.ScrollViewWidget
-
- setFractionY(float) - Method in interface universum.studios.android.ui.widget.Slideable
-
Sets the fraction for Y axis of this view.
- setFractionY(float) - Method in class universum.studios.android.ui.widget.ViewPagerWidget
-
- setFractionY(float) - Method in class universum.studios.android.ui.widget.WebViewWidget
-
- setHideSoftKeyboardOnTouchEnabled(boolean) - Method in class universum.studios.android.ui.widget.FrameLayoutWidget
-
- setHideSoftKeyboardOnTouchEnabled(boolean) - Method in class universum.studios.android.ui.widget.GridViewWidget
-
- setHideSoftKeyboardOnTouchEnabled(boolean) - Method in class universum.studios.android.ui.widget.HorizontalScrollViewWidget
-
- setHideSoftKeyboardOnTouchEnabled(boolean) - Method in class universum.studios.android.ui.widget.LinearLayoutWidget
-
- setHideSoftKeyboardOnTouchEnabled(boolean) - Method in class universum.studios.android.ui.widget.ListViewWidget
-
- setHideSoftKeyboardOnTouchEnabled(boolean) - Method in class universum.studios.android.ui.widget.RecyclerViewWidget
-
- setHideSoftKeyboardOnTouchEnabled(boolean) - Method in class universum.studios.android.ui.widget.RelativeLayoutWidget
-
- setHideSoftKeyboardOnTouchEnabled(boolean) - Method in class universum.studios.android.ui.widget.ScrollViewWidget
-
- setHideSoftKeyboardOnTouchEnabled(boolean) - Method in class universum.studios.android.ui.widget.ViewPagerWidget
-
- setHideSoftKeyboardOnTouchEnabled(boolean) - Method in class universum.studios.android.ui.widget.WebViewWidget
-
- setHideSoftKeyboardOnTouchEnabled(boolean) - Method in interface universum.studios.android.ui.widget.WidgetGroup
-
Specifies a boolean flag indicating whether this view group should request hiding of the soft
keyboard whether it is touched.
- setHint(int) - Method in class universum.studios.android.ui.widget.EditLayout
-
- setHint(CharSequence) - Method in class universum.studios.android.ui.widget.EditLayout
-
Delegate method for TextView.setHint(CharSequence)
.
- setHotspot(float, float) - Method in class universum.studios.android.ui.graphics.drawable.DrawableWrapper
-
- setHotspotBounds(int, int, int, int) - Method in class universum.studios.android.ui.graphics.drawable.DrawableWrapper
-
- setImageDrawable(Drawable) - Method in class universum.studios.android.ui.widget.ImageButtonWidget
-
- setImageDrawable(Drawable) - Method in class universum.studios.android.ui.widget.ImageViewWidget
-
- setImageResource(int) - Method in class universum.studios.android.ui.widget.ImageButtonWidget
-
- setImageResource(int) - Method in class universum.studios.android.ui.widget.ImageViewWidget
-
- setImageTintList(ColorStateList) - Method in class universum.studios.android.ui.widget.ImageButtonWidget
-
- setImageTintList(ColorStateList) - Method in class universum.studios.android.ui.widget.ImageViewWidget
-
- setImageTintMode(PorterDuff.Mode) - Method in class universum.studios.android.ui.widget.ImageButtonWidget
-
- setImageTintMode(PorterDuff.Mode) - Method in class universum.studios.android.ui.widget.ImageViewWidget
-
- setImageURI(Uri) - Method in class universum.studios.android.ui.widget.ImageButtonWidget
-
- setImageURI(Uri) - Method in class universum.studios.android.ui.widget.ImageViewWidget
-
- setImageVectorResource(int) - Method in class universum.studios.android.ui.widget.ImageButtonWidget
-
- setImageVectorResource(int) - Method in class universum.studios.android.ui.widget.ImageViewWidget
-
- setIndeterminateDrawable(Drawable) - Method in class universum.studios.android.ui.widget.ProgressBarWidget
-
- setIndeterminateInterpolator(Interpolator) - Method in class universum.studios.android.ui.graphics.drawable.ProgressDrawable
-
Sets the interpolator used to interpolate computed update values for indeterminate blocks
whenever animation session for none DETERMINATE mode is running.
- setIndeterminateSpeed(float) - Method in class universum.studios.android.ui.graphics.drawable.ProgressDrawable
-
Sets the speed for indeterminate blocks update used whenever the current mode is none
DETERMINATE.
- setIndeterminateTintList(ColorStateList) - Method in class universum.studios.android.ui.graphics.drawable.ProgressDrawable
-
Sets a tint for the indeterminate graphics of this drawable.
- setIndeterminateTintList(ColorStateList) - Method in class universum.studios.android.ui.widget.BaseProgressBar
-
Applies a tint to the indeterminate graphics of the drawable, if specified.
- setIndeterminateTintList(ColorStateList) - Method in class universum.studios.android.ui.widget.ProgressBarWidget
-
- setIndeterminateTintMode(PorterDuff.Mode) - Method in class universum.studios.android.ui.graphics.drawable.ProgressDrawable
-
Sets a tint blending mode for the indeterminate graphics of this drawable.
- setIndeterminateTintMode(PorterDuff.Mode) - Method in class universum.studios.android.ui.widget.BaseProgressBar
-
- setIndeterminateTintMode(PorterDuff.Mode) - Method in class universum.studios.android.ui.widget.ProgressBarWidget
-
- setInEditMode(boolean) - Method in class universum.studios.android.ui.graphics.drawable.ProgressDrawable
-
Sets a boolean flag determining whether this drawable should draw its graphics in edit (preview)
mode or not.
- setInEditMode(boolean) - Method in class universum.studios.android.ui.graphics.drawable.RefreshDrawable
-
Sets a boolean flag determining whether this drawable should draw its graphics in edit (preview)
mode or not.
- setInputType(int) - Method in class universum.studios.android.ui.widget.EditLayout
-
Delegate method for TextView.setInputType(int)
.
- setLabel(int) - Method in class universum.studios.android.ui.widget.InputLayout
-
- setLabel(CharSequence) - Method in class universum.studios.android.ui.widget.InputLayout
-
Sets the text for the label view of this input layout.
- setLayoutDirection(int) - Method in class universum.studios.android.ui.widget.BaseProgressBar
-
- setLayoutManager(RecyclerView.LayoutManager) - Method in class universum.studios.android.ui.widget.CalendarView
-
- setLengthConstraint(int) - Method in class universum.studios.android.ui.widget.EditLayout
-
Sets the value of length constraint used when indicating the current editable text's length
vs.
- setLines(int) - Method in class universum.studios.android.ui.widget.EditLayout
-
Delegate method for TextView.setLines(int)
.
- setLocale(Locale) - Method in interface universum.studios.android.ui.widget.CalendarView.CalendarAdapter
-
Sets a locale used to display proper names for calendar fields (month name and names of days in week).
- setLocale(Locale) - Method in class universum.studios.android.ui.widget.CalendarView
-
Sets a locale used to display proper names for calendar fields (month name and names of days in week).
- setLocale(Locale) - Method in class universum.studios.android.ui.widget.CalendarView.SimpleCalendarAdapter
-
- setLocale(Locale) - Method in class universum.studios.android.ui.widget.MonthView
-
Sets a locale used to obtain proper names of calendar fields to be presented within this view.
- setMax(int) - Method in class universum.studios.android.ui.graphics.drawable.ProgressDrawable
-
- setMax(int) - Method in class universum.studios.android.ui.widget.BaseProgressBar
-
- setMax(int) - Method in class universum.studios.android.ui.widget.LinearProgressBar
-
- setMaxDay(int) - Method in class universum.studios.android.ui.widget.MonthView
-
todo:
- setMaxLength(int) - Method in class universum.studios.android.ui.widget.EditLayout
-
Sets the maximum length (in characters) to be used as constraint filter for the current EditText.
- setMaxLines(int) - Method in class universum.studios.android.ui.widget.EditLayout
-
Delegate method for TextView.setMaxLines(int)
.
- setMiddleCircleColor(int) - Method in class universum.studios.android.ui.widget.CircularNumberPicker
-
Sets a single color for the circle drawn in the middle of this picker as origin point for the
selection indicator's bearing line.
- setMiddleCircleColor(ColorStateList) - Method in class universum.studios.android.ui.widget.CircularNumberPicker
-
Sets colors for the circle drawn in the middle of this picker as origin point for the selection
indicator's bearing line.
- setMiddleCircleRadius(float) - Method in class universum.studios.android.ui.widget.CircularNumberPicker
-
Sets a radius for the circle drawn in the middle of this picker as origin point for the selection
indicator's bearing line.
- setMinAlpha(float) - Method in class universum.studios.android.ui.widget.CubicPageTransformer
-
Specifies an alpha value used for completely transformed page at the start/end.
- setMinAlpha(float) - Method in class universum.studios.android.ui.widget.DepthPageTransformer
-
Specifies an alpha value used for completely transformed page at the depth origin.
- setMinDay(int) - Method in class universum.studios.android.ui.widget.MonthView
-
todo:
- setMinLines(int) - Method in class universum.studios.android.ui.widget.EditLayout
-
Delegate method for TextView.setMinLines(int)
.
- setMinMaxDate(long, long) - Method in interface universum.studios.android.ui.widget.CalendarView.CalendarAdapter
-
Sets a date boundaries for months data set of this adapter.
- setMinMaxDate(long, long) - Method in class universum.studios.android.ui.widget.CalendarView.CalendarDataSet
-
Sets a minimum and maximum dates that are used to resolve from which date to start this
data set and how large (in count of months) it should be.
- setMinMaxDate(long, long) - Method in class universum.studios.android.ui.widget.CalendarView.SimpleCalendarAdapter
-
- setMinResistanceFactor(float) - Method in class universum.studios.android.ui.interpolator.ResistanceInterpolator
-
Sets the minimum factor for the resistance equation.
- setMinScaleFactor(float) - Method in class universum.studios.android.ui.widget.DepthPageTransformer
-
Specifies a scale factor for completely transformed page at the depth origin.
- setMode(int) - Method in class universum.studios.android.ui.graphics.drawable.CircularProgressDrawable
-
- setMode(int) - Method in class universum.studios.android.ui.graphics.drawable.LinearProgressDrawable
-
- setMode(int) - Method in class universum.studios.android.ui.graphics.drawable.ProgressDrawable
-
Changes mode of this progress drawable.
- setMultiColored(boolean) - Method in class universum.studios.android.ui.graphics.drawable.ProgressDrawable
-
Sets a flag indicating whether this progress drawable should use set of colors specified by
ProgressDrawable.setColors(int[])
to draw its graphics whenever in the
INDETERMINATE mode.
- setNote(int) - Method in class universum.studios.android.ui.widget.InputLayout
-
- setNote(CharSequence) - Method in class universum.studios.android.ui.widget.InputLayout
-
Sets the text for the note view of this input layout.
- setNoteTextChangeDuration(long) - Method in class universum.studios.android.ui.widget.InputLayout
-
- setNumberFormat(String) - Method in class universum.studios.android.ui.widget.CircularNumberPicker
-
- setNumberFormat(NumberFormat) - Method in class universum.studios.android.ui.widget.CircularNumberPicker
-
Sets a number format used to format the current number values during drawing of theirs text
representations.
- setNumbers(int[]) - Method in class universum.studios.android.ui.widget.CircularNumberPicker
-
Sets a set of numbers that should be presented within this picker.
- setOnClickListener(Menu, int, View.OnClickListener) - Static method in class universum.studios.android.ui.widget.ActionTextButton
-
Sets up the specified clickListener on a view of an item with the specified itemId.
- setOnDateSelectionListener(CalendarView.OnDateSelectionListener) - Method in class universum.studios.android.ui.widget.CalendarView
-
Registers a callback to be invoked whenever a date is selected within this CalendarView.
- setOnDaySelectionListener(MonthView.OnDaySelectionListener) - Method in class universum.studios.android.ui.widget.MonthView
-
Registers a callback to be invoked whenever a specific day is selected within this month view.
- setOnIconClickListener(SearchView.OnIconClickListener) - Method in class universum.studios.android.ui.widget.SearchView
-
Registers a callback to be invoked whenever an icon of this search view is clicked.
- setOnInputFocusChangeListener(EditLayout.OnInputFocusChangeListener) - Method in class universum.studios.android.ui.widget.EditLayout
-
Registers a callback to be invoked whenever a focus of input view changes.
- setOnInputLengthChangeListener(EditLayout.OnInputLengthChangeListener) - Method in class universum.studios.android.ui.widget.EditLayout
-
Registers a callback to be invoked whenever a length of the current editable text is changed.
- setOnItemSelectedListener(SpinnerLayout.OnItemSelectedListener) - Method in class universum.studios.android.ui.widget.SpinnerLayout
-
Registers a callback to be invoked whenever an item within the current spinner is selected.
- setOnMonthChangeListener(CalendarView.OnMonthChangeListener) - Method in class universum.studios.android.ui.widget.CalendarView
-
Registers a callback to be invoked whenever a month is changed due to change in scroll of
this CalendarView.
- setOnMonthDaySelectionListener(CalendarView.OnMonthDaySelectionListener) - Method in interface universum.studios.android.ui.widget.CalendarView.CalendarAdapter
-
Registers a callback to be invoked whenever a specific day is selected within a
MonthView
at a specific position.
- setOnMonthDaySelectionListener(CalendarView.OnMonthDaySelectionListener) - Method in class universum.studios.android.ui.widget.CalendarView.SimpleCalendarAdapter
-
- setOnNumberChangeListener(CircularNumberPicker.OnNumberChangeListener) - Method in class universum.studios.android.ui.widget.CircularNumberPicker
-
Registers a callback to be invoked whenever a specific number is changed within this picker.
- setOnNumberSelectionListener(CircularNumberPicker.OnNumberSelectionListener) - Method in class universum.studios.android.ui.widget.CircularNumberPicker
-
Registers a callback to be invoked whenever a specific number is selected within this picker.
- setOnProgressAnimationListener(BaseProgressBar.OnProgressAnimationListener) - Method in class universum.studios.android.ui.widget.BaseProgressBar
-
Registers a callback to be invoked whenever a new animation session is started or
the current one is stopped for the progress drawable attached to this progress bar.
- setOnProgressExplodeAnimationListener(BaseProgressBar.OnProgressExplodeAnimationListener) - Method in class universum.studios.android.ui.widget.BaseProgressBar
-
Registers a callback to be invoked whenever explode or implode animation is finished
for the progress drawable attached to this progress bar.
- setOnQueryTextListener(SearchView.OnQueryTextListener) - Method in class universum.studios.android.ui.widget.SearchView
-
Registers a callback to be invoked whenever the query text of this search view is changed,
confirmed or cleared.
- setOnRefreshListener(Refreshable.OnRefreshListener) - Method in class universum.studios.android.ui.controller.RefreshController
-
- setOnRefreshListener(Refreshable.OnRefreshListener) - Method in class universum.studios.android.ui.widget.GridViewWidget
-
- setOnRefreshListener(Refreshable.OnRefreshListener) - Method in class universum.studios.android.ui.widget.ListViewWidget
-
- setOnRefreshListener(Refreshable.OnRefreshListener) - Method in class universum.studios.android.ui.widget.RecyclerViewWidget
-
- setOnRefreshListener(Refreshable.OnRefreshListener) - Method in interface universum.studios.android.ui.widget.Refreshable
-
Registers a callback to be invoked whenever a user releases the refresh indicator at or after
the refresh position.
- setOnRefreshListener(Refreshable.OnRefreshListener) - Method in class universum.studios.android.ui.widget.WebViewWidget
-
- setOnYearChangeListener(CalendarView.OnYearChangeListener) - Method in class universum.studios.android.ui.widget.CalendarView
-
Registers a callback to be invoked whenever a year is changed due to change in scroll of
this CalendarView.
- setOrientation(int) - Method in class universum.studios.android.ui.widget.CalendarView
-
Sets an orientation in which should be month views layout within this calendar view.
- setOverScrollAnimationEnabled(boolean) - Method in class universum.studios.android.ui.controller.PullController
-
Sets a flag indicating whether the over-scroll animation is played whenever the attached
pullable view is over-scrolled, and specific criteria to play the animation are matched, or not.
- setPadding(int, int, int, int) - Method in class universum.studios.android.ui.widget.CircularNumberPicker
-
- setPaddingRelative(int, int, int, int) - Method in class universum.studios.android.ui.widget.CircularNumberPicker
-
- setPageFlingSwipingEnabled(boolean) - Method in class universum.studios.android.ui.widget.ViewPagerWidget
-
Sets a flag indicating whether the swiping of multiple pages on a user's fling is enabled or
not.
- setPageFlingSwipingSensitivity(float) - Method in class universum.studios.android.ui.widget.ViewPagerWidget
-
Sets a sensitivity for the velocity of a user's fling used to determine whether to handle a
particular fling to swipe multiple pages at once or not.
- setPageScrollDuration(int) - Method in class universum.studios.android.ui.widget.ViewPagerWidget
-
- setPageScrollRelativeDurationEnabled(boolean) - Method in class universum.studios.android.ui.widget.ViewPagerWidget
-
Sets a flag indicating whether the duration of page scroll should be computed as a relative
one depends on the count of pages to be scrolled, or as a fixed one regardless how many pages
will be scrolled.
- setPageSwipingEnabled(boolean) - Method in class universum.studios.android.ui.widget.ViewPagerWidget
-
Sets a flag indicating whether the swiping of pages on a user's touch/drag is enabled or not.
- setPressed(boolean) - Method in class universum.studios.android.ui.widget.SeekBarWidget
-
- setProgress(int) - Method in class universum.studios.android.ui.graphics.drawable.ProgressDrawable
-
Sets the current progress value of this progress drawable which determines size of progress
drawn by this drawable.
- setProgress(int) - Method in class universum.studios.android.ui.graphics.drawable.RefreshDrawable
-
- setProgress(int) - Method in class universum.studios.android.ui.widget.BaseProgressBar
-
Sets the current value of progress displayed by this progress bar.
- setProgress(int) - Method in class universum.studios.android.ui.widget.SeekBarWidget
-
- setProgressAlpha(int) - Method in class universum.studios.android.ui.graphics.drawable.RefreshDrawable
-
- setProgressArrowScale(float) - Method in class universum.studios.android.ui.graphics.drawable.RefreshDrawable
-
- setProgressArrowVisible(boolean) - Method in class universum.studios.android.ui.graphics.drawable.RefreshDrawable
-
- setProgressBackgroundTintList(ColorStateList) - Method in class universum.studios.android.ui.widget.BaseProgressBar
-
Applies a tint to the background graphics of the drawable, if specified.
- setProgressBackgroundTintList(ColorStateList) - Method in class universum.studios.android.ui.widget.ProgressBarWidget
-
- setProgressBackgroundTintList(ColorStateList) - Method in class universum.studios.android.ui.widget.SeekBarWidget
-
- setProgressBackgroundTintMode(PorterDuff.Mode) - Method in class universum.studios.android.ui.widget.BaseProgressBar
-
- setProgressBackgroundTintMode(PorterDuff.Mode) - Method in class universum.studios.android.ui.widget.ProgressBarWidget
-
- setProgressBackgroundTintMode(PorterDuff.Mode) - Method in class universum.studios.android.ui.widget.SeekBarWidget
-
- setProgressColor(int) - Method in class universum.studios.android.ui.graphics.drawable.RefreshDrawable
-
- setProgressColors(int[]) - Method in class universum.studios.android.ui.graphics.drawable.RefreshDrawable
-
- setProgressDrawable(Drawable) - Method in class universum.studios.android.ui.widget.ProgressBarWidget
-
- setProgressDrawable(Drawable) - Method in class universum.studios.android.ui.widget.SeekBarWidget
-
- setProgressExploded(boolean) - Method in class universum.studios.android.ui.widget.BaseProgressBar
-
- setProgressIndeterminateSpeed(float) - Method in class universum.studios.android.ui.graphics.drawable.RefreshDrawable
-
- setProgressMode(int) - Method in class universum.studios.android.ui.graphics.drawable.RefreshDrawable
-
- setProgressMode(int) - Method in class universum.studios.android.ui.widget.BaseProgressBar
-
- setProgressMode(int) - Method in class universum.studios.android.ui.widget.CircularProgressBar
-
- setProgressMode(int) - Method in class universum.studios.android.ui.widget.LinearProgressBar
-
- setProgressMultiColored(boolean) - Method in class universum.studios.android.ui.graphics.drawable.RefreshDrawable
-
- setProgressRadius(int) - Method in class universum.studios.android.ui.graphics.drawable.RefreshDrawable
-
Sets the radius of the progress arc.
- setProgressRotation(float) - Method in class universum.studios.android.ui.graphics.drawable.RefreshDrawable
-
- setProgressRotation(float) - Method in class universum.studios.android.ui.widget.CircularProgressBar
-
- setProgressRounded(boolean) - Method in class universum.studios.android.ui.graphics.drawable.RefreshDrawable
-
- setProgressThickness(float) - Method in class universum.studios.android.ui.graphics.drawable.RefreshDrawable
-
- setProgressTintList(ColorStateList) - Method in class universum.studios.android.ui.graphics.drawable.ProgressDrawable
-
Sets a tint for the progress graphics of this drawable.
- setProgressTintList(ColorStateList) - Method in class universum.studios.android.ui.widget.BaseProgressBar
-
Applies a tint to the progress graphics of the drawable, if specified.
- setProgressTintList(ColorStateList) - Method in class universum.studios.android.ui.widget.ProgressBarWidget
-
- setProgressTintList(ColorStateList) - Method in class universum.studios.android.ui.widget.SeekBarWidget
-
- setProgressTintMode(PorterDuff.Mode) - Method in class universum.studios.android.ui.graphics.drawable.ProgressDrawable
-
Sets a tint blending mode for the progress graphics of this drawable.
- setProgressTintMode(PorterDuff.Mode) - Method in class universum.studios.android.ui.widget.BaseProgressBar
-
- setProgressTintMode(PorterDuff.Mode) - Method in class universum.studios.android.ui.widget.ProgressBarWidget
-
- setProgressTintMode(PorterDuff.Mode) - Method in class universum.studios.android.ui.widget.SeekBarWidget
-
- setPrompt(CharSequence) - Method in class universum.studios.android.ui.widget.SpinnerLayout
-
Delegate method for Spinner.setPrompt(CharSequence)
.
- setPullCollapseDelay(long) - Method in class universum.studios.android.ui.controller.PullController
-
Sets the delay for pull collapse animation.
- setPullCollapseDuration(long) - Method in class universum.studios.android.ui.controller.PullController
-
Sets the duration for pull collapse animation.
- setPullCollapseFixedDurationEnabled(boolean) - Method in class universum.studios.android.ui.controller.PullController
-
Sets a flag indicating whether the duration for pull collapse animation set by
PullController.setPullCollapseDuration(long)
should be used as fixed value or if it should be computed relatively to the distance of the
current pull needed to collapse by animation.
- setPullCollapseInterpolator(Interpolator) - Method in class universum.studios.android.ui.controller.PullController
-
Sets the interpolator for pull collapse animation.
- setPullEnabled(boolean) - Method in interface universum.studios.android.ui.widget.Pullable
-
Sets a flag indicating whether the pull feature is enabled within this view or not.
- setPullMode(int) - Method in class universum.studios.android.ui.controller.PullController
-
Sets the mode for pull to determine which pull to handle by this controller.
- setPullVisibility(int, boolean) - Method in class universum.studios.android.ui.controller.PullController
-
Sets a flag indicating whether a pull for the specified pull flags should be visible
or not.
- setQuery(int) - Method in class universum.studios.android.ui.widget.SearchView
-
- setQuery(CharSequence) - Method in class universum.studios.android.ui.widget.SearchView
-
Specifies a query text to be set to the search input field.
- setQueryHint(int) - Method in class universum.studios.android.ui.widget.SearchView
-
- setQueryHint(CharSequence) - Method in class universum.studios.android.ui.widget.SearchView
-
Specifies a hint text for the search input field.
- setRadius(int) - Method in class universum.studios.android.ui.graphics.drawable.CircularProgressDrawable
-
Sets the radius for the progress/indeterminate oval of this progress drawable.
- setRadius(float) - Method in class universum.studios.android.ui.widget.CircularNumberPicker
-
Sets a radius determining size of the numbers circle.
- setRefreshDistance(float) - Method in class universum.studios.android.ui.controller.RefreshController
-
Sets the distance which determines how much can be the the refresh indicator pulled.
- setRefreshDistanceFraction(float) - Method in class universum.studios.android.ui.controller.RefreshController
-
Sets the fraction for the maximum refresh distance which determines how much can be the refresh
indicator pulled.
- setRefreshEnabled(boolean) - Method in class universum.studios.android.ui.widget.GridViewWidget
-
- setRefreshEnabled(boolean) - Method in class universum.studios.android.ui.widget.ListViewWidget
-
- setRefreshEnabled(boolean) - Method in class universum.studios.android.ui.widget.RecyclerViewWidget
-
- setRefreshEnabled(boolean) - Method in interface universum.studios.android.ui.widget.Refreshable
-
Sets a flag indicating whether the refresh feature is enabled for this view or not.
- setRefreshEnabled(boolean) - Method in class universum.studios.android.ui.widget.WebViewWidget
-
- setRefreshGestureEnabled(boolean) - Method in class universum.studios.android.ui.widget.GridViewWidget
-
- setRefreshGestureEnabled(boolean) - Method in class universum.studios.android.ui.widget.ListViewWidget
-
- setRefreshGestureEnabled(boolean) - Method in class universum.studios.android.ui.widget.RecyclerViewWidget
-
- setRefreshGestureEnabled(boolean) - Method in interface universum.studios.android.ui.widget.Refreshable
-
- setRefreshGestureEnabled(boolean) - Method in class universum.studios.android.ui.widget.WebViewWidget
-
- setRefreshGestureInterpolator(Interpolator) - Method in class universum.studios.android.ui.controller.RefreshController
-
Sets an interpolator that is used when interpolating pull value during refresh gesture.
- setRefreshIndicatorArrowScaleDuration(long) - Method in class universum.studios.android.ui.controller.RefreshController
-
Sets the duration for the refresh indicator's arrow scale down animation.
- setRefreshIndicatorDismissDuration(long) - Method in class universum.studios.android.ui.controller.RefreshController
-
Sets the duration for the refresh indicator's dismiss animation.
- setRefreshIndicatorHideDuration(long) - Method in class universum.studios.android.ui.controller.RefreshController
-
Sets the duration for the refresh indicator's hide animation.
- setRefreshIndicatorOffset(int) - Method in class universum.studios.android.ui.controller.RefreshController
-
Sets an offset for the originating position of the refresh indicator.
- setRefreshIndicatorPopDuration(long) - Method in class universum.studios.android.ui.controller.RefreshController
-
Sets the duration for the refresh indicator's pop animation.
- setRefreshIndicatorTransition(int) - Method in class universum.studios.android.ui.controller.RefreshController
-
Sets the transition type determining how to transition the refresh indicator when it is being
pulled down/up by a user.
- setRefreshIndicatorTransition(int) - Method in class universum.studios.android.ui.widget.GridViewWidget
-
- setRefreshIndicatorTransition(int) - Method in class universum.studios.android.ui.widget.ListViewWidget
-
- setRefreshIndicatorTransition(int) - Method in class universum.studios.android.ui.widget.RecyclerViewWidget
-
- setRefreshIndicatorTransition(int) - Method in interface universum.studios.android.ui.widget.Refreshable
-
Sets the transition type for the refresh indicator.
- setRefreshIndicatorTransition(int) - Method in class universum.studios.android.ui.widget.WebViewWidget
-
- setRefreshing(boolean) - Method in class universum.studios.android.ui.controller.RefreshController
-
Sets a flag indicating whether the view using this helper is being right now refreshing or not.
- setRefreshing(boolean) - Method in class universum.studios.android.ui.widget.GridViewWidget
-
- setRefreshing(boolean) - Method in class universum.studios.android.ui.widget.ListViewWidget
-
- setRefreshing(boolean) - Method in class universum.studios.android.ui.widget.RecyclerViewWidget
-
- setRefreshing(boolean) - Method in interface universum.studios.android.ui.widget.Refreshable
-
Sets a flag indicating whether this view is being refreshing or not.
- setRefreshing(boolean) - Method in class universum.studios.android.ui.widget.WebViewWidget
-
- setRefreshPosition(float) - Method in class universum.studios.android.ui.controller.RefreshController
-
Sets a position determining the boundary for refresh process to be initiated after a user releases
the refresh indicator.
- setRefreshSettleDuration(int) - Method in class universum.studios.android.ui.controller.RefreshController
-
Sets the duration for the refresh indicator's settle animation.
- setRefreshSettlePosition(float) - Method in class universum.studios.android.ui.controller.RefreshController
-
Sets a position determining the boundary for the refresh indicator to be settled on after a
user releases it.
- setResistanceStartInput(float) - Method in class universum.studios.android.ui.interpolator.ResistanceInterpolator
-
Sets the start value for the interpolation input at which is resistance started to be computed.
- setRevealAnimationHandler(SearchView.RevealAnimationHandler) - Method in class universum.studios.android.ui.widget.SearchView
-
Sets an animation handler used when running reveal or conceal animations for
this search view.
- setRotateOnProgressChangeEnabled(boolean) - Method in class universum.studios.android.ui.graphics.drawable.CircularProgressDrawable
-
Sets a flag indicating whether to auto-rotate the progress oval after a change in progress
occurs or not.
- setRotation(float) - Method in class universum.studios.android.ui.graphics.drawable.CircularProgressDrawable
-
Sets the rotation for the progress oval of this progress drawable.
- setRounded(boolean) - Method in class universum.studios.android.ui.graphics.drawable.ProgressDrawable
-
Sets a flag indicating whether a "shape" of this progress drawable should be rounded or not.
- setScroller(Scroller) - Method in class universum.studios.android.ui.widget.ViewPagerWidget
-
Sets the scroller for this view pager used to apply and animate scroll to the pages of this
pager.
- setSearching(boolean) - Method in class universum.studios.android.ui.widget.SearchView
-
Sets a boolean flag indicating whether there is search running for this search view or not.
- setSecondaryColor(int) - Method in class universum.studios.android.ui.graphics.drawable.LinearProgressDrawable
-
Sets the color used to draw secondary graphics (secondary progress) of this progress drawable.
- setSecondaryProgress(int) - Method in class universum.studios.android.ui.graphics.drawable.LinearProgressDrawable
-
Sets the current progress value of this progress drawable which determines size of secondary
progress drawn by this drawable.
- setSecondaryProgress(int) - Method in class universum.studios.android.ui.widget.LinearProgressBar
-
Sets the current value of secondary progress displayed by this progress bar.
- setSecondaryProgressTintList(ColorStateList) - Method in class universum.studios.android.ui.graphics.drawable.LinearProgressDrawable
-
Sets a tint for the secondary progress graphics of this drawable.
- setSecondaryProgressTintList(ColorStateList) - Method in class universum.studios.android.ui.widget.LinearProgressBar
-
Applies a tint to the secondary progress graphics of the drawable, if specified.
- setSecondaryProgressTintList(ColorStateList) - Method in class universum.studios.android.ui.widget.ProgressBarWidget
-
- setSecondaryProgressTintList(ColorStateList) - Method in class universum.studios.android.ui.widget.SeekBarWidget
-
- setSecondaryProgressTintMode(PorterDuff.Mode) - Method in class universum.studios.android.ui.graphics.drawable.LinearProgressDrawable
-
Sets a tint blending mode for the secondary progress graphics of this drawable.
- setSecondaryProgressTintMode(PorterDuff.Mode) - Method in class universum.studios.android.ui.widget.LinearProgressBar
-
- setSecondaryProgressTintMode(PorterDuff.Mode) - Method in class universum.studios.android.ui.widget.ProgressBarWidget
-
- setSecondaryProgressTintMode(PorterDuff.Mode) - Method in class universum.studios.android.ui.widget.SeekBarWidget
-
- setSelectedDate(Long) - Method in interface universum.studios.android.ui.widget.CalendarView.CalendarAdapter
-
Sets a date that should be selected in months data set of this adapter.
- setSelectedDate(Date) - Method in class universum.studios.android.ui.widget.CalendarView
-
- setSelectedDate(long) - Method in class universum.studios.android.ui.widget.CalendarView
-
Sets a date that should be selected in this calendar view (in one of its month views).
- setSelectedDate(Long) - Method in class universum.studios.android.ui.widget.CalendarView.SimpleCalendarAdapter
-
- setSelection(int) - Method in class universum.studios.android.ui.widget.CircularNumberPicker
-
Sets a selection of this picker.
- setSelection(int) - Method in class universum.studios.android.ui.widget.MonthView
-
- setSelection(int) - Method in class universum.studios.android.ui.widget.SpinnerLayout
-
Delegate method for AbsSpinner.setSelection(int)
.
- setSelection(int, boolean) - Method in class universum.studios.android.ui.widget.SpinnerLayout
-
Delegate method for AbsSpinner.setSelection(int, boolean)
.
- setSelectionIndicator(int) - Method in class universum.studios.android.ui.widget.CircularNumberPicker
-
- setSelectionIndicator(Drawable) - Method in class universum.studios.android.ui.widget.CircularNumberPicker
-
Sets the drawable used to draw the number selection indicator.
- setSelectionIndicatorTintList(ColorStateList) - Method in class universum.studios.android.ui.widget.CircularNumberPicker
-
Applies a tint to the selection indicator.
- setSelectionIndicatorTintMode(PorterDuff.Mode) - Method in class universum.studios.android.ui.widget.CircularNumberPicker
-
- setSelectionRange(int) - Method in class universum.studios.android.ui.widget.CircularNumberPicker
-
Sets a range in which can be numbers within this picker selected.
- setSize(int) - Method in class universum.studios.android.ui.widget.FloatingActionButton
-
Sets a flag determining the size of this Floating action button.
- setSpacing(int, int) - Method in class universum.studios.android.ui.widget.MonthView
-
Sets a vertical and horizontal spacing used for day numbers table.
- setStartAngle(float) - Method in class universum.studios.android.ui.graphics.drawable.CircularProgressDrawable
-
Sets the initial start angle for the progress/indeterminate oval.
- setText(Menu, int, int) - Static method in class universum.studios.android.ui.widget.ActionTextButton
-
- setText(Menu, int, CharSequence) - Static method in class universum.studios.android.ui.widget.ActionTextButton
-
Sets the specified text for a view of an item with the specified itemId.
- setText(int) - Method in class universum.studios.android.ui.widget.EditLayout
-
- setText(CharSequence) - Method in class universum.studios.android.ui.widget.EditLayout
-
Delegate method for TextView.setText(CharSequence)
.
- setText(CharSequence, TextView.BufferType) - Method in class universum.studios.android.ui.widget.EmptyView
-
- setTextAppearance(Context, int) - Method in class universum.studios.android.ui.widget.AutoCompleteTextViewWidget
-
- setTextAppearance(Context, int) - Method in class universum.studios.android.ui.widget.ButtonWidget
-
- setTextAppearance(Context, int) - Method in class universum.studios.android.ui.widget.CheckBoxWidget
-
- setTextAppearance(int) - Method in class universum.studios.android.ui.widget.CircularNumberPicker
-
Sets a text color, size, and style for the numbers text from the specified TextAppearance
resource.
- setTextAppearance(Context, int) - Method in class universum.studios.android.ui.widget.EditTextWidget
-
- setTextAppearance(Context, int) - Method in class universum.studios.android.ui.widget.RadioButtonWidget
-
- setTextAppearance(Context, int) - Method in class universum.studios.android.ui.widget.SwitchWidget
-
- setTextAppearance(Context, int) - Method in class universum.studios.android.ui.widget.TextViewWidget
-
- setTextAppearance(Context, int) - Method in class universum.studios.android.ui.widget.ToggleButtonWidget
-
- setTextColor(int) - Method in class universum.studios.android.ui.widget.CircularNumberPicker
-
Sets a single color for the numbers text.
- setTextColor(ColorStateList) - Method in class universum.studios.android.ui.widget.CircularNumberPicker
-
Sets colors for the numbers text.
- setTextColor(ColorStateList) - Method in class universum.studios.android.ui.widget.TextAppearance
-
Sets a stateful set of colors for text.
- setTextSize(float) - Method in class universum.studios.android.ui.widget.CircularNumberPicker
-
- setTextSize(int, float) - Method in class universum.studios.android.ui.widget.CircularNumberPicker
-
Sets a size for the numbers text to the given unit and size.
- setTextSize(float) - Method in class universum.studios.android.ui.widget.TextAppearance
-
Sets a size for text.
- setTextStyle(int) - Method in class universum.studios.android.ui.widget.TextAppearance
-
Sets a style for text.
- setThickness(float) - Method in class universum.studios.android.ui.graphics.drawable.ProgressDrawable
-
Sets the thickness of this progress drawable.
- setThumb(Drawable) - Method in class universum.studios.android.ui.widget.SeekBarWidget
-
- setThumbDrawable(Drawable) - Method in class universum.studios.android.ui.widget.SwitchWidget
-
- setThumbTintList(ColorStateList) - Method in class universum.studios.android.ui.widget.SeekBarWidget
-
- setThumbTintList(ColorStateList) - Method in class universum.studios.android.ui.widget.SwitchWidget
-
Applies a tint to the thumb drawable, if specified.
- setThumbTintMode(PorterDuff.Mode) - Method in class universum.studios.android.ui.widget.SeekBarWidget
-
- setThumbTintMode(PorterDuff.Mode) - Method in class universum.studios.android.ui.widget.SwitchWidget
-
- setTimeZone(TimeZone) - Method in interface universum.studios.android.ui.widget.CalendarView.CalendarAdapter
-
Sets a time zone to be used by this calendar adapter.
- setTimeZone(TimeZone) - Method in class universum.studios.android.ui.widget.CalendarView
-
Sets a time zone to be used by this calendar view.
- setTimeZone(TimeZone) - Method in class universum.studios.android.ui.widget.CalendarView.SimpleCalendarAdapter
-
- setTimeZone(TimeZone) - Method in class universum.studios.android.ui.widget.MonthView
-
Sets a time zone to be used by this month view.
- setTint(int) - Method in class universum.studios.android.ui.graphics.drawable.DrawableWrapper
-
- setTint(int) - Method in class universum.studios.android.ui.graphics.drawable.TintDrawable
-
- setTint(int, int) - Method in class universum.studios.android.ui.graphics.drawable.TintLayerDrawable
-
Specifies a tint for one of the drawable layers of the wrapped layer drawable.
- setTintList(ColorStateList) - Method in class universum.studios.android.ui.graphics.drawable.DrawableWrapper
-
- setTintList(ColorStateList) - Method in class universum.studios.android.ui.graphics.drawable.ProgressDrawable
-
- setTintList(ColorStateList) - Method in class universum.studios.android.ui.graphics.drawable.TintDrawable
-
- setTintList(ColorStateList, int) - Method in class universum.studios.android.ui.graphics.drawable.TintLayerDrawable
-
Specifies a tint list for one of the drawable layers of the wrapped layer drawable.
- setTintMode(PorterDuff.Mode) - Method in class universum.studios.android.ui.graphics.drawable.DrawableWrapper
-
- setTintMode(PorterDuff.Mode) - Method in class universum.studios.android.ui.graphics.drawable.ProgressDrawable
-
- setTintMode(PorterDuff.Mode) - Method in class universum.studios.android.ui.graphics.drawable.TintDrawable
-
- setTintMode(PorterDuff.Mode, int) - Method in class universum.studios.android.ui.graphics.drawable.TintLayerDrawable
-
Specifies a tint blending mode for one of the drawable layers of the wrapped layer drawable.
- setTitleTextAppearance(int) - Method in class universum.studios.android.ui.widget.MonthView
-
Sets a text color, size, and style for the title text (month + year) from the specified
TextAppearance resource.
- setTitleTextColor(int) - Method in class universum.studios.android.ui.widget.MonthView
-
Sets a single color for the title text (month + year).
- setTitleTextColor(ColorStateList) - Method in class universum.studios.android.ui.widget.MonthView
-
Sets colors for the title text (month + year).
- setTitleTextSize(float) - Method in class universum.studios.android.ui.widget.MonthView
-
- setTitleTextSize(int, float) - Method in class universum.studios.android.ui.widget.MonthView
-
Sets a size for the title text (month + year) to the given unit and size.
- setTitleTypeface(Typeface, int) - Method in class universum.studios.android.ui.widget.MonthView
-
Sets a typeface and style in which the title text (month + year) should be displayed, and
turns on the fake bold and italic bits in the Paint if the Typeface that you provided does
not have all the bits in the style that you specified.
- setTitleTypeface(Typeface) - Method in class universum.studios.android.ui.widget.MonthView
-
Sets a typeface in which the title text (month + year) should be displayed.
- setTrackDrawable(Drawable) - Method in class universum.studios.android.ui.widget.SwitchWidget
-
- setTrackTintList(ColorStateList) - Method in class universum.studios.android.ui.widget.SwitchWidget
-
Applies a tint to the track drawable, if specified.
- setTrackTintMode(PorterDuff.Mode) - Method in class universum.studios.android.ui.widget.SwitchWidget
-
- setTrimTextEnabled(boolean) - Method in class universum.studios.android.ui.widget.EmptyView
-
Specifies a boolean flag indicating whether the cross-fading text should be also trimmed
before it is set to this view or not.
- setTypeface(Typeface, int) - Method in class universum.studios.android.ui.widget.CircularNumberPicker
-
Sets the typeface and style in which the numbers text should be displayed, and turns on the
fake bold and italic bits in the Paint if the Typeface that you provided does not have all the
bits in the style that you specified.
- setTypeface(Typeface) - Method in class universum.studios.android.ui.widget.CircularNumberPicker
-
Sets the typeface and style in which the numbers text should be displayed.
- setTypeface(Typeface, int) - Method in class universum.studios.android.ui.widget.MonthView
-
Sets a global typeface and style in which all text of this view should be displayed,
and turns on the fake bold and italic bits in the Paint if the Typeface that you provided does
not have all the bits in the style that you specified.
- setTypeface(Typeface) - Method in class universum.studios.android.ui.widget.MonthView
-
Sets a global typeface in which all text of this view should be displayed.
- setTypeface(Typeface, int) - Method in class universum.studios.android.ui.widget.SeekBarWidget
-
- setTypeface(Typeface) - Method in class universum.studios.android.ui.widget.SeekBarWidget
-
- setTypeface(Typeface) - Method in class universum.studios.android.ui.widget.TextAppearance
-
Sets a typeface for text.
- setTypefaceIndex(int) - Method in class universum.studios.android.ui.widget.TextAppearance
-
Sets an index of typeface for text.
- setUpFromAttrs(Context, AttributeSet, int, int) - Method in class universum.studios.android.ui.controller.PullController
-
Performs configuration of this controller from the given attrs.
- setUpFromAttrs(Context, AttributeSet, int, int) - Method in class universum.studios.android.ui.controller.RefreshController
-
Performs set up of this controller from the given attrs.
- setVisibility(int) - Method in class universum.studios.android.ui.widget.BaseProgressBar
-
- setVisibility(int) - Method in class universum.studios.android.ui.widget.SeekBarWidget
-
- setVisible(boolean, boolean) - Method in class universum.studios.android.ui.graphics.drawable.DrawableWrapper
-
- setVisibleDate(Date) - Method in class universum.studios.android.ui.widget.CalendarView
-
- setVisibleDate(long) - Method in class universum.studios.android.ui.widget.CalendarView
-
Sets a date on which should be this calendar view at this time scrolled.
- shouldInterceptTouchEvent(MotionEvent) - Method in class universum.studios.android.ui.controller.PullController
-
- shouldInterceptTouchEvent(MotionEvent) - Method in class universum.studios.android.ui.controller.RefreshController
-
- showSoftKeyboard(View) - Static method in class universum.studios.android.ui.widget.WidgetUtils
-
Shows the soft keyboard on the current window for the given view.
- SimpleCalendarAdapter(Context, CalendarView.CalendarDataSet) - Constructor for class universum.studios.android.ui.widget.CalendarView.SimpleCalendarAdapter
-
Creates a new instance of SimpleCalendarAdapter to provide data set of months.
- SIZE_MINI - Static variable in class universum.studios.android.ui.widget.FloatingActionButton
-
Size type of FAB button in content size of 24 dp with the 40 dp touchable area.
- SIZE_NORMAL - Static variable in class universum.studios.android.ui.widget.FloatingActionButton
-
Size type of FAB button in content size of 24 dp with the 56 dp touchable area.
- Slideable - Interface in universum.studios.android.ui.widget
-
Interface for slideable views.
- SLIDEABLE - Static variable in interface universum.studios.android.ui.widget.Slideable
-
Flag indicating whether the widgets can use API allowing to modify x and y position
of a view introduced in HONEYCOMB
.
- smoothScrollToNextMonth() - Method in class universum.studios.android.ui.widget.CalendarView
-
Scrolls smoothly to the next month if this calendar view is not already scrolled at its
last month available.
- smoothScrollToPreviousMonth() - Method in class universum.studios.android.ui.widget.CalendarView
-
Scrolls smoothly to the previous month if this calendar view is not already scrolled at its
first month available.
- SpinnerLayout - Class in universum.studios.android.ui.widget
-
Implementation of
InputLayout
to provide input container for
Spinner
component.
- SpinnerLayout(Context) - Constructor for class universum.studios.android.ui.widget.SpinnerLayout
-
- SpinnerLayout(Context, AttributeSet) - Constructor for class universum.studios.android.ui.widget.SpinnerLayout
-
- SpinnerLayout(Context, AttributeSet, int) - Constructor for class universum.studios.android.ui.widget.SpinnerLayout
-
- SpinnerLayout(Context, AttributeSet, int, int) - Constructor for class universum.studios.android.ui.widget.SpinnerLayout
-
Creates a new instance of SpinnerLayout for the given context.
- SpinnerLayout.OnItemSelectedListener - Interface in universum.studios.android.ui.widget
-
Listener used to delegate callbacks from AdapterView.OnItemSelectedListener
attached
to a spinner of SpinnerLayout.
- SpinnerLayout.SavedState - Class in universum.studios.android.ui.widget
-
- SpinnerWidget - Class in universum.studios.android.ui.widget
-
Extended version of Spinner
.
- SpinnerWidget(Context) - Constructor for class universum.studios.android.ui.widget.SpinnerWidget
-
- SpinnerWidget(Context, AttributeSet) - Constructor for class universum.studios.android.ui.widget.SpinnerWidget
-
- SpinnerWidget(Context, AttributeSet, int) - Constructor for class universum.studios.android.ui.widget.SpinnerWidget
-
- SpinnerWidget(Context, AttributeSet, int, int) - Constructor for class universum.studios.android.ui.widget.SpinnerWidget
-
Creates a new instance of SpinnerWidget for the given context.
- START - Static variable in class universum.studios.android.ui.controller.PullController
-
- start() - Method in class universum.studios.android.ui.graphics.drawable.ProgressDrawable
-
Starts a new animation session of this progress drawable.
- start() - Method in class universum.studios.android.ui.graphics.drawable.RefreshDrawable
-
- startConcealAnimation(SearchView) - Method in interface universum.studios.android.ui.widget.SearchView.RevealAnimationHandler
-
Called whenever
SearchView.conceal()
is called for the given
searchView
and the search view is currently revealed.
- startIndeterminate() - Method in class universum.studios.android.ui.widget.BaseProgressBar
-
Starts an indeterminate animation session (if not running already) for the progress
drawable with graphics explosion if requested.
- startRevealAnimation(SearchView) - Method in interface universum.studios.android.ui.widget.SearchView.RevealAnimationHandler
-
Called whenever
SearchView.reveal()
is called for the given
searchView
and the search view is not revealed yet.
- StatefulAdapter - Interface in universum.studios.android.ui.widget
-
Interface for adapters which specifies API to support saving and restoring of the adapter's current
state.
- stop() - Method in class universum.studios.android.ui.graphics.drawable.ProgressDrawable
-
Like
ProgressDrawable.stopImmediate()
, but this will stop the current animation session after drawing
of the currently visible indeterminate graphics is finished, so it will not look like the
current graphics just "vanished".
- stop() - Method in class universum.studios.android.ui.graphics.drawable.RefreshDrawable
-
- stopImmediate() - Method in class universum.studios.android.ui.graphics.drawable.ProgressDrawable
-
Stops the current animation session of this progress drawable.
- stopImmediate() - Method in class universum.studios.android.ui.graphics.drawable.RefreshDrawable
-
- stopIndeterminate() - Method in class universum.studios.android.ui.widget.BaseProgressBar
-
- stopIndeterminateImmediate() - Method in class universum.studios.android.ui.widget.BaseProgressBar
-
Stops the current (if running) indeterminate animation session for the progress drawable.
- SwitchWidget - Class in universum.studios.android.ui.widget
-
Extended version of SwitchCompat
compound button.
- SwitchWidget(Context) - Constructor for class universum.studios.android.ui.widget.SwitchWidget
-
- SwitchWidget(Context, AttributeSet) - Constructor for class universum.studios.android.ui.widget.SwitchWidget
-
- SwitchWidget(Context, AttributeSet, int) - Constructor for class universum.studios.android.ui.widget.SwitchWidget
-
- SwitchWidget(Context, AttributeSet, int, int) - Constructor for class universum.studios.android.ui.widget.SwitchWidget
-
Creates a new instance of SwitchWidget for the given context.