Skip navigation links
Version 0.10.4 Documentation
A B C D E F G H I J L M N O P R S T U V W 

A

ActionButton - Class in universum.studios.android.ui.widget
A ButtonWidget implementation that can be used as action button within an ActionBar's menu to show custom action button or as utility class to configure menu items via ActionButton.configureMenuItem(ItemConfiguration, Context) method.
ActionButton(Context) - Constructor for class universum.studios.android.ui.widget.ActionButton
ActionButton(Context, AttributeSet) - Constructor for class universum.studios.android.ui.widget.ActionButton
Same as ActionButton.ActionButton(Context, AttributeSet, int) with R.attr#actionButtonStyle as attribute for default style.
ActionButton(Context, AttributeSet, int) - Constructor for class universum.studios.android.ui.widget.ActionButton
ActionButton(Context, AttributeSet, int, int) - Constructor for class universum.studios.android.ui.widget.ActionButton
Creates a new instance of ActionButton for the given context.
ActionButton.ItemConfiguration - Class in universum.studios.android.ui.widget
Simple configuration class used to configure items of a specific Menu.
ActionButton.ItemConfigurationBuilder - Class in universum.studios.android.ui.widget
Builder that can be used to build a new instances of ActionButton.ItemConfiguration.
ActionTextButton - Class in universum.studios.android.ui.widget
A ActionButton implementation that can be used as action button within an ActionBar's menu to show only text without icon.
ActionTextButton(Context) - Constructor for class universum.studios.android.ui.widget.ActionTextButton
ActionTextButton(Context, AttributeSet) - Constructor for class universum.studios.android.ui.widget.ActionTextButton
Same as ActionTextButton.ActionTextButton(android.content.Context, android.util.AttributeSet, int) with R.attr#uiActionTextButtonStyle as attribute for default style.
ActionTextButton(Context, AttributeSet, int) - Constructor for class universum.studios.android.ui.widget.ActionTextButton
ActionTextButton(Context, AttributeSet, int, int) - Constructor for class universum.studios.android.ui.widget.ActionTextButton
Creates a new instance of ActionTextButton for the given context.
addConstraintView(TextView) - Method in class universum.studios.android.ui.widget.InputLayout
Adds the constraint view into this input layout.
addInputView(View) - Method in class universum.studios.android.ui.widget.InputLayout
Adds the input view into this input layout.
addLabelView(TextView) - Method in class universum.studios.android.ui.widget.InputLayout
Adds the label view into this input layout.
addNoteView(TextView) - Method in class universum.studios.android.ui.widget.InputLayout
Adds the note view into this input layout.
addOnScrollChangeListener(ViewWidget.OnScrollChangeListener) - Method in class universum.studios.android.ui.widget.HorizontalScrollViewWidget
Adds a callback to be invoked whenever HorizontalScrollViewWidget.onScrollChanged(int, int, int, int) is invoked for this view.
addOnScrollChangeListener(ViewWidget.OnScrollChangeListener) - Method in class universum.studios.android.ui.widget.ScrollViewWidget
Adds a callback to be invoked whenever ScrollViewWidget.onScrollChanged(int, int, int, int) is invoked for this view.
addView(View, int, ViewGroup.LayoutParams) - Method in class universum.studios.android.ui.widget.InputLayout
 
ALPHA_RATIO_DISABLED - Static variable in class universum.studios.android.ui.widget.TintManager
Alpha ratio for view's disabled state.
ALPHA_RATIO_DISABLED_TINT - Static variable in class universum.studios.android.ui.widget.TintManager
Alpha ratio for view's disabled state when tinted.
ANIMABLE - Static variable in interface universum.studios.android.ui.widget.Widget
Flag indicating whether the widgets can use new animation API introduced in ICE_CREAM_SANDWICH to animate theirs properties.
animateSize() - Method in class universum.studios.android.ui.widget.AutoCompleteTextViewWidget
 
animateSize() - Method in class universum.studios.android.ui.widget.ButtonWidget
 
animateSize() - Method in class universum.studios.android.ui.widget.CalendarView
 
animateSize() - Method in class universum.studios.android.ui.widget.CheckBoxWidget
 
animateSize() - Method in class universum.studios.android.ui.widget.EditTextWidget
 
animateSize() - Method in class universum.studios.android.ui.widget.FrameLayoutWidget
 
animateSize() - Method in class universum.studios.android.ui.widget.GridViewWidget
 
animateSize() - Method in class universum.studios.android.ui.widget.HorizontalScrollViewWidget
 
animateSize() - Method in class universum.studios.android.ui.widget.ImageButtonWidget
 
animateSize() - Method in class universum.studios.android.ui.widget.ImageViewWidget
 
animateSize() - Method in class universum.studios.android.ui.widget.LinearLayoutWidget
 
animateSize() - Method in class universum.studios.android.ui.widget.ListViewWidget
 
animateSize() - Method in class universum.studios.android.ui.widget.ProgressBarWidget
 
animateSize() - Method in class universum.studios.android.ui.widget.RadioButtonWidget
 
animateSize() - Method in class universum.studios.android.ui.widget.RecyclerViewWidget
 
animateSize() - Method in class universum.studios.android.ui.widget.RelativeLayoutWidget
 
animateSize() - Method in class universum.studios.android.ui.widget.ScrollViewWidget
 
animateSize() - Method in class universum.studios.android.ui.widget.SeekBarWidget
 
animateSize() - Method in class universum.studios.android.ui.widget.SpinnerWidget
 
animateSize() - Method in class universum.studios.android.ui.widget.SwitchWidget
 
animateSize() - Method in class universum.studios.android.ui.widget.TextViewWidget
 
animateSize() - Method in class universum.studios.android.ui.widget.ToggleButtonWidget
 
animateSize() - Method in class universum.studios.android.ui.widget.ViewPagerWidget
 
animateSize() - Method in class universum.studios.android.ui.widget.ViewWidget
 
animateSize() - Method in class universum.studios.android.ui.widget.WebViewWidget
 
animateSize() - Method in interface universum.studios.android.ui.widget.Widget
Not supported yet.
ANIMATION_DURATION_LONG - Static variable in class universum.studios.android.ui.UiConfig
Long duration for animation.
ANIMATION_DURATION_MEDIUM - Static variable in class universum.studios.android.ui.UiConfig
Medium duration for animation.
ANIMATION_DURATION_SHORT - Static variable in class universum.studios.android.ui.UiConfig
Short duration for animation.
ANIMATION_FRAME_UPDATE_INTERVAL - Static variable in class universum.studios.android.ui.UiConfig
Update interval for animation frames in milliseconds.
annotationsNotEnabled() - Static method in exception universum.studios.android.ui.UiException
Creates a new instance of UiException type of UiException.TYPE_MISCONFIGURATION with message saying that annotations are not enabled but functionality that requires annotations to be enabled has been requested.
applyTheme(Resources.Theme) - Method in class universum.studios.android.ui.graphics.drawable.CircularProgressDrawable
 
applyTheme(Resources.Theme) - Method in class universum.studios.android.ui.graphics.drawable.DrawableWrapper
 
applyTheme(Resources.Theme) - Method in class universum.studios.android.ui.graphics.drawable.LinearProgressDrawable
 
applyTheme(Resources.Theme) - Method in class universum.studios.android.ui.graphics.drawable.ProgressDrawable
 
attachCallback() - Method in class universum.studios.android.ui.graphics.drawable.DrawableWrapper
Re-attaches this drawable wrapper as Drawable.Callback to the wrapped drawable.
AutoCompleteTextViewWidget - Class in universum.studios.android.ui.widget
Extended version of AutoCompleteTextView.
AutoCompleteTextViewWidget(Context) - Constructor for class universum.studios.android.ui.widget.AutoCompleteTextViewWidget
AutoCompleteTextViewWidget(Context, AttributeSet) - Constructor for class universum.studios.android.ui.widget.AutoCompleteTextViewWidget
Same as AutoCompleteTextViewWidget.AutoCompleteTextViewWidget(android.content.Context, android.util.AttributeSet, int) with R.attr.autoCompleteTextViewStyle as attribute for default style.
AutoCompleteTextViewWidget(Context, AttributeSet, int) - Constructor for class universum.studios.android.ui.widget.AutoCompleteTextViewWidget
AutoCompleteTextViewWidget(Context, AttributeSet, int, int) - Constructor for class universum.studios.android.ui.widget.AutoCompleteTextViewWidget
Creates a new instance of AutoCompleteTextViewWidget for the given context.

B

BackgroundTintInfo() - Constructor for class universum.studios.android.ui.widget.Widget.BackgroundTintInfo
 
backgroundTintList - Variable in class universum.studios.android.ui.widget.Widget.BackgroundTintInfo
Color state list used to tint a specific states of a background drawable of the associated widget.
backgroundTintMode - Variable in class universum.studios.android.ui.widget.Widget.BackgroundTintInfo
Blending mode used to apply tint to a background drawable of the associated widget.
BaseProgressBar<D extends ProgressDrawable> - Class in universum.studios.android.ui.widget
A ViewWidget implementation which represents a base container for ProgressDrawable to draw a progress or an indeterminate graphics and primary to handle logic for which the ProgressDrawable does not have enough capacity, like starting and stopping animations.
BaseProgressBar.OnProgressAnimationListener - Interface in universum.studios.android.ui.widget
Listener which can receive callbacks about started or stopped animation session of progress drawable.
BaseProgressBar.OnProgressExplodeAnimationListener - Interface in universum.studios.android.ui.widget
Listener which can receive callbacks about exploded and imploded thickness of progress drawable.
BaseProgressBar.SavedState - Class in universum.studios.android.ui.widget
A WidgetSavedState implementation used to ensure that the state of BaseProgressBar is properly saved.
BitmapUtils - Class in universum.studios.android.ui.util
Deprecated.
BitmapUtils() - Constructor for class universum.studios.android.ui.util.BitmapUtils
Deprecated.
 
build() - Method in class universum.studios.android.ui.widget.ActionButton.ItemConfigurationBuilder
Builds a new instance of ItemConfiguration from the current data of this builder.
ButtonWidget - Class in universum.studios.android.ui.widget
Extended version of Button.
ButtonWidget(Context) - Constructor for class universum.studios.android.ui.widget.ButtonWidget
ButtonWidget(Context, AttributeSet) - Constructor for class universum.studios.android.ui.widget.ButtonWidget
Same as ButtonWidget.ButtonWidget(android.content.Context, android.util.AttributeSet, int) with R.attr.buttonStyle as attribute for default style.
ButtonWidget(Context, AttributeSet, int) - Constructor for class universum.studios.android.ui.widget.ButtonWidget
ButtonWidget(Context, AttributeSet, int, int) - Constructor for class universum.studios.android.ui.widget.ButtonWidget
Creates a new instance of ButtonWidget for the given context.

C

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
Same as CalendarView.CalendarDataSet.calculateMonthPosition(int, int) for the specified dateInMillis from which will be extracted Calendar.YEAR and Calendar.MONTH values using Calendar.
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
Same as CalendarView.CalendarView(android.content.Context, android.util.AttributeSet, int) with uiCalendarViewStyle as attribute for default style.
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
Helper class that may be used to simplify management of months data set provided by implementation of CalendarView.CalendarAdapter.
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
Extension of MonthView.OnDaySelectionListener used by CalendarView to listen for selected day for a specific month within the calendar view's adapter's data set.
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
A WidgetSavedState implementation used to ensure that the state of CalendarView is properly saved.
CalendarView.SimpleCalendarAdapter - Class in universum.studios.android.ui.widget
A CalendarView.CalendarAdapter implementation that provides simple data set of months for CalendarView.
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
Same as CheckBoxWidget.CheckBoxWidget(android.content.Context, android.util.AttributeSet, int) with R.attr.checkboxStyle as attribute for default style.
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
Same as CircularNumberPicker.CircularNumberPicker(android.content.Context, android.util.AttributeSet, int) with R.attr#uiNumberPickerCircularStyle as attribute for default style.
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
Listener that can receive callback about changed number value within CircularNumberPicker widget.
CircularNumberPicker.OnNumberSelectionListener - Interface in universum.studios.android.ui.widget
Listener that can receive callback about selected number value within CircularNumberPicker widget.
CircularNumberPicker.SavedState - Class in universum.studios.android.ui.widget
A WidgetSavedState implementation used to ensure that the state of CircularNumberPicker is properly saved.
CircularProgressBar - Class in universum.studios.android.ui.widget
A BaseProgressBar implementation with CircularProgressDrawable used to present a circular progress to a user.
CircularProgressBar(Context) - Constructor for class universum.studios.android.ui.widget.CircularProgressBar
CircularProgressBar(Context, AttributeSet) - Constructor for class universum.studios.android.ui.widget.CircularProgressBar
Same as CircularProgressBar.CircularProgressBar(android.content.Context, android.util.AttributeSet, int) with R.attr#uiProgressBarCircularStyle as attribute for default style.
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
Creates a new instance of CircularProgressDrawable with default color and CircularProgressDrawable.MODE_INDETERMINATE as default mode.
CircularProgressDrawable(int) - Constructor for class universum.studios.android.ui.graphics.drawable.CircularProgressDrawable
Creates a new instance of CircularProgressDrawable with the specified color and CircularProgressDrawable.MODE_INDETERMINATE as default mode.
CircularProgressDrawable(int[]) - Constructor for class universum.studios.android.ui.graphics.drawable.CircularProgressDrawable
Creates a new instance of CircularProgressDrawable with the specified set of colors and CircularProgressDrawable.MODE_INDETERMINATE as default mode.
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
Deprecated.
Use EditLayout.setText(CharSequence) with null value instead.
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
Called from CollectionSavedState.CREATOR to create an instance of SavedState form the given parcel source.
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
Conceals this search view via SearchView.RevealAnimationHandler.startConcealAnimation(SearchView) RevealAnimationHandler.startConcealAnimation(SearchView)} using either default handler or handler specified via SearchView.setRevealAnimationHandler(RevealAnimationHandler).
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
Same as EmptyView.crossFadeText(CharSequence) for resource id.
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
Creates a new instance of CubicPageTransformer with CubicPageTransformer.CameraPosition.OUT as cameraPosition.
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.

D

Day() - Constructor for class universum.studios.android.ui.widget.MonthView.Day
 
DEBUG_LOG_ENABLED - Static variable in class universum.studios.android.ui.UiConfig
Flag indicating whether the debug output for the UI library trough log-cat is enabled or not.
DEFAULT_LOCALE - Static variable in class universum.studios.android.ui.UiConfig
Locale used as default across the UI widgets when the current locale does not provide valid values to be displayed in the UI, for example when displaying names of days of week or months.
DEFAULT_TINT_MODE - Static variable in class universum.studios.android.ui.graphics.drawable.TintDrawable
Default blending mode used to apply tint to a Drawable.
DepthPageTransformer - Class in universum.studios.android.ui.widget
A ViewPager.PageTransformer implementation that can be used to transform pages in a way where one page is being translated from the start/end and the other one is being scaled up/down with alpha change that is in this case called depth transformation.
DepthPageTransformer() - Constructor for class universum.studios.android.ui.widget.DepthPageTransformer
Creates a new instance of DepthPageTransformer with DepthPageTransformer.DepthOrigin.START as depthOrigin.
DepthPageTransformer(DepthPageTransformer.DepthOrigin) - Constructor for class universum.studios.android.ui.widget.DepthPageTransformer
Creates a new instance of DepthPageTransformer with the specified depthOrigin.
DepthPageTransformer.DepthOrigin - Enum in universum.studios.android.ui.widget
Represents origin on which to apply page depth transformation.
describeContents() - Method in class universum.studios.android.ui.widget.CalendarView.CalendarDataSet
 
describeContents() - Method in class universum.studios.android.ui.widget.WidgetSavedState
 
destDegrees - Variable in enum universum.studios.android.ui.widget.CubicPageTransformer.CameraPosition
Rotation degrees for the destination page position.
destPivotXFactor - Variable in enum universum.studios.android.ui.widget.CubicPageTransformer.CameraPosition
Rotation pivot x factor for the destination page position.
DETERMINATE - Static variable in class universum.studios.android.ui.graphics.drawable.ProgressDrawable
Base flag for DETERMINATE mode.
DISABLED - Static variable in class universum.studios.android.ui.widget.WidgetStateSet
State set containing states: [-]android:state_enabled
DISABLED_CHECKED - Static variable in class universum.studios.android.ui.widget.WidgetStateSet
State set containing states: [-]android:state_enabled android:state_checked
DISABLED_CHECKED_FOCUSED - Static variable in class universum.studios.android.ui.widget.WidgetStateSet
State set containing states: [-]android:state_enabled android:state_checked android:state_focused
DISABLED_SELECTED - Static variable in class universum.studios.android.ui.widget.WidgetStateSet
State set containing states: [-]android:state_enabled android:state_selected
DISABLED_SELECTED_PRESSED - Static variable in class universum.studios.android.ui.widget.WidgetStateSet
State set containing states: [-]android:state_enabled android:state_selected android:state_pressed
DISABLED_UNCHECKED - Static variable in class universum.studios.android.ui.widget.WidgetStateSet
State set containing states: [-]android:state_enabled [-]android:state_checked
DISABLED_UNCHECKED_FOCUSED - Static variable in class universum.studios.android.ui.widget.WidgetStateSet
State set containing states: [-]android:state_enabled [-]android:state_checked android:state_focused
dispatchOverScroll(int, int, boolean, boolean) - Method in class universum.studios.android.ui.controller.PullController
Called to dispatch over-scroll of the attached pullable view.
dispatchViewAttachedToWindow() - Method in class universum.studios.android.ui.controller.RefreshController
Called from the view which uses this helper to provide refresh feature to dispatch that this view has been attached to window.
dispatchViewDetachedFromWindow() - Method in class universum.studios.android.ui.controller.RefreshController
Called from the view which uses this helper to provide refresh feature to dispatch that this view has been detached from window.
dispatchViewSizeChanged(int, int) - Method in class universum.studios.android.ui.controller.RefreshController
Called from the view which uses this helper to provide refresh feature to dispatch that a size of this view has been changed to the new one.
dpToPixels(Resources, float) - Static method in class universum.studios.android.ui.util.ResourceUtils
Converts the specified density independent pixels value into pixels using density obtained from the given resources.
draw(Canvas) - Method in class universum.studios.android.ui.graphics.drawable.DrawableWrapper
 
draw(Canvas) - Method in class universum.studios.android.ui.graphics.drawable.ProgressDrawable
 
draw(Canvas) - Method in class universum.studios.android.ui.graphics.drawable.RefreshDrawable
 
draw(Canvas) - Method in class universum.studios.android.ui.widget.FloatingActionButton
 
draw(Canvas) - Method in class universum.studios.android.ui.widget.GridViewWidget
 
draw(Canvas) - Method in class universum.studios.android.ui.widget.ListViewWidget
 
draw(Canvas) - Method in class universum.studios.android.ui.widget.RecyclerViewWidget
 
draw(Canvas) - Method in class universum.studios.android.ui.widget.WebViewWidget
 
drawableHotspotChanged(float, float) - Method in class universum.studios.android.ui.widget.BaseProgressBar
 
drawableStateChanged() - Method in class universum.studios.android.ui.widget.BaseProgressBar
 
drawableStateChanged() - Method in class universum.studios.android.ui.widget.CheckBoxWidget
 
drawableStateChanged() - Method in class universum.studios.android.ui.widget.CircularNumberPicker
 
drawableStateChanged() - Method in class universum.studios.android.ui.widget.MonthView
 
drawableStateChanged() - Method in class universum.studios.android.ui.widget.RadioButtonWidget
 
drawableStateChanged() - Method in class universum.studios.android.ui.widget.SeekBarWidget
 
DrawableWrapper - Class in universum.studios.android.ui.graphics.drawable
A Drawable implementation which can be used to wrap another instance of Drawable.
DrawableWrapper(Drawable) - Constructor for class universum.studios.android.ui.graphics.drawable.DrawableWrapper
Creates a new instance of DrawableWrapper which wraps the given drawable.
drawDropShadow(Canvas) - Method in class universum.studios.android.ui.widget.FloatingActionButton
Invoked to draw a drop shadow of this floating action button.
drawRefreshIndicator(Canvas) - Method in class universum.studios.android.ui.controller.RefreshController
Draws the refresh indicator's drawable on the specified canvas.
drawsRefreshIndicator() - Method in class universum.studios.android.ui.widget.GridViewWidget
 
drawsRefreshIndicator() - Method in class universum.studios.android.ui.widget.ListViewWidget
 
drawsRefreshIndicator() - Method in class universum.studios.android.ui.widget.RecyclerViewWidget
 
drawsRefreshIndicator() - Method in interface universum.studios.android.ui.widget.Refreshable
Returns boolean flag indicating whether this refreshable view draws its refresh indicator or not.
drawsRefreshIndicator() - Method in class universum.studios.android.ui.widget.WebViewWidget
 

E

EditLayout - Class in universum.studios.android.ui.widget
Implementation of InputLayout to provide input container for EditText component.
EditLayout(Context) - Constructor for class universum.studios.android.ui.widget.EditLayout
EditLayout(Context, AttributeSet) - Constructor for class universum.studios.android.ui.widget.EditLayout
Same as EditLayout.EditLayout(android.content.Context, android.util.AttributeSet, int) with R.attr#uiEditLayoutStyle as attribute for default style.
EditLayout(Context, AttributeSet, int) - Constructor for class universum.studios.android.ui.widget.EditLayout
EditLayout(Context, AttributeSet, int, int) - Constructor for class universum.studios.android.ui.widget.EditLayout
Creates a new instance of EditLayout for the given context.
EditLayout.OnInputFocusChangeListener - Interface in universum.studios.android.ui.widget
Listener that can receive a callback about changed focus of input view.
EditLayout.OnInputLengthChangeListener - Interface in universum.studios.android.ui.widget
Listener that can receive callback about a length of the changed input text.
EditLayout.SavedState - Class in universum.studios.android.ui.widget
A WidgetSavedState implementation used to ensure that the state of EditLayout is properly saved.
EditTextWidget - Class in universum.studios.android.ui.widget
Extended version of EditText.
EditTextWidget(Context) - Constructor for class universum.studios.android.ui.widget.EditTextWidget
EditTextWidget(Context, AttributeSet) - Constructor for class universum.studios.android.ui.widget.EditTextWidget
Same as EditTextWidget.EditTextWidget(android.content.Context, android.util.AttributeSet, int) with R.attr.editTextStyle as attribute for default style.
EditTextWidget(Context, AttributeSet, int) - Constructor for class universum.studios.android.ui.widget.EditTextWidget
EditTextWidget(Context, AttributeSet, int, int) - Constructor for class universum.studios.android.ui.widget.EditTextWidget
Creates a new instance of EditTextWidget for the given context.
EMPTY - Static variable in class universum.studios.android.ui.widget.WidgetStateSet
State set without any states.
EMPTY_STATE - Static variable in class universum.studios.android.ui.widget.WidgetSavedState
Empty widget state that should be used as return value for View.onSaveInstanceState() whenever that specific view does not need to save its state.
EmptyView - Class in universum.studios.android.ui.widget
A TextViewWidget implementation that can be used as empty view for collection views like ListView or GridView or RecyclerView.
EmptyView(Context) - Constructor for class universum.studios.android.ui.widget.EmptyView
EmptyView(Context, AttributeSet) - Constructor for class universum.studios.android.ui.widget.EmptyView
Same as EmptyView.EmptyView(android.content.Context, android.util.AttributeSet, int) with R.attr#uiEmptyViewStyle as attribute for default style.
EmptyView(Context, AttributeSet, int) - Constructor for class universum.studios.android.ui.widget.EmptyView
EmptyView(Context, AttributeSet, int, int) - Constructor for class universum.studios.android.ui.widget.EmptyView
Creates a new instance of EmptyView for the given context.
ENABLED - Static variable in class universum.studios.android.ui.widget.WidgetStateSet
State set containing states: android:state_enabled
ENABLED_ACTIVATED - Static variable in class universum.studios.android.ui.widget.WidgetStateSet
State set containing states: android:state_enabled android:state_activated Use this set only for Android versions above HONEYCOMB including.
ENABLED_CHECKED - Static variable in class universum.studios.android.ui.widget.WidgetStateSet
State set containing states: android:state_enabled android:state_checked
ENABLED_CHECKED_FOCUSED - Static variable in class universum.studios.android.ui.widget.WidgetStateSet
State set containing states: android:state_enabled android:state_checked android:state_focused
ENABLED_CHECKED_PRESSED - Static variable in class universum.studios.android.ui.widget.WidgetStateSet
State set containing states: android:state_enabled android:state_checked android:state_pressed
ENABLED_ERROR - Static variable in class universum.studios.android.ui.widget.WidgetStateSet
State set containing states: android:state_enabled ui_state_error
ENABLED_FOCUSED - Static variable in class universum.studios.android.ui.widget.WidgetStateSet
State set containing states: android:state_enabled android:state_focused
ENABLED_PRESSED - Static variable in class universum.studios.android.ui.widget.WidgetStateSet
State set containing states: android:state_enabled android:state_pressed
ENABLED_SELECTED - Static variable in class universum.studios.android.ui.widget.WidgetStateSet
State set containing states: android:state_enabled android:state_selected
ENABLED_SELECTED_PRESSED - Static variable in class universum.studios.android.ui.widget.WidgetStateSet
State set containing states: android:state_enabled android:state_selected android:state_pressed
ENABLED_UNCHECKED - Static variable in class universum.studios.android.ui.widget.WidgetStateSet
State set containing states: android:state_enabled [-]android:state_checked
ENABLED_UNCHECKED_FOCUSED - Static variable in class universum.studios.android.ui.widget.WidgetStateSet
State set containing states: android:state_enabled [-]android:state_checked android:state_focused
ENABLED_UNCHECKED_PRESSED - Static variable in class universum.studios.android.ui.widget.WidgetStateSet
State set containing states: android:state_enabled [-]android:state_checked android:state_pressed
END - Static variable in class universum.studios.android.ui.controller.PullController
Flag for PullController.setPullMode(int) to indicate that the pull at the end of a pullable view is enabled.
ERROR - Static variable in class universum.studios.android.ui.widget.WidgetStateSet
State set containing single ui_state_error state.
ErrorWidget - Interface in universum.studios.android.ui.widget
Interface for widget to which an error can be specified.
exception(String) - Static method in exception universum.studios.android.ui.UiException
Creates a new instance of UiException type of UiException.TYPE_DEFAULT.
exception(String, Throwable) - Static method in exception universum.studios.android.ui.UiException
Creates a new instance of UiException type of UiException.TYPE_DEFAULT.
exception(Exception) - Static method in exception universum.studios.android.ui.UiException
Creates a new instance of UiException type of UiException.TYPE_DEFAULT.
expandStates(int[], int) - Static method in class universum.studios.android.ui.widget.WidgetStateSet
Expands size of the given states to the specified newSize.
explode() - Method in class universum.studios.android.ui.graphics.drawable.ProgressDrawable
Animates thickness of this progress drawable from 0 to value specified by ProgressDrawable.setThickness(float).
explodeProgress() - Method in class universum.studios.android.ui.widget.BaseProgressBar
Delegate method for ProgressDrawable.explode().

F

fadeIn() - Method in class universum.studios.android.ui.widget.EmptyView
Starts fade in animation of this view.
fadeOut() - Method in class universum.studios.android.ui.widget.EmptyView
Starts fade out animation of this view.
FEATURE_CONSTRAINT - Static variable in class universum.studios.android.ui.widget.InputLayout
Feature flag to request a view which can present a constraint text below the input view.
FEATURE_LABEL - Static variable in class universum.studios.android.ui.widget.InputLayout
Feature flag to request a view which can present a label text above the input view.
FEATURE_NONE - Static variable in class universum.studios.android.ui.widget.InputLayout
Feature flag to clear all before requested features or just to not request any features at all.
FEATURE_NOTE - Static variable in class universum.studios.android.ui.widget.InputLayout
Feature flag to request a view which can present a note text below the input view.
FlatButton - Class in universum.studios.android.ui.widget
A ButtonWidget implementation that can be used to display a flat looking button in UI.
FlatButton(Context) - Constructor for class universum.studios.android.ui.widget.FlatButton
FlatButton(Context, AttributeSet) - Constructor for class universum.studios.android.ui.widget.FlatButton
Same as FlatButton.FlatButton(android.content.Context, android.util.AttributeSet, int) with R.attr#uiFlatButtonStyle as attribute for default style.
FlatButton(Context, AttributeSet, int) - Constructor for class universum.studios.android.ui.widget.FlatButton
FlatButton(Context, AttributeSet, int, int) - Constructor for class universum.studios.android.ui.widget.FlatButton
Creates a new instance of FlatButton for the given context.
fling(int, int) - Method in class universum.studios.android.ui.widget.CalendarView
 
FloatingActionButton - Class in universum.studios.android.ui.widget
An ImageButtonWidget implementation that can be used as button providing access to an Android application specific action like creating a new calendar event or composing a new email.
FloatingActionButton(Context) - Constructor for class universum.studios.android.ui.widget.FloatingActionButton
FloatingActionButton(Context, AttributeSet) - Constructor for class universum.studios.android.ui.widget.FloatingActionButton
Same as FloatingActionButton.FloatingActionButton(android.content.Context, android.util.AttributeSet, int) with R.attr#uiFloatingActionButtonStyle as attribute for default style.
FloatingActionButton(Context, AttributeSet, int) - Constructor for class universum.studios.android.ui.widget.FloatingActionButton
FloatingActionButton(Context, AttributeSet, int, int) - Constructor for class universum.studios.android.ui.widget.FloatingActionButton
Creates a new instance of FloatingActionButton for the given context.
FloatingActionButton.ButtonSize - Annotation Type in universum.studios.android.ui.widget
Defines an annotation for determining set of allowed size types for FAB button.
FrameLayoutWidget - Class in universum.studios.android.ui.widget
Extended version of FrameLayout.
FrameLayoutWidget(Context) - Constructor for class universum.studios.android.ui.widget.FrameLayoutWidget
FrameLayoutWidget(Context, AttributeSet) - Constructor for class universum.studios.android.ui.widget.FrameLayoutWidget
FrameLayoutWidget(Context, AttributeSet, int) - Constructor for class universum.studios.android.ui.widget.FrameLayoutWidget
FrameLayoutWidget(Context, AttributeSet, int, int) - Constructor for class universum.studios.android.ui.widget.FrameLayoutWidget
Creates a new instance of FrameLayoutWidget for the given context.
fromStyle(Context, int) - Method in class universum.studios.android.ui.widget.TextAppearance
Set ups this text appearance holder with text appearance values from the specified resId style.
fromTextAppearanceStyle(Context, int) - Method in class universum.studios.android.ui.widget.TextGraphicsInfo
Initializes text appearance parameters of this info from a style with the specified resId.

G

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
Note, that on pre LOLLIPOP Android versions this method will return an instance of TintDrawable if tint has been applied via AutoCompleteTextViewWidget.setBackgroundTintList(ColorStateList).
getBackground() - Method in class universum.studios.android.ui.widget.ButtonWidget
Note, that on pre LOLLIPOP Android versions this method will return an instance of TintDrawable if tint has been applied via ButtonWidget.setBackgroundTintList(ColorStateList).
getBackground() - Method in class universum.studios.android.ui.widget.CalendarView
Note, that on pre LOLLIPOP Android versions this method will return an instance of TintDrawable if tint has been applied via CalendarView.setBackgroundTintList(ColorStateList).
getBackground() - Method in class universum.studios.android.ui.widget.CheckBoxWidget
Note, that on pre LOLLIPOP Android versions this method will return an instance of TintDrawable if tint has been applied via CheckBoxWidget.setBackgroundTintList(ColorStateList).
getBackground() - Method in class universum.studios.android.ui.widget.EditTextWidget
Note, that on pre LOLLIPOP Android versions this method will return an instance of TintDrawable if tint has been applied via EditTextWidget.setBackgroundTintList(ColorStateList).
getBackground() - Method in class universum.studios.android.ui.widget.FrameLayoutWidget
Note, that on pre LOLLIPOP Android versions this method will return an instance of TintDrawable if tint has been applied via FrameLayoutWidget.setBackgroundTintList(ColorStateList).
getBackground() - Method in class universum.studios.android.ui.widget.GridViewWidget
Note, that on pre LOLLIPOP Android versions this method will return an instance of TintDrawable if tint has been applied via GridViewWidget.setBackgroundTintList(ColorStateList).
getBackground() - Method in class universum.studios.android.ui.widget.HorizontalScrollViewWidget
Note, that on pre LOLLIPOP Android versions this method will return an instance of TintDrawable if tint has been applied via HorizontalScrollViewWidget.setBackgroundTintList(ColorStateList).
getBackground() - Method in class universum.studios.android.ui.widget.ImageButtonWidget
Note, that on pre LOLLIPOP Android versions this method will return an instance of TintDrawable if tint has been applied via ImageButtonWidget.setBackgroundTintList(ColorStateList).
getBackground() - Method in class universum.studios.android.ui.widget.ImageViewWidget
Note, that on pre LOLLIPOP Android versions this method will return an instance of TintDrawable if tint has been applied via ImageViewWidget.setBackgroundTintList(ColorStateList).
getBackground() - Method in class universum.studios.android.ui.widget.LinearLayoutWidget
Note, that on pre LOLLIPOP Android versions this method will return an instance of TintDrawable if tint has been applied via LinearLayoutWidget.setBackgroundTintList(ColorStateList).
getBackground() - Method in class universum.studios.android.ui.widget.ListViewWidget
Note, that on pre LOLLIPOP Android versions this method will return an instance of TintDrawable if tint has been applied via ListViewWidget.setBackgroundTintList(ColorStateList).
getBackground() - Method in class universum.studios.android.ui.widget.ProgressBarWidget
Note, that on pre LOLLIPOP Android versions this method will return an instance of TintDrawable if tint has been applied via ProgressBarWidget.setBackgroundTintList(ColorStateList).
getBackground() - Method in class universum.studios.android.ui.widget.RadioButtonWidget
Note, that on pre LOLLIPOP Android versions this method will return an instance of TintDrawable if tint has been applied via RadioButtonWidget.setBackgroundTintList(ColorStateList).
getBackground() - Method in class universum.studios.android.ui.widget.RecyclerViewWidget
Note, that on pre LOLLIPOP Android versions this method will return an instance of TintDrawable if tint has been applied via RecyclerViewWidget.setBackgroundTintList(ColorStateList).
getBackground() - Method in class universum.studios.android.ui.widget.RelativeLayoutWidget
Note, that on pre LOLLIPOP Android versions this method will return an instance of TintDrawable if tint has been applied via RelativeLayoutWidget.setBackgroundTintList(ColorStateList).
getBackground() - Method in class universum.studios.android.ui.widget.ScrollViewWidget
Note, that on pre LOLLIPOP Android versions this method will return an instance of TintDrawable if tint has been applied via ScrollViewWidget.setBackgroundTintList(ColorStateList).
getBackground() - Method in class universum.studios.android.ui.widget.SeekBarWidget
Note, that on pre LOLLIPOP Android versions this method will return an instance of TintDrawable if tint has been applied via SeekBarWidget.setBackgroundTintList(ColorStateList).
getBackground() - Method in class universum.studios.android.ui.widget.SpinnerWidget
Note, that on pre LOLLIPOP Android versions this method will return an instance of TintDrawable if tint has been applied via SpinnerWidget.setBackgroundTintList(ColorStateList).
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
Note, that on pre LOLLIPOP Android versions this method will return an instance of TintDrawable if tint has been applied via TextViewWidget.setBackgroundTintList(ColorStateList).
getBackground() - Method in class universum.studios.android.ui.widget.ToggleButtonWidget
Note, that on pre LOLLIPOP Android versions this method will return an instance of TintDrawable if tint has been applied via ToggleButtonWidget.setBackgroundTintList(ColorStateList).
getBackground() - Method in class universum.studios.android.ui.widget.ViewPagerWidget
Note, that on pre LOLLIPOP Android versions this method will return an instance of TintDrawable if tint has been applied via ViewPagerWidget.setBackgroundTintList(ColorStateList).
getBackground() - Method in class universum.studios.android.ui.widget.ViewWidget
Note, that on pre LOLLIPOP Android versions this method will return an instance of TintDrawable if tint has been applied via ViewWidget.setBackgroundTintList(ColorStateList).
getBackground() - Method in class universum.studios.android.ui.widget.WebViewWidget
Note, that on pre LOLLIPOP Android versions this method will return an instance of TintDrawable if tint has been applied via WebViewWidget.setBackgroundTintList(ColorStateList).
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
Returns the bounds of this day's number that will be used to properly position its text representation on a Canvas when drawing this day via MonthView.onDrawDayNumber(Canvas, Day, Paint) method.
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
Note, that on pre LOLLIPOP Android versions this method will return an instance of TintDrawable if tint has been applied via CheckBoxWidget.setButtonTintList(ColorStateList).
getButtonDrawable() - Method in class universum.studios.android.ui.widget.RadioButtonWidget
Note, that on pre LOLLIPOP Android versions this method will return an instance of TintDrawable if tint has been applied via RadioButtonWidget.setButtonTintList(ColorStateList).
getButtonDrawable() - Method in class universum.studios.android.ui.widget.ToggleButtonWidget
Note, that on pre LOLLIPOP Android versions this method will return an instance of TintDrawable if tint has been applied via ToggleButtonWidget.setButtonTintList(ColorStateList).
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
Like CalendarView.getCalendar() but here returned calendar will contain time data for the current selected date (if any).
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
Note, that on pre LOLLIPOP Android versions this method will return array containing instances of TintDrawable (if any) if compound drawable tint has been applied via AutoCompleteTextViewWidget.setCompoundDrawableTintList(ColorStateList).
getCompoundDrawables() - Method in class universum.studios.android.ui.widget.ButtonWidget
Note, that on pre LOLLIPOP Android versions this method will return array containing instances of TintDrawable (if any) if compound drawable tint has been applied via ButtonWidget.setCompoundDrawableTintList(ColorStateList).
getCompoundDrawables() - Method in class universum.studios.android.ui.widget.EditTextWidget
Note, that on pre LOLLIPOP Android versions this method will return array containing instances of TintDrawable (if any) if compound drawable tint has been applied via EditTextWidget.setCompoundDrawableTintList(ColorStateList).
getCompoundDrawables() - Method in class universum.studios.android.ui.widget.TextViewWidget
Note, that on pre LOLLIPOP Android versions this method will return array containing instances of TintDrawable (if any) if compound drawable tint has been applied via TextViewWidget.setCompoundDrawableTintList(ColorStateList).
getCompoundDrawablesRelative() - Method in class universum.studios.android.ui.widget.AutoCompleteTextViewWidget
Note, that on pre LOLLIPOP Android versions this method will return array containing instances of TintDrawable (if any) if compound drawable tint has been applied via AutoCompleteTextViewWidget.setCompoundDrawableTintList(ColorStateList).
getCompoundDrawablesRelative() - Method in class universum.studios.android.ui.widget.ButtonWidget
Note, that on pre LOLLIPOP Android versions this method will return array containing instances of TintDrawable (if any) if compound drawable tint has been applied via ButtonWidget.setCompoundDrawableTintList(ColorStateList).
getCompoundDrawablesRelative() - Method in class universum.studios.android.ui.widget.EditTextWidget
Note, that on pre LOLLIPOP Android versions this method will return array containing instances of TintDrawable (if any) if compound drawable tint has been applied via EditTextWidget.setCompoundDrawableTintList(ColorStateList).
getCompoundDrawablesRelative() - Method in class universum.studios.android.ui.widget.TextViewWidget
Note, that on pre LOLLIPOP Android versions this method will return array containing instances of TintDrawable (if any) if compound drawable tint has been applied via TextViewWidget.setCompoundDrawableTintList(ColorStateList).
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
Same as MonthView.getDateInMillis() for Date object.
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
Returns the maximum date specified via CalendarView.CalendarAdapter.setMinMaxDate(long, long) used to limit count of months available.
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
Returns the minimum date specified via CalendarView.CalendarAdapter.setMinMaxDate(long, long) used to resolve start of months data set.
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
Delegate method for ProgressDrawable.getMax().
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
Returns the current mode of this progress drawable set by ProgressDrawable.setMode(int).
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
Returns the date for a month at the requested position calculated according to the min + max date boundaries specified via CalendarView.CalendarDataSet.setMinMaxDate(long, long).
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
Returns the progress value set to this progress drawable by ProgressDrawable.setProgress(int).
getProgress() - Method in class universum.studios.android.ui.graphics.drawable.RefreshDrawable
Delegate method for ProgressDrawable.getProgress().
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
Delegate method for ProgressDrawable.getAlpha().
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
Delegate method for ProgressDrawable.getColor().
getProgressColors() - Method in class universum.studios.android.ui.graphics.drawable.RefreshDrawable
Delegate method for ProgressDrawable.getColors().
getProgressDrawable() - Method in class universum.studios.android.ui.widget.ProgressBarWidget
Note, that on pre LOLLIPOP Android versions this method will return an instance of TintLayerDrawable if tint has been applied to one of progress layers via ProgressBarWidget.setProgressTintList(ColorStateList) or ProgressBarWidget.setSecondaryProgressTintList(ColorStateList) or ProgressBarWidget.setProgressBackgroundTintList(ColorStateList).
getProgressDrawable() - Method in class universum.studios.android.ui.widget.SeekBarWidget
Note, that on pre LOLLIPOP Android versions this method will return an instance of TintLayerDrawable if tint has been applied to one of progress layers via SeekBarWidget.setProgressTintList(ColorStateList) or SeekBarWidget.setSecondaryProgressTintList(ColorStateList) or SeekBarWidget.setProgressBackgroundTintList(ColorStateList).
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
Delegate method for ProgressDrawable.getThickness().
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
Returns the drawable which is drawn by this helper within RefreshController.drawRefreshIndicator(Canvas) to indicate running refresh process.
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
Returns the secondary progress value set to this progress drawable by LinearProgressDrawable.setSecondaryProgress(int).
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
Returns the current selected date that has been selected by a user or via CalendarView.setSelectedDate(long).
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
Returns the date containing data of date specified via MonthView.setDate(java.util.Date) and the current selected day as Calendar.DAY_OF_MONTH.
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
Note, that on pre LOLLIPOP Android versions this method will return an instance of TintDrawable if tint has been applied via SeekBarWidget.setThumbTintList(ColorStateList).
getThumbDrawable() - 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 SwitchWidget.setThumbTintList(ColorStateList).
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
Note, that on pre LOLLIPOP Android versions this method will return an instance of TintDrawable if tint has been applied via SwitchWidget.setTrackTintList(ColorStateList).
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
Same as GraphicsInfo.GraphicsInfo(Paint) with default paint with Paint.ANTI_ALIAS_FLAG.
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
Same as GridViewWidget.GridViewWidget(android.content.Context, android.util.AttributeSet, int) with R.attr.gridViewStyle as attribute for default style.
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.

H

hasBackgroundTinMode - Variable in class universum.studios.android.ui.widget.Widget.BackgroundTintInfo
Flag indicating whether the Widget.BackgroundTintInfo.backgroundTintMode has been set or not.
hasBackgroundTintList - Variable in class universum.studios.android.ui.widget.Widget.BackgroundTintInfo
Flag indicating whether the Widget.BackgroundTintInfo.backgroundTintList has been set or not.
hasError() - Method in class universum.studios.android.ui.widget.AutoCompleteTextViewWidget
 
hasError() - Method in class universum.studios.android.ui.widget.EditTextWidget
 
hasError() - Method in interface universum.studios.android.ui.widget.ErrorWidget
Checks whether this widget has error specified or not.
hasError() - Method in class universum.studios.android.ui.widget.InputLayout
Returns a flag indicating whether this input layout has some error set or not.
hasError() - Method in class universum.studios.android.ui.widget.SpinnerWidget
 
hasError() - Method in class universum.studios.android.ui.widget.TextViewWidget
 
hasFontFamily() - Method in class universum.studios.android.ui.widget.TextAppearance
Checks whether this text appearance has its font family specified or not.
hasInputFeature(int) - Method in class universum.studios.android.ui.widget.InputLayout
Returns a flag indicating whether this input layout has the specified feature enabled or not.
hasSelection() - Method in class universum.studios.android.ui.widget.MonthView
Returns a boolean flag indicating whether there is selected some day within this month view or not.
hasTintList - Variable in class universum.studios.android.ui.widget.Widget.TintInfo
Flag indicating whether the Widget.TintInfo.tintList has been set or not.
hasTintMode - Variable in class universum.studios.android.ui.widget.Widget.TintInfo
Flag indicating whether the Widget.TintInfo.tintMode has been set or not.
hideSoftKeyboard(View) - Static method in class universum.studios.android.ui.widget.WidgetUtils
Hides the soft keyboard from the current window using token of the given view.
HORIZONTAL - Static variable in class universum.studios.android.ui.widget.Orientation
Constant identifying horizontal orientation.
HorizontalScrollViewWidget - Class in universum.studios.android.ui.widget
Extended version of HorizontalScrollView.
HorizontalScrollViewWidget(Context) - Constructor for class universum.studios.android.ui.widget.HorizontalScrollViewWidget
HorizontalScrollViewWidget(Context, AttributeSet) - Constructor for class universum.studios.android.ui.widget.HorizontalScrollViewWidget
Same as HorizontalScrollViewWidget.HorizontalScrollViewWidget(android.content.Context, android.util.AttributeSet, int) with R.attr.horizontalScrollViewStyle as attribute for default style.
HorizontalScrollViewWidget(Context, AttributeSet, int) - Constructor for class universum.studios.android.ui.widget.HorizontalScrollViewWidget
HorizontalScrollViewWidget(Context, AttributeSet, int, int) - Constructor for class universum.studios.android.ui.widget.HorizontalScrollViewWidget
Creates a new instance of HorizontalScrollViewWidget for the given context.

I

icon(int) - Method in class universum.studios.android.ui.widget.ActionButton.ItemConfigurationBuilder
Specifies an icon resource id for the menu item to be configured by the new ItemConfiguration.
icon(Drawable) - Method in class universum.studios.android.ui.widget.ActionButton.ItemConfigurationBuilder
Specifies an icon drawable for the menu item to be configured by the new ItemConfiguration.
iconTint(int) - Method in class universum.studios.android.ui.widget.ActionButton.ItemConfigurationBuilder
Same as ActionButton.ItemConfigurationBuilder.iconTintList(ColorStateList) where the color state list will be created from the specified tint color.
iconTintList(ColorStateList) - Method in class universum.studios.android.ui.widget.ActionButton.ItemConfigurationBuilder
Specifies a tint to be applied to the icon drawable specified via ActionButton.ItemConfigurationBuilder.icon(Drawable) or one of icon resource id methods.
iconTintMode(PorterDuff.Mode) - Method in class universum.studios.android.ui.widget.ActionButton.ItemConfigurationBuilder
Specifies a blending mode that should be used to apply tint specified via ActionButton.ItemConfigurationBuilder.iconTintList(ColorStateList) to the icon drawable.
ImageButtonWidget - Class in universum.studios.android.ui.widget
Extended version of ImageButton.
ImageButtonWidget(Context) - Constructor for class universum.studios.android.ui.widget.ImageButtonWidget
ImageButtonWidget(Context, AttributeSet) - Constructor for class universum.studios.android.ui.widget.ImageButtonWidget
Same as ImageButtonWidget.ImageButtonWidget(android.content.Context, android.util.AttributeSet, int) with R.attr.imageButtonStyle as attribute for default style.
ImageButtonWidget(Context, AttributeSet, int) - Constructor for class universum.studios.android.ui.widget.ImageButtonWidget
ImageButtonWidget(Context, AttributeSet, int, int) - Constructor for class universum.studios.android.ui.widget.ImageButtonWidget
Creates a new instance of ImageButtonWidget for the given context.
ImageViewWidget - Class in universum.studios.android.ui.widget
Extended version of ImageView.
ImageViewWidget(Context) - Constructor for class universum.studios.android.ui.widget.ImageViewWidget
ImageViewWidget(Context, AttributeSet) - Constructor for class universum.studios.android.ui.widget.ImageViewWidget
ImageViewWidget(Context, AttributeSet, int) - Constructor for class universum.studios.android.ui.widget.ImageViewWidget
ImageViewWidget(Context, AttributeSet, int, int) - Constructor for class universum.studios.android.ui.widget.ImageViewWidget
Creates a new instance of ImageViewWidget for the given context.
implode() - Method in class universum.studios.android.ui.graphics.drawable.ProgressDrawable
Animates thickness of this progress drawable from value specified by ProgressDrawable.setThickness(float) to 0.
implodeProgress() - Method in class universum.studios.android.ui.widget.BaseProgressBar
Delegate method for ProgressDrawable.implode().
INDETERMINATE - Static variable in class universum.studios.android.ui.graphics.drawable.ProgressDrawable
Base flag for INDETERMINATE mode.
inflate(Resources, XmlPullParser, AttributeSet) - Method in class universum.studios.android.ui.graphics.drawable.DrawableWrapper
 
inflate(Resources, XmlPullParser, AttributeSet, Resources.Theme) - Method in class universum.studios.android.ui.graphics.drawable.DrawableWrapper
 
INPUT - Static variable in class universum.studios.android.ui.widget.WidgetStateSet
State set containing single ui_state_input state.
InputLayout - Class in universum.studios.android.ui.widget
A FrameLayoutWidget implementation that represents a container for a view component of which content/input can be dynamically changed by a user and few secondary view components that show current state of that input component.
InputLayout(Context) - Constructor for class universum.studios.android.ui.widget.InputLayout
InputLayout(Context, AttributeSet) - Constructor for class universum.studios.android.ui.widget.InputLayout
InputLayout(Context, AttributeSet, int) - Constructor for class universum.studios.android.ui.widget.InputLayout
InputLayout(Context, AttributeSet, int, int) - Constructor for class universum.studios.android.ui.widget.InputLayout
Creates a new instance of InputLayout for the given context.
InputLayout.InputFeature - Annotation Type in universum.studios.android.ui.widget
Defines an annotation for determining set of allowed input feature flags.
InputLayout.LayoutParams - Class in universum.studios.android.ui.widget
Per-child layout information for child views of InputLayout.
InputLayout.SavedState - Class in universum.studios.android.ui.widget
A WidgetSavedState implementation used to ensure that the state of InputLayout is properly saved.
instantiationException(String, Class<?>) - Static method in exception universum.studios.android.ui.UiException
Same as UiException.instantiationException(String, Class, String) with default additional note.
instantiationException(String, Class<?>, String) - Static method in exception universum.studios.android.ui.UiException
Creates a new instance of UiException type of UiException.TYPE_INSTANTIATION for the specified objectType and classOf.
invalidateDrawable(Drawable) - Method in class universum.studios.android.ui.graphics.drawable.DrawableWrapper
 
invalidateSelf() - Method in class universum.studios.android.ui.graphics.drawable.TintLayerDrawable
 
isArrowEnabled() - Method in class universum.studios.android.ui.graphics.drawable.CircularProgressDrawable
Returns a flag indicating whether the arrow feature is enabled for this progress drawable or not.
isArrowVisible() - Method in class universum.studios.android.ui.graphics.drawable.CircularProgressDrawable
Returns a flag indicating whether the arrow of this progress drawable is visible, so it is drawn, or not.
isAttachedToWindow() - Method in class universum.studios.android.ui.widget.FrameLayoutWidget
 
isAttachedToWindow() - Method in class universum.studios.android.ui.widget.GridViewWidget
 
isAttachedToWindow() - Method in class universum.studios.android.ui.widget.LinearLayoutWidget
 
isAttachedToWindow() - Method in class universum.studios.android.ui.widget.ListViewWidget
 
isAttachedToWindow() - Method in class universum.studios.android.ui.widget.RecyclerViewWidget
 
isAttachedToWindow() - Method in class universum.studios.android.ui.widget.RelativeLayoutWidget
 
isAttachedToWindow() - Method in class universum.studios.android.ui.widget.ViewPagerWidget
 
isAttachedToWindow() - Method in class universum.studios.android.ui.widget.ViewWidget
 
isAttachedToWindow() - Method in class universum.studios.android.ui.widget.WebViewWidget
 
isAutoMirrored() - Method in class universum.studios.android.ui.graphics.drawable.DrawableWrapper
 
isCurrent() - Method in class universum.studios.android.ui.widget.MonthView.Day
Returns a boolean flag indicating whether this day is current or not.
isDiscrete() - Method in class universum.studios.android.ui.widget.SeekBarWidget
Returns the flag indicating whether this seek bar is discrete or not.
isDiscretePreviewEnabled() - Method in class universum.studios.android.ui.widget.SeekBarWidget
Returns the flag indicating whether a preview of the discrete indicator is enabled or not.
isErrorHighlightVisible() - Method in class universum.studios.android.ui.widget.InputLayout
Returns a flag indicating whether this input layout has error highlight visible or not.
isExploded() - Method in class universum.studios.android.ui.graphics.drawable.ProgressDrawable
Returns a flag indicating whether thickness of this progress drawable is exploded or imploded.
isFilterBitmap() - Method in class universum.studios.android.ui.graphics.drawable.DrawableWrapper
 
isHideSoftKeyboardOnTouchEnabled() - Method in class universum.studios.android.ui.widget.FrameLayoutWidget
 
isHideSoftKeyboardOnTouchEnabled() - Method in class universum.studios.android.ui.widget.GridViewWidget
 
isHideSoftKeyboardOnTouchEnabled() - Method in class universum.studios.android.ui.widget.HorizontalScrollViewWidget
 
isHideSoftKeyboardOnTouchEnabled() - Method in class universum.studios.android.ui.widget.LinearLayoutWidget
 
isHideSoftKeyboardOnTouchEnabled() - Method in class universum.studios.android.ui.widget.ListViewWidget
 
isHideSoftKeyboardOnTouchEnabled() - Method in class universum.studios.android.ui.widget.RecyclerViewWidget
 
isHideSoftKeyboardOnTouchEnabled() - Method in class universum.studios.android.ui.widget.RelativeLayoutWidget
 
isHideSoftKeyboardOnTouchEnabled() - Method in class universum.studios.android.ui.widget.ScrollViewWidget
 
isHideSoftKeyboardOnTouchEnabled() - Method in class universum.studios.android.ui.widget.ViewPagerWidget
 
isHideSoftKeyboardOnTouchEnabled() - Method in class universum.studios.android.ui.widget.WebViewWidget
 
isHideSoftKeyboardOnTouchEnabled() - Method in interface universum.studios.android.ui.widget.WidgetGroup
Checks whether this view group hides the soft keyboard on its touch or not.
isInEditMode() - Method in class universum.studios.android.ui.graphics.drawable.ProgressDrawable
Returns flag indicating whether this drawable draws its graphics in edit mode or not.
isInEditMode() - Method in class universum.studios.android.ui.graphics.drawable.RefreshDrawable
Returns flag indicating whether this drawable draws its graphics in edit mode or not.
isMultiColored() - Method in class universum.studios.android.ui.graphics.drawable.ProgressDrawable
Returns a flag indicating whether this progress drawable uses set of colors or single color to draw its graphics.
isOverScrollAnimationEnabled() - Method in class universum.studios.android.ui.controller.PullController
Returns a flag indicating whether the over-scroll animation is played for the attached pullable view over-scroll or not.
isPageFlingSwipingEnabled() - Method in class universum.studios.android.ui.widget.ViewPagerWidget
Returns a flag indicating whether the swiping of multiple pages on fling is enabled or not.
isPageScrollRelativeDurationEnabled() - Method in class universum.studios.android.ui.widget.ViewPagerWidget
Returns a flag indicating whether the duration of pages scroll is computed as a relative one or not.
isPageSwipingEnabled() - Method in class universum.studios.android.ui.widget.ViewPagerWidget
Returns a flag indicating whether the swiping of pages is enabled for a user or not.
isPressed() - Method in class universum.studios.android.ui.widget.MonthView.Day
Returns a boolean flag indicating whether this day is pressed or not.
isProgressArrowVisible() - Method in class universum.studios.android.ui.graphics.drawable.RefreshDrawable
isProgressExploded() - Method in class universum.studios.android.ui.widget.BaseProgressBar
Delegate method for ProgressDrawable.isExploded().
isProgressMultiColored() - Method in class universum.studios.android.ui.graphics.drawable.RefreshDrawable
isProgressRounded() - Method in class universum.studios.android.ui.graphics.drawable.RefreshDrawable
Delegate method for ProgressDrawable.isRounded().
isPullCollapseFixedTimeEnabled() - Method in class universum.studios.android.ui.controller.PullController
Returns a flag indicating whether the duration set by PullController.setPullCollapseDuration(long) is used as fixed value or relative value.
isPullEnabled() - Method in interface universum.studios.android.ui.widget.Pullable
Returns a flag indicating whether the pull feature is enabled within this view or not.
isPullVisible(int) - Method in class universum.studios.android.ui.controller.PullController
Returns a flag indicating whether a pull for the specified pull flags is visible, so the pullable view is really offset by this controller, or not.
isRefreshEnabled() - Method in class universum.studios.android.ui.widget.GridViewWidget
 
isRefreshEnabled() - Method in class universum.studios.android.ui.widget.ListViewWidget
 
isRefreshEnabled() - Method in class universum.studios.android.ui.widget.RecyclerViewWidget
 
isRefreshEnabled() - Method in interface universum.studios.android.ui.widget.Refreshable
Returns a flag indicating whether the refresh feature is enabled for this view or not.
isRefreshEnabled() - Method in class universum.studios.android.ui.widget.WebViewWidget
 
isRefreshGestureEnabled() - Method in class universum.studios.android.ui.widget.GridViewWidget
 
isRefreshGestureEnabled() - Method in class universum.studios.android.ui.widget.ListViewWidget
 
isRefreshGestureEnabled() - Method in class universum.studios.android.ui.widget.RecyclerViewWidget
 
isRefreshGestureEnabled() - Method in interface universum.studios.android.ui.widget.Refreshable
Returns a flag indicating whether the refresh gesture is enabled for this view or not.
isRefreshGestureEnabled() - Method in class universum.studios.android.ui.widget.WebViewWidget
 
isRefreshing() - Method in class universum.studios.android.ui.controller.RefreshController
Returns a flag indicating whether the refresh should be running, so the indicator is currently visible and spinning, or not.
isRefreshing() - Method in class universum.studios.android.ui.widget.GridViewWidget
 
isRefreshing() - Method in class universum.studios.android.ui.widget.ListViewWidget
 
isRefreshing() - Method in class universum.studios.android.ui.widget.RecyclerViewWidget
 
isRefreshing() - Method in interface universum.studios.android.ui.widget.Refreshable
Returns a flag indicating whether this view is being refreshing or not.
isRefreshing() - Method in class universum.studios.android.ui.widget.WebViewWidget
 
isRevealed() - Method in class universum.studios.android.ui.widget.SearchView
Checks whether this search view is revealed (visible) or not.
isRotateOnProgressChangeEnabled() - Method in class universum.studios.android.ui.graphics.drawable.CircularProgressDrawable
Returns a flag indicating whether to auto-rotate the progress oval whenever a change in progress occurs in DETERMINATE mode.
isRounded() - Method in class universum.studios.android.ui.graphics.drawable.ProgressDrawable
Returns a flag indicating whether a "shape" of this progress drawable is rounded or not.
isRunning() - Method in class universum.studios.android.ui.graphics.drawable.ProgressDrawable
Returns a flag indicating whether this drawable does have animation sessions currently running or not.
isRunning() - Method in class universum.studios.android.ui.graphics.drawable.RefreshDrawable
Delegate method for ProgressDrawable.isRunning().
isScrolledAtEnd() - Method in class universum.studios.android.ui.widget.GridViewWidget
 
isScrolledAtEnd() - Method in class universum.studios.android.ui.widget.HorizontalScrollViewWidget
 
isScrolledAtEnd() - Method in class universum.studios.android.ui.widget.ListViewWidget
 
isScrolledAtEnd() - Method in class universum.studios.android.ui.widget.RecyclerViewWidget
 
isScrolledAtEnd() - Method in interface universum.studios.android.ui.widget.Scrollable
Returns boolean flag indicating whether this scrollable view (its content) is scrolled at the end or not.
isScrolledAtEnd() - Method in class universum.studios.android.ui.widget.ScrollableWrapper
Checks whether a content of the wrapped scrollable view is at this time scrolled at its end.
isScrolledAtEnd() - Method in class universum.studios.android.ui.widget.ScrollViewWidget
 
isScrolledAtEnd() - Method in class universum.studios.android.ui.widget.WebViewWidget
 
isScrolledAtStart() - Method in class universum.studios.android.ui.widget.GridViewWidget
 
isScrolledAtStart() - Method in class universum.studios.android.ui.widget.HorizontalScrollViewWidget
 
isScrolledAtStart() - Method in class universum.studios.android.ui.widget.ListViewWidget
 
isScrolledAtStart() - Method in class universum.studios.android.ui.widget.RecyclerViewWidget
 
isScrolledAtStart() - Method in interface universum.studios.android.ui.widget.Scrollable
Returns boolean flag indicating whether this scrollable view (its content) is scrolled at the start or not.
isScrolledAtStart() - Method in class universum.studios.android.ui.widget.ScrollableWrapper
Checks whether a content of the wrapped scrollable view is at this time scrolled at its start.
isScrolledAtStart() - Method in class universum.studios.android.ui.widget.ScrollViewWidget
 
isScrolledAtStart() - Method in class universum.studios.android.ui.widget.WebViewWidget
 
isSearching() - Method in class universum.studios.android.ui.widget.SearchView
Returns a boolean flag indicating whether there is search running at this time for this search view or not.
isSelected() - Method in class universum.studios.android.ui.widget.MonthView.Day
Returns a boolean flag indicating whether this day is selected or not.
isStateful() - Method in class universum.studios.android.ui.graphics.drawable.DrawableWrapper
 
isStateful() - Method in class universum.studios.android.ui.graphics.drawable.TintDrawable
 
isStateful() - Method in class universum.studios.android.ui.graphics.drawable.TintLayerDrawable
 
isTrimTextEnabled() - Method in class universum.studios.android.ui.widget.EmptyView
Returns the boolean flag indicating whether this view will automatically trim the cross-fading text or not.
ItemConfigurationBuilder(Menu) - Constructor for class universum.studios.android.ui.widget.ActionButton.ItemConfigurationBuilder
Creates a new instance of ItemConfigurationBuilder with the given menu.
itemId(int) - Method in class universum.studios.android.ui.widget.ActionButton.ItemConfigurationBuilder
Specifies an id of the menu item to by configured by the new ItemConfiguration.

J

jumpDrawablesToCurrentState() - Method in class universum.studios.android.ui.widget.BaseProgressBar
 
jumpToCurrentState() - Method in class universum.studios.android.ui.graphics.drawable.DrawableWrapper
 

L

layoutInflater - Variable in class universum.studios.android.ui.widget.CalendarView.SimpleCalendarAdapter
Layout inflater used to inflate item views of this adapter.
LayoutParams(Context, AttributeSet) - Constructor for class universum.studios.android.ui.widget.InputLayout.LayoutParams
Creates a new instance of LayoutParams configured from the specified attrs.
LayoutParams(int, int) - Constructor for class universum.studios.android.ui.widget.InputLayout.LayoutParams
Creates a new instance of LayoutParams with the specified size parameters.
LayoutParams(int, int, int) - Constructor for class universum.studios.android.ui.widget.InputLayout.LayoutParams
Creates a new instance of LayoutParams with the specified size and gravity parameters.
LayoutParams(ViewGroup.LayoutParams) - Constructor for class universum.studios.android.ui.widget.InputLayout.LayoutParams
Creates a new instance of LayoutParams from the given source parameters.
LayoutParams(ViewGroup.MarginLayoutParams) - Constructor for class universum.studios.android.ui.widget.InputLayout.LayoutParams
Creates a new instance of LayoutParams from the given source parameters.
LayoutParams(FrameLayout.LayoutParams) - Constructor for class universum.studios.android.ui.widget.InputLayout.LayoutParams
Creates a new instance of LayoutParams from the given source parameters.
LinearLayoutWidget - Class in universum.studios.android.ui.widget
Extended version of LinearLayout.
LinearLayoutWidget(Context) - Constructor for class universum.studios.android.ui.widget.LinearLayoutWidget
LinearLayoutWidget(Context, AttributeSet) - Constructor for class universum.studios.android.ui.widget.LinearLayoutWidget
LinearLayoutWidget(Context, AttributeSet, int) - Constructor for class universum.studios.android.ui.widget.LinearLayoutWidget
LinearLayoutWidget(Context, AttributeSet, int, int) - Constructor for class universum.studios.android.ui.widget.LinearLayoutWidget
Creates a new instance of LinearLayoutWidget for the given context.
LinearProgressBar - Class in universum.studios.android.ui.widget
A BaseProgressBar implementation with LinearProgressDrawable used to present a linear progress to a user.
LinearProgressBar(Context) - Constructor for class universum.studios.android.ui.widget.LinearProgressBar
LinearProgressBar(Context, AttributeSet) - Constructor for class universum.studios.android.ui.widget.LinearProgressBar
Same as LinearProgressBar.LinearProgressBar(android.content.Context, android.util.AttributeSet, int) with R.attr#uiProgressBarLinearStyle as attribute for default style.
LinearProgressBar(Context, AttributeSet, int) - Constructor for class universum.studios.android.ui.widget.LinearProgressBar
LinearProgressBar(Context, AttributeSet, int, int) - Constructor for class universum.studios.android.ui.widget.LinearProgressBar
Creates a new instance of LinearProgressBar for the given context.
LinearProgressBar.ProgressMode - Annotation Type in universum.studios.android.ui.widget
Defines an annotation for determining set of allowed modes for LinearProgressBar.
LinearProgressBar.SavedState - Class in universum.studios.android.ui.widget
A WidgetSavedState implementation used to ensure that the state of LinearProgressBar is properly saved.
LinearProgressDrawable - Class in universum.studios.android.ui.graphics.drawable
A ProgressDrawable implementation which draws a progress or an indeterminate graphics as linear (rectangle) shape.
LinearProgressDrawable() - Constructor for class universum.studios.android.ui.graphics.drawable.LinearProgressDrawable
Creates a new instance of LinearProgressDrawable with default color and LinearProgressDrawable.MODE_DETERMINATE as default mode.
LinearProgressDrawable(int) - Constructor for class universum.studios.android.ui.graphics.drawable.LinearProgressDrawable
Creates a new instance of LinearProgressDrawable with the specified color and LinearProgressDrawable.MODE_DETERMINATE as default mode.
LinearProgressDrawable(int[]) - Constructor for class universum.studios.android.ui.graphics.drawable.LinearProgressDrawable
Creates a new instance of LinearProgressDrawable with the specified set of colors and LinearProgressDrawable.MODE_DETERMINATE as default mode.
LinearProgressDrawable.ProgressMode - Annotation Type in universum.studios.android.ui.graphics.drawable
Defines an annotation for determining set of allowed modes for LinearProgressDrawable.
ListViewWidget - Class in universum.studios.android.ui.widget
Extended version of ListView.
ListViewWidget(Context) - Constructor for class universum.studios.android.ui.widget.ListViewWidget
ListViewWidget(Context, AttributeSet) - Constructor for class universum.studios.android.ui.widget.ListViewWidget
Same as ListViewWidget.ListViewWidget(android.content.Context, android.util.AttributeSet, int) with R.attr.listViewStyle as attribute for default style.
ListViewWidget(Context, AttributeSet, int) - Constructor for class universum.studios.android.ui.widget.ListViewWidget
ListViewWidget(Context, AttributeSet, int, int) - Constructor for class universum.studios.android.ui.widget.ListViewWidget
Creates a new instance of ListViewWidget for the given context.
LOG_ENABLED - Static variable in class universum.studios.android.ui.UiConfig
Flag indicating whether the output for the UI library trough log-cat is enabled or not.

M

mAdapterState - Variable in class universum.studios.android.ui.widget.CollectionSavedState
Saved state of the associated adapter.
MATERIALIZED - Static variable in class universum.studios.android.ui.UiConfig
Flag indicating whether the current device is running Android edition that supports material design features or not.
MATERIALIZED_LOLLIPOP - Static variable in class universum.studios.android.ui.UiConfig
Flag indicating whether the current device is running materialized LOLLIPOP Android version or newest version.
MATERIALIZED_MARSHMALLOW - Static variable in class universum.studios.android.ui.UiConfig
Flag indicating whether the current device is running materialized MARSHMALLOW Android version or newest version.
MAX_PROGRESS - Static variable in class universum.studios.android.ui.graphics.drawable.ProgressDrawable
Default maximum value of the progress which can be set to progress drawable.
mergeStates(int[], int[]) - Static method in class universum.studios.android.ui.widget.WidgetStateSet
Merges the given baseState with additionalState.
MIN_ALPHA - Static variable in class universum.studios.android.ui.widget.CubicPageTransformer
Default minimum alpha for completely transformed pages.
MIN_ALPHA - Static variable in class universum.studios.android.ui.widget.DepthPageTransformer
Default minimum alpha for completely transformed pages.
MIN_SCALE_FACTOR - Static variable in class universum.studios.android.ui.widget.DepthPageTransformer
Default minimum scale factor for completely transformed pages.
misconfiguration(String) - Static method in exception universum.studios.android.ui.UiException
Creates a new instance of UiException type of UiException.TYPE_MISCONFIGURATION with the specified message.
MODE_BUFFER - Static variable in class universum.studios.android.ui.graphics.drawable.LinearProgressDrawable
Flag to request BUFFER mode for LinearProgressDrawable which allows to set a progress value by ProgressDrawable.setProgress(int) and a buffered value by LinearProgressDrawable.setSecondaryProgress(int).
MODE_BUFFER - Static variable in class universum.studios.android.ui.widget.LinearProgressBar
Flag copied from LinearProgressDrawable.MODE_BUFFER for better access.
MODE_DETERMINATE - Static variable in class universum.studios.android.ui.graphics.drawable.CircularProgressDrawable
Flag to request DETERMINATE mode for CircularProgressDrawable which allows to set a progress value by ProgressDrawable.setProgress(int).
MODE_DETERMINATE - Static variable in class universum.studios.android.ui.graphics.drawable.LinearProgressDrawable
Flag to request DETERMINATE mode for LinearProgressDrawable which allows to set a progress value by ProgressDrawable.setProgress(int).
MODE_DETERMINATE - Static variable in class universum.studios.android.ui.widget.CircularProgressBar
Flag copied from CircularProgressDrawable.MODE_DETERMINATE for better access.
MODE_DETERMINATE - Static variable in class universum.studios.android.ui.widget.LinearProgressBar
Flag copied from LinearProgressDrawable.MODE_DETERMINATE for better access.
MODE_INDETERMINATE - Static variable in class universum.studios.android.ui.graphics.drawable.CircularProgressDrawable
Flag to request INDETERMINATE mode for CircularProgressDrawable which enables indeterminate animation.
MODE_INDETERMINATE - Static variable in class universum.studios.android.ui.graphics.drawable.LinearProgressDrawable
Flag to request INDETERMINATE mode for LinearProgressDrawable which enables indeterminate animation.
MODE_INDETERMINATE - Static variable in class universum.studios.android.ui.widget.CircularProgressBar
Flag copied from CircularProgressDrawable.MODE_INDETERMINATE for better access.
MODE_INDETERMINATE - Static variable in class universum.studios.android.ui.widget.LinearProgressBar
Flag copied from LinearProgressDrawable.MODE_INDETERMINATE for better access.
MODE_QUERY_INDETERMINATE_DETERMINATE - Static variable in class universum.studios.android.ui.graphics.drawable.LinearProgressDrawable
Flag to request QUERY INDETERMINATE and DETERMINATE mode for LinearProgressDrawable which enables reversed indeterminate animation and allows to set a progress value by ProgressDrawable.setProgress(int).
MODE_QUERY_INDETERMINATE_DETERMINATE - Static variable in class universum.studios.android.ui.widget.LinearProgressBar
MONOSPACE - Static variable in class universum.studios.android.ui.widget.TextAppearance
Flag for monospace typeface.
MonthView - Class in universum.studios.android.ui.widget
This view is used by CalendarView to display days data set for a specific month to allow to a user to pick its desired day for a specific month and year.
MonthView(Context) - Constructor for class universum.studios.android.ui.widget.MonthView
MonthView(Context, AttributeSet) - Constructor for class universum.studios.android.ui.widget.MonthView
Same as MonthView.MonthView(android.content.Context, android.util.AttributeSet, int) with uiMonthViewStyle as attribute for default style.
MonthView(Context, AttributeSet, int) - Constructor for class universum.studios.android.ui.widget.MonthView
MonthView(Context, AttributeSet, int, int) - Constructor for class universum.studios.android.ui.widget.MonthView
Creates a new instance of MonthView for the given context.
MonthView.Day - Class in universum.studios.android.ui.widget
Represents a single day to be drawn for via MonthView.onDrawDayNumber(Canvas, Day, Paint).
MonthView.OnDaySelectionListener - Interface in universum.studios.android.ui.widget
Listener that can receive a callback about selected day within MonthView.
MonthView.SavedState - Class in universum.studios.android.ui.widget
A WidgetSavedState implementation used to ensure that the state of MonthView is properly saved.
mutate() - Method in class universum.studios.android.ui.graphics.drawable.DrawableWrapper
 
mutate() - Method in class universum.studios.android.ui.graphics.drawable.ProgressDrawable
 
mView - Variable in class universum.studios.android.ui.widget.WidgetSizeAnimator
View attached to this animator.

N

NONE - Static variable in class universum.studios.android.ui.controller.PullController
Flag for PullController.setPullMode(int) to indicate that neither start or end pull are enabled.

O

obtainCalendarFieldName(Calendar, int, int, Locale) - Method in class universum.studios.android.ui.widget.MonthView
Invoked to obtain a name of a calendar field with the specified field identifier from the given calendar for the specified locale.
onAnimateLabel(TextView, boolean) - Method in class universum.studios.android.ui.widget.EditLayout
Invoked whenever a change in the text within EditText occurs and hint view should be showed or hided by animation.
onAnimateNoteTextChange(TextView, CharSequence, ColorStateList) - Method in class universum.studios.android.ui.widget.InputLayout
Invoked whenever InputLayout.setError(CharSequence) or InputLayout.clearError() is called and text within note text view need to be updated.
onAnimationEnd() - Method in class universum.studios.android.ui.widget.CircularNumberPicker
 
onAnimationStart() - Method in class universum.studios.android.ui.widget.CircularNumberPicker
 
onApplyPull(int, float) - Method in class universum.studios.android.ui.controller.PullController
 
onApplyPull(int, float) - Method in class universum.studios.android.ui.controller.RefreshController
 
onAttachedToRecyclerView(RecyclerView) - Method in class universum.studios.android.ui.widget.CalendarView.SimpleCalendarAdapter
 
onAttachedToWindow() - Method in class universum.studios.android.ui.widget.BaseProgressBar
 
onAttachedToWindow() - Method in class universum.studios.android.ui.widget.EditLayout
 
onAttachedToWindow() - Method in class universum.studios.android.ui.widget.FrameLayoutWidget
 
onAttachedToWindow() - Method in class universum.studios.android.ui.widget.GridViewWidget
 
onAttachedToWindow() - Method in class universum.studios.android.ui.widget.LinearLayoutWidget
 
onAttachedToWindow() - Method in class universum.studios.android.ui.widget.LinearProgressBar
 
onAttachedToWindow() - Method in class universum.studios.android.ui.widget.ListViewWidget
 
onAttachedToWindow() - Method in class universum.studios.android.ui.widget.RecyclerViewWidget
 
onAttachedToWindow() - Method in class universum.studios.android.ui.widget.RelativeLayoutWidget
 
onAttachedToWindow() - Method in class universum.studios.android.ui.widget.SeekBarWidget
 
onAttachedToWindow() - Method in class universum.studios.android.ui.widget.ViewPagerWidget
 
onAttachedToWindow() - Method in class universum.studios.android.ui.widget.ViewWidget
 
onAttachedToWindow() - Method in class universum.studios.android.ui.widget.WebViewWidget
 
onBindViewHolder(RecyclerView.ViewHolder, int) - Method in class universum.studios.android.ui.widget.CalendarView.SimpleCalendarAdapter
 
onBindViewHolder(RecyclerView.ViewHolder, int, long) - Method in class universum.studios.android.ui.widget.CalendarView.SimpleCalendarAdapter
Invoked from #onBindViewHolder(ViewHolder, int) with the given dateInMillis that is associated with the MonthView at the position according to the current data set size.
onBoundsChange(Rect) - Method in class universum.studios.android.ui.graphics.drawable.CircularProgressDrawable
 
onBoundsChange(Rect) - Method in class universum.studios.android.ui.graphics.drawable.DrawableWrapper
 
onBoundsChange(Rect) - Method in class universum.studios.android.ui.graphics.drawable.ProgressDrawable
 
onBoundsChange(Rect) - Method in class universum.studios.android.ui.graphics.drawable.RefreshDrawable
 
onBoundsChange(Rect) - Method in class universum.studios.android.ui.graphics.drawable.TintLayerDrawable
 
onCollapsePull(float, float) - Method in class universum.studios.android.ui.controller.PullController
 
onCollapsePull(float, float) - Method in class universum.studios.android.ui.controller.RefreshController
 
onConstraintViewChanged(TextView) - Method in class universum.studios.android.ui.widget.InputLayout
Invoked whenever InputLayout.addConstraintView(android.widget.TextView) is called upon this layout and the specified noteView has been changed.
onCreateDrawableState(int) - Method in class universum.studios.android.ui.widget.AutoCompleteTextViewWidget
 
onCreateDrawableState(int) - Method in class universum.studios.android.ui.widget.EditTextWidget
 
onCreateDrawableState(int) - Method in class universum.studios.android.ui.widget.InputLayout
 
onCreateDrawableState(int) - Method in class universum.studios.android.ui.widget.SpinnerWidget
 
onCreateDrawableState(int) - Method in class universum.studios.android.ui.widget.TextViewWidget
 
onCreateViewHolder(ViewGroup, int) - Method in class universum.studios.android.ui.widget.CalendarView.SimpleCalendarAdapter
 
onDateSelected(CalendarView, long) - Method in interface universum.studios.android.ui.widget.CalendarView.OnDateSelectionListener
Invoked whenever the specified dateInMillis has been selected within the given calendarView.
onDaySelected(MonthView, int, long) - Method in interface universum.studios.android.ui.widget.MonthView.OnDaySelectionListener
Invoked whenever the specified day has been selected within the given monthView.
onDetachedFromRecyclerView(RecyclerView) - Method in class universum.studios.android.ui.widget.CalendarView.SimpleCalendarAdapter
 
onDetachedFromWindow() - Method in class universum.studios.android.ui.widget.BaseProgressBar
 
onDetachedFromWindow() - Method in class universum.studios.android.ui.widget.FrameLayoutWidget
 
onDetachedFromWindow() - Method in class universum.studios.android.ui.widget.GridViewWidget
 
onDetachedFromWindow() - Method in class universum.studios.android.ui.widget.LinearLayoutWidget
 
onDetachedFromWindow() - Method in class universum.studios.android.ui.widget.LinearProgressBar
 
onDetachedFromWindow() - Method in class universum.studios.android.ui.widget.ListViewWidget
 
onDetachedFromWindow() - Method in class universum.studios.android.ui.widget.RecyclerViewWidget
 
onDetachedFromWindow() - Method in class universum.studios.android.ui.widget.RelativeLayoutWidget
 
onDetachedFromWindow() - Method in class universum.studios.android.ui.widget.SeekBarWidget
 
onDetachedFromWindow() - Method in class universum.studios.android.ui.widget.ViewPagerWidget
 
onDetachedFromWindow() - Method in class universum.studios.android.ui.widget.ViewWidget
 
onDetachedFromWindow() - Method in class universum.studios.android.ui.widget.WebViewWidget
 
onDraw(Canvas, Paint, ColorFilter) - Method in class universum.studios.android.ui.graphics.drawable.CircularProgressDrawable
 
onDraw(Canvas, Paint, ColorFilter) - Method in class universum.studios.android.ui.graphics.drawable.LinearProgressDrawable
 
onDraw(Canvas, Paint, ColorFilter) - Method in class universum.studios.android.ui.graphics.drawable.ProgressDrawable
Invoked whenever ProgressDrawable.draw(android.graphics.Canvas) is called for this progress drawable and the current alpha value of the current color is not 0.
onDraw(Canvas) - Method in class universum.studios.android.ui.widget.BaseProgressBar
 
onDraw(Canvas) - Method in class universum.studios.android.ui.widget.CircularNumberPicker
 
onDraw(Canvas) - Method in class universum.studios.android.ui.widget.MonthView
 
onDraw(Canvas) - Method in class universum.studios.android.ui.widget.SeekBarWidget
 
onDrawBackground(Canvas, Paint, ColorFilter) - Method in class universum.studios.android.ui.graphics.drawable.CircularProgressDrawable
 
onDrawBackground(Canvas, Paint, ColorFilter) - Method in class universum.studios.android.ui.graphics.drawable.LinearProgressDrawable
 
onDrawBackground(Canvas, Paint, ColorFilter) - Method in class universum.studios.android.ui.graphics.drawable.ProgressDrawable
Invoked whenever ProgressDrawable.draw(android.graphics.Canvas) is called for this progress drawable and there is background color set and its alpha value is not 0.
onDrawDayNumber(Canvas, MonthView.Day, Paint) - Method in class universum.studios.android.ui.widget.MonthView
Invoked from MonthView.onDrawDayNumbers(Canvas, float, Paint) for each day number of the current month do draw a number text for the specified day.
onDrawDayNumbers(Canvas, float, Paint) - Method in class universum.studios.android.ui.widget.MonthView
Invoked to draw day numbers.
onDrawTitle(Canvas, float, Paint) - Method in class universum.studios.android.ui.widget.MonthView
Invoked to draw title of this month view from the specified top position.
onDrawWeekDayLetters(Canvas, float, Paint) - Method in class universum.studios.android.ui.widget.MonthView
Invoked to draw first letters of days in week from the specified top position.
onEditableChanged(CharSequence) - Method in class universum.studios.android.ui.widget.EditLayout
Invoked whenever a change in the text of EditText occurs.
onEditFocusChange(boolean) - Method in class universum.studios.android.ui.widget.EditLayout
Invoked whenever focus of the edit text contained within this edit layout has changed.
onExplode() - Method in class universum.studios.android.ui.graphics.drawable.ProgressDrawable
Invoked whenever ProgressDrawable.explode() is called and thickness of this progress drawable is not exploded yet.
onExploded(ProgressDrawable) - Method in interface universum.studios.android.ui.graphics.drawable.ProgressDrawable.ExplodeAnimationCallback
Invoked whenever an explosion of the specified progress drawable is finished.
onExploded(ProgressDrawable) - Method in class universum.studios.android.ui.widget.BaseProgressBar
 
onExploded(BaseProgressBar, ProgressDrawable) - Method in interface universum.studios.android.ui.widget.BaseProgressBar.OnProgressExplodeAnimationListener
Invoked whenever an explosion of the specified progress drawable is finished.
onExplodedChange(boolean) - Method in class universum.studios.android.ui.graphics.drawable.CircularProgressDrawable
 
onExplodedChange(boolean) - Method in class universum.studios.android.ui.graphics.drawable.LinearProgressDrawable
 
onExplodedChange(boolean) - Method in class universum.studios.android.ui.graphics.drawable.ProgressDrawable
Invoked whenever ProgressDrawable.setExploded(boolean) is called and the current boolean flag for exploded state has been changed.
onFinishInflate() - Method in class universum.studios.android.ui.widget.EditLayout
 
onFinishInflate() - Method in class universum.studios.android.ui.widget.InputLayout
 
onFinishInflate() - Method in class universum.studios.android.ui.widget.SpinnerLayout
 
onImplode() - Method in class universum.studios.android.ui.graphics.drawable.ProgressDrawable
Invoked whenever ProgressDrawable.implode() is called and thickness of this progress drawable is not imploded yet.
onImploded(ProgressDrawable) - Method in interface universum.studios.android.ui.graphics.drawable.ProgressDrawable.ExplodeAnimationCallback
Invoked whenever an implosion of the specified progress drawable is finished.
onImploded(ProgressDrawable) - Method in class universum.studios.android.ui.widget.BaseProgressBar
 
onImploded(BaseProgressBar, ProgressDrawable) - Method in interface universum.studios.android.ui.widget.BaseProgressBar.OnProgressExplodeAnimationListener
Invoked whenever an implosion of the specified progress drawable is finished.
onInitializeAccessibilityEvent(AccessibilityEvent) - Method in class universum.studios.android.ui.widget.ActionButton
 
onInitializeAccessibilityEvent(AccessibilityEvent) - Method in class universum.studios.android.ui.widget.ActionTextButton
 
onInitializeAccessibilityEvent(AccessibilityEvent) - Method in class universum.studios.android.ui.widget.AutoCompleteTextViewWidget
 
onInitializeAccessibilityEvent(AccessibilityEvent) - Method in class universum.studios.android.ui.widget.BaseProgressBar
 
onInitializeAccessibilityEvent(AccessibilityEvent) - Method in class universum.studios.android.ui.widget.ButtonWidget
 
onInitializeAccessibilityEvent(AccessibilityEvent) - Method in class universum.studios.android.ui.widget.CalendarView
 
onInitializeAccessibilityEvent(AccessibilityEvent) - Method in class universum.studios.android.ui.widget.CheckBoxWidget
 
onInitializeAccessibilityEvent(AccessibilityEvent) - Method in class universum.studios.android.ui.widget.CircularNumberPicker
 
onInitializeAccessibilityEvent(AccessibilityEvent) - Method in class universum.studios.android.ui.widget.CircularProgressBar
 
onInitializeAccessibilityEvent(AccessibilityEvent) - Method in class universum.studios.android.ui.widget.EditLayout
 
onInitializeAccessibilityEvent(AccessibilityEvent) - Method in class universum.studios.android.ui.widget.EditTextWidget
 
onInitializeAccessibilityEvent(AccessibilityEvent) - Method in class universum.studios.android.ui.widget.EmptyView
 
onInitializeAccessibilityEvent(AccessibilityEvent) - Method in class universum.studios.android.ui.widget.FlatButton
 
onInitializeAccessibilityEvent(AccessibilityEvent) - Method in class universum.studios.android.ui.widget.FloatingActionButton
 
onInitializeAccessibilityEvent(AccessibilityEvent) - Method in class universum.studios.android.ui.widget.FrameLayoutWidget
 
onInitializeAccessibilityEvent(AccessibilityEvent) - Method in class universum.studios.android.ui.widget.GridViewWidget
 
onInitializeAccessibilityEvent(AccessibilityEvent) - Method in class universum.studios.android.ui.widget.HorizontalScrollViewWidget
 
onInitializeAccessibilityEvent(AccessibilityEvent) - Method in class universum.studios.android.ui.widget.ImageButtonWidget
 
onInitializeAccessibilityEvent(AccessibilityEvent) - Method in class universum.studios.android.ui.widget.ImageViewWidget
 
onInitializeAccessibilityEvent(AccessibilityEvent) - Method in class universum.studios.android.ui.widget.InputLayout
 
onInitializeAccessibilityEvent(AccessibilityEvent) - Method in class universum.studios.android.ui.widget.LinearLayoutWidget
 
onInitializeAccessibilityEvent(AccessibilityEvent) - Method in class universum.studios.android.ui.widget.LinearProgressBar
 
onInitializeAccessibilityEvent(AccessibilityEvent) - Method in class universum.studios.android.ui.widget.ListViewWidget
 
onInitializeAccessibilityEvent(AccessibilityEvent) - Method in class universum.studios.android.ui.widget.MonthView
 
onInitializeAccessibilityEvent(AccessibilityEvent) - Method in class universum.studios.android.ui.widget.ProgressBarWidget
 
onInitializeAccessibilityEvent(AccessibilityEvent) - Method in class universum.studios.android.ui.widget.RadioButtonWidget
 
onInitializeAccessibilityEvent(AccessibilityEvent) - Method in class universum.studios.android.ui.widget.RecyclerViewWidget
 
onInitializeAccessibilityEvent(AccessibilityEvent) - Method in class universum.studios.android.ui.widget.RelativeLayoutWidget
 
onInitializeAccessibilityEvent(AccessibilityEvent) - Method in class universum.studios.android.ui.widget.ScrollViewWidget
 
onInitializeAccessibilityEvent(AccessibilityEvent) - Method in class universum.studios.android.ui.widget.SeekBarWidget
 
onInitializeAccessibilityEvent(AccessibilityEvent) - Method in class universum.studios.android.ui.widget.SpinnerWidget
 
onInitializeAccessibilityEvent(AccessibilityEvent) - Method in class universum.studios.android.ui.widget.SwitchWidget
 
onInitializeAccessibilityEvent(AccessibilityEvent) - Method in class universum.studios.android.ui.widget.TextViewWidget
 
onInitializeAccessibilityEvent(AccessibilityEvent) - Method in class universum.studios.android.ui.widget.ToggleButtonWidget
 
onInitializeAccessibilityEvent(AccessibilityEvent) - Method in class universum.studios.android.ui.widget.ViewPagerWidget
 
onInitializeAccessibilityEvent(AccessibilityEvent) - Method in class universum.studios.android.ui.widget.ViewWidget
 
onInitializeAccessibilityEvent(AccessibilityEvent) - Method in class universum.studios.android.ui.widget.WebViewWidget
 
onInitializeAccessibilityNodeInfo(AccessibilityNodeInfo) - Method in class universum.studios.android.ui.widget.ActionButton
 
onInitializeAccessibilityNodeInfo(AccessibilityNodeInfo) - Method in class universum.studios.android.ui.widget.ActionTextButton
 
onInitializeAccessibilityNodeInfo(AccessibilityNodeInfo) - Method in class universum.studios.android.ui.widget.AutoCompleteTextViewWidget
 
onInitializeAccessibilityNodeInfo(AccessibilityNodeInfo) - Method in class universum.studios.android.ui.widget.BaseProgressBar
 
onInitializeAccessibilityNodeInfo(AccessibilityNodeInfo) - Method in class universum.studios.android.ui.widget.ButtonWidget
 
onInitializeAccessibilityNodeInfo(AccessibilityNodeInfo) - Method in class universum.studios.android.ui.widget.CalendarView
 
onInitializeAccessibilityNodeInfo(AccessibilityNodeInfo) - Method in class universum.studios.android.ui.widget.CheckBoxWidget
 
onInitializeAccessibilityNodeInfo(AccessibilityNodeInfo) - Method in class universum.studios.android.ui.widget.CircularNumberPicker
 
onInitializeAccessibilityNodeInfo(AccessibilityNodeInfo) - Method in class universum.studios.android.ui.widget.CircularProgressBar
 
onInitializeAccessibilityNodeInfo(AccessibilityNodeInfo) - Method in class universum.studios.android.ui.widget.EditLayout
 
onInitializeAccessibilityNodeInfo(AccessibilityNodeInfo) - Method in class universum.studios.android.ui.widget.EditTextWidget
 
onInitializeAccessibilityNodeInfo(AccessibilityNodeInfo) - Method in class universum.studios.android.ui.widget.EmptyView
 
onInitializeAccessibilityNodeInfo(AccessibilityNodeInfo) - Method in class universum.studios.android.ui.widget.FlatButton
 
onInitializeAccessibilityNodeInfo(AccessibilityNodeInfo) - Method in class universum.studios.android.ui.widget.FloatingActionButton
 
onInitializeAccessibilityNodeInfo(AccessibilityNodeInfo) - Method in class universum.studios.android.ui.widget.FrameLayoutWidget
 
onInitializeAccessibilityNodeInfo(AccessibilityNodeInfo) - Method in class universum.studios.android.ui.widget.GridViewWidget
 
onInitializeAccessibilityNodeInfo(AccessibilityNodeInfo) - Method in class universum.studios.android.ui.widget.HorizontalScrollViewWidget
 
onInitializeAccessibilityNodeInfo(AccessibilityNodeInfo) - Method in class universum.studios.android.ui.widget.ImageButtonWidget
 
onInitializeAccessibilityNodeInfo(AccessibilityNodeInfo) - Method in class universum.studios.android.ui.widget.ImageViewWidget
 
onInitializeAccessibilityNodeInfo(AccessibilityNodeInfo) - Method in class universum.studios.android.ui.widget.InputLayout
 
onInitializeAccessibilityNodeInfo(AccessibilityNodeInfo) - Method in class universum.studios.android.ui.widget.LinearLayoutWidget
 
onInitializeAccessibilityNodeInfo(AccessibilityNodeInfo) - Method in class universum.studios.android.ui.widget.LinearProgressBar
 
onInitializeAccessibilityNodeInfo(AccessibilityNodeInfo) - Method in class universum.studios.android.ui.widget.ListViewWidget
 
onInitializeAccessibilityNodeInfo(AccessibilityNodeInfo) - Method in class universum.studios.android.ui.widget.MonthView
 
onInitializeAccessibilityNodeInfo(AccessibilityNodeInfo) - Method in class universum.studios.android.ui.widget.ProgressBarWidget
 
onInitializeAccessibilityNodeInfo(AccessibilityNodeInfo) - Method in class universum.studios.android.ui.widget.RadioButtonWidget
 
onInitializeAccessibilityNodeInfo(AccessibilityNodeInfo) - Method in class universum.studios.android.ui.widget.RecyclerViewWidget
 
onInitializeAccessibilityNodeInfo(AccessibilityNodeInfo) - Method in class universum.studios.android.ui.widget.RelativeLayoutWidget
 
onInitializeAccessibilityNodeInfo(AccessibilityNodeInfo) - Method in class universum.studios.android.ui.widget.ScrollViewWidget
 
onInitializeAccessibilityNodeInfo(AccessibilityNodeInfo) - Method in class universum.studios.android.ui.widget.SeekBarWidget
 
onInitializeAccessibilityNodeInfo(AccessibilityNodeInfo) - Method in class universum.studios.android.ui.widget.SpinnerWidget
 
onInitializeAccessibilityNodeInfo(AccessibilityNodeInfo) - Method in class universum.studios.android.ui.widget.SwitchWidget
 
onInitializeAccessibilityNodeInfo(AccessibilityNodeInfo) - Method in class universum.studios.android.ui.widget.TextViewWidget
 
onInitializeAccessibilityNodeInfo(AccessibilityNodeInfo) - Method in class universum.studios.android.ui.widget.ToggleButtonWidget
 
onInitializeAccessibilityNodeInfo(AccessibilityNodeInfo) - Method in class universum.studios.android.ui.widget.ViewPagerWidget
 
onInitializeAccessibilityNodeInfo(AccessibilityNodeInfo) - Method in class universum.studios.android.ui.widget.ViewWidget
 
onInitializeAccessibilityNodeInfo(AccessibilityNodeInfo) - Method in class universum.studios.android.ui.widget.WebViewWidget
 
onInputFeaturesChange(int) - Method in class universum.studios.android.ui.widget.EditLayout
 
onInputFeaturesChange(int) - Method in class universum.studios.android.ui.widget.InputLayout
Invoked whenever InputLayout.requestInputFeatures(int) is called upon this layout and the specified features has been changed.
onInputFocusChange(EditLayout, boolean) - Method in interface universum.studios.android.ui.widget.EditLayout.OnInputFocusChangeListener
Invoked whenever focus of input view of the specified editLayout has changed.
onInputLengthChanged(EditLayout, int) - Method in interface universum.studios.android.ui.widget.EditLayout.OnInputLengthChangeListener
Invoked whenever a text has been changed, specifically its length to the given one, within EditText of the specified editLayout.
onInputViewChanged(View) - Method in class universum.studios.android.ui.widget.EditLayout
 
onInputViewChanged(View) - Method in class universum.studios.android.ui.widget.InputLayout
Invoked whenever InputLayout.addInputView(android.view.View) is called upon this layout and the specified inputView has been changed.
onInputViewChanged(View) - Method in class universum.studios.android.ui.widget.SpinnerLayout
 
onInterceptTouchEvent(MotionEvent) - Method in class universum.studios.android.ui.widget.GridViewWidget
 
onInterceptTouchEvent(MotionEvent) - Method in class universum.studios.android.ui.widget.HorizontalScrollViewWidget
 
onInterceptTouchEvent(MotionEvent) - Method in class universum.studios.android.ui.widget.ListViewWidget
 
onInterceptTouchEvent(MotionEvent) - Method in class universum.studios.android.ui.widget.RecyclerViewWidget
 
onInterceptTouchEvent(MotionEvent) - Method in class universum.studios.android.ui.widget.ScrollViewWidget
 
onInterceptTouchEvent(MotionEvent) - Method in class universum.studios.android.ui.widget.ViewPagerWidget
 
onInterceptTouchEvent(MotionEvent) - Method in class universum.studios.android.ui.widget.WebViewWidget
 
onItemSelected(SpinnerLayout, AdapterView<?>, View, int, long) - Method in interface universum.studios.android.ui.widget.SpinnerLayout.OnItemSelectedListener
Invoked whenever an item at the specified position is selected within a spinner of the specified spinnerLayout.
onLabelViewChanged(TextView) - Method in class universum.studios.android.ui.widget.InputLayout
Invoked whenever InputLayout.addLabelView(android.widget.TextView) is called upon this layout and the specified labelView has been changed.
onLayout(boolean, int, int, int, int) - Method in class universum.studios.android.ui.widget.BaseProgressBar
 
onLayout(boolean, int, int, int, int) - Method in class universum.studios.android.ui.widget.InputLayout
 
onLayoutDirectionChanged(int) - Method in class universum.studios.android.ui.graphics.drawable.DrawableWrapper
 
onLayoutDirectionChanged(int) - Method in class universum.studios.android.ui.graphics.drawable.ProgressDrawable
 
onLevelChange(int) - Method in class universum.studios.android.ui.graphics.drawable.DrawableWrapper
 
onLevelChange(int) - Method in class universum.studios.android.ui.graphics.drawable.ProgressDrawable
 
onLevelChange(int) - Method in class universum.studios.android.ui.graphics.drawable.TintLayerDrawable
 
onMeasure(int, int) - Method in class universum.studios.android.ui.widget.BaseProgressBar
 
onMeasure(int, int) - Method in class universum.studios.android.ui.widget.CalendarView
 
onMeasure(int, int) - Method in class universum.studios.android.ui.widget.CircularNumberPicker
 
onMeasure(int, int) - Method in class universum.studios.android.ui.widget.FloatingActionButton
 
onMeasure(int, int) - Method in class universum.studios.android.ui.widget.InputLayout
 
onMeasure(int, int) - Method in class universum.studios.android.ui.widget.MonthView
 
onMeasure(int, int) - Method in class universum.studios.android.ui.widget.SeekBarWidget
 
onModeChange(int) - Method in class universum.studios.android.ui.graphics.drawable.CircularProgressDrawable
 
onModeChange(int) - Method in class universum.studios.android.ui.graphics.drawable.LinearProgressDrawable
 
onModeChange(int) - Method in class universum.studios.android.ui.graphics.drawable.ProgressDrawable
Invoked whenever ProgressDrawable.setMode(int) is called and the current mode has been changed.
onMonthChanged(CalendarView, int) - Method in interface universum.studios.android.ui.widget.CalendarView.OnMonthChangeListener
Invoked whenever the specified month has been changed within the given calendarView due to change in the scroll.
onMonthDaySelected(MonthView, int, long, int) - Method in interface universum.studios.android.ui.widget.CalendarView.OnMonthDaySelectionListener
Invoked whenever the specified day has been selected in the given monthView at the adapter position.
onMonthScrolled(CalendarView, int, float) - Method in interface universum.studios.android.ui.widget.CalendarView.OnMonthChangeListener
Invoked whenever the specified month (its view) has been scrolled within the given calendarView.
onNoDateSelected(CalendarView) - Method in interface universum.studios.android.ui.widget.CalendarView.OnDateSelectionListener
Invoked whenever the current selected date in the given calendarView has been cleared.
onNoteViewChanged(TextView) - Method in class universum.studios.android.ui.widget.InputLayout
Invoked whenever InputLayout.addNoteView(android.widget.TextView) is called upon this layout and the specified noteView has been changed.
onNothingSelected(SpinnerLayout, AdapterView<?>) - Method in interface universum.studios.android.ui.widget.SpinnerLayout.OnItemSelectedListener
Invoked whenever nothing is selected within a spinner of the specified spinnerLayout.
onNumberChanged(CircularNumberPicker, int) - Method in interface universum.studios.android.ui.widget.CircularNumberPicker.OnNumberChangeListener
Invoked whenever the specified number has been changed within the given picker.
onNumberSelected(CircularNumberPicker, int) - Method in interface universum.studios.android.ui.widget.CircularNumberPicker.OnNumberSelectionListener
Invoked whenever the specified number has been selected within the given picker.
onPreModeChange(int) - Method in class universum.studios.android.ui.graphics.drawable.ProgressDrawable
Invoked whenever ProgressDrawable.setMode(int) is called and the current mode should be changed.
onProgressChange(int) - Method in class universum.studios.android.ui.graphics.drawable.CircularProgressDrawable
 
onProgressChange(int) - Method in class universum.studios.android.ui.graphics.drawable.LinearProgressDrawable
 
onProgressChange(int) - Method in class universum.studios.android.ui.graphics.drawable.ProgressDrawable
Invoked whenever ProgressDrawable.setProgress(int) is called and the current progress has been changed.
onPull(Pullable, Pullable.Pull) - Method in interface universum.studios.android.ui.widget.Pullable.OnPullListener
Invoked whenever a user performs (by touch) the pull upon the specified pullable view.
onPullCollapsed() - Method in class universum.studios.android.ui.controller.PullController
 
onPullCollapsed(Pullable) - Method in interface universum.studios.android.ui.widget.Pullable.OnPullListener
Invoked whenever the current pull of the specified pullable view has been collapsed.
onPullOverflow(float, float, float) - Method in class universum.studios.android.ui.controller.PullController
 
onPullOverflow(Pullable, Pullable.Pull) - Method in interface universum.studios.android.ui.widget.Pullable.OnPullOverflowListener
Invoked whenever a user performs (by touch) overflow of the current pull upon the specified pullable view.
onPullReleased(float, float) - Method in class universum.studios.android.ui.controller.PullController
 
onPullReleased(float, float) - Method in class universum.studios.android.ui.controller.RefreshController
 
onPullReleased(Pullable, Pullable.Pull) - Method in interface universum.studios.android.ui.widget.Pullable.OnPullListener
Invoked whenever a user releases the pull upon the specified pullable view.
onPullStarted() - Method in class universum.studios.android.ui.controller.PullController
 
onPullStarted() - Method in class universum.studios.android.ui.controller.RefreshController
 
onPullStarted(Pullable, Pullable.Pull) - Method in interface universum.studios.android.ui.widget.Pullable.OnPullListener
Invoked whenever a user initiates (by touch) the pull upon the specified pullable view.
onQueryTextChanged(SearchView, CharSequence) - Method in interface universum.studios.android.ui.widget.SearchView.OnQueryTextListener
Invoked whenever the current query text of the specified search view is changed.
onQueryTextCleared(SearchView) - Method in interface universum.studios.android.ui.widget.SearchView.OnQueryTextListener
Invoked whenever the current query text of the specified search view is cleared.
onQueryTextConfirmed(SearchView, CharSequence) - Method in interface universum.studios.android.ui.widget.SearchView.OnQueryTextListener
Invoked whenever the current query text of the specified search view is confirmed by a user.
onRefresh(Refreshable) - Method in interface universum.studios.android.ui.widget.Refreshable.OnRefreshListener
Invoked whenever a user releases the refresh indicator at or after the refresh position.
onRestoreInstanceState(Parcelable) - Method in class universum.studios.android.ui.widget.BaseProgressBar
 
onRestoreInstanceState(Parcelable) - Method in class universum.studios.android.ui.widget.CalendarView
 
onRestoreInstanceState(Parcelable) - Method in class universum.studios.android.ui.widget.CircularNumberPicker
 
onRestoreInstanceState(Parcelable) - Method in class universum.studios.android.ui.widget.EditLayout
 
onRestoreInstanceState(Parcelable) - Method in class universum.studios.android.ui.widget.GridViewWidget
 
onRestoreInstanceState(Parcelable) - Method in class universum.studios.android.ui.widget.InputLayout
 
onRestoreInstanceState(Parcelable) - Method in class universum.studios.android.ui.widget.LinearProgressBar
 
onRestoreInstanceState(Parcelable) - Method in class universum.studios.android.ui.widget.ListViewWidget
 
onRestoreInstanceState(Parcelable) - Method in class universum.studios.android.ui.widget.MonthView
 
onRestoreInstanceState(Parcelable) - Method in class universum.studios.android.ui.widget.RecyclerViewWidget
 
onRestoreInstanceState(Parcelable) - Method in class universum.studios.android.ui.widget.SearchView
 
onRestoreInstanceState(Parcelable) - Method in class universum.studios.android.ui.widget.SeekBarWidget
 
onRestoreInstanceState(Parcelable) - Method in class universum.studios.android.ui.widget.SpinnerLayout
 
onRoundedChange(boolean) - Method in class universum.studios.android.ui.graphics.drawable.CircularProgressDrawable
 
onRoundedChange(boolean) - Method in class universum.studios.android.ui.graphics.drawable.ProgressDrawable
Invoked whenever ProgressDrawable.setRounded(boolean) is called and the current boolean flag for rounded feature has been changed.
onSaveInstanceState() - Method in class universum.studios.android.ui.widget.BaseProgressBar
 
onSaveInstanceState() - Method in class universum.studios.android.ui.widget.CalendarView
 
onSaveInstanceState() - Method in class universum.studios.android.ui.widget.CircularNumberPicker
 
onSaveInstanceState() - Method in class universum.studios.android.ui.widget.EditLayout
 
onSaveInstanceState() - Method in class universum.studios.android.ui.widget.GridViewWidget
 
onSaveInstanceState() - Method in class universum.studios.android.ui.widget.InputLayout
 
onSaveInstanceState() - Method in class universum.studios.android.ui.widget.LinearProgressBar
 
onSaveInstanceState() - Method in class universum.studios.android.ui.widget.ListViewWidget
 
onSaveInstanceState() - Method in class universum.studios.android.ui.widget.MonthView
 
onSaveInstanceState() - Method in class universum.studios.android.ui.widget.RecyclerViewWidget
 
onSaveInstanceState() - Method in class universum.studios.android.ui.widget.SearchView
 
onSaveInstanceState() - Method in class universum.studios.android.ui.widget.SeekBarWidget
 
onSaveInstanceState() - Method in class universum.studios.android.ui.widget.SpinnerLayout
 
onScrollChanged(int, int, int, int) - Method in class universum.studios.android.ui.widget.HorizontalScrollViewWidget
 
onScrollChanged(int, int, int, int) - Method in class universum.studios.android.ui.widget.ScrollViewWidget
 
onScrollChanged(View, int, int, int, int) - Method in interface universum.studios.android.ui.widget.ViewWidget.OnScrollChangeListener
Invoked whenever a change in scroll occurs for the given view.
onSearchIconClick(SearchView) - Method in interface universum.studios.android.ui.widget.SearchView.OnIconClickListener
Invoked whenever the icon of the specified search view is clicked.
onSizeChanged(int, int, int, int) - Method in class universum.studios.android.ui.widget.AutoCompleteTextViewWidget
 
onSizeChanged(int, int, int, int) - Method in class universum.studios.android.ui.widget.ButtonWidget
 
onSizeChanged(int, int, int, int) - Method in class universum.studios.android.ui.widget.CalendarView
 
onSizeChanged(int, int, int, int) - Method in class universum.studios.android.ui.widget.CheckBoxWidget
 
onSizeChanged(int, int, int, int) - Method in class universum.studios.android.ui.widget.CircularNumberPicker
 
onSizeChanged(int, int, int, int) - Method in class universum.studios.android.ui.widget.EditTextWidget
 
onSizeChanged(int, int, int, int) - Method in class universum.studios.android.ui.widget.FloatingActionButton
 
onSizeChanged(int, int, int, int) - Method in class universum.studios.android.ui.widget.FrameLayoutWidget
 
onSizeChanged(int, int, int, int) - Method in class universum.studios.android.ui.widget.GridViewWidget
 
onSizeChanged(int, int, int, int) - Method in class universum.studios.android.ui.widget.HorizontalScrollViewWidget
 
onSizeChanged(int, int, int, int) - Method in class universum.studios.android.ui.widget.ImageButtonWidget
 
onSizeChanged(int, int, int, int) - Method in class universum.studios.android.ui.widget.ImageViewWidget
 
onSizeChanged(int, int, int, int) - Method in class universum.studios.android.ui.widget.LinearLayoutWidget
 
onSizeChanged(int, int, int, int) - Method in class universum.studios.android.ui.widget.ListViewWidget
 
onSizeChanged(int, int, int, int) - Method in class universum.studios.android.ui.widget.MonthView
 
onSizeChanged(int, int, int, int) - Method in class universum.studios.android.ui.widget.ProgressBarWidget
 
onSizeChanged(int, int, int, int) - Method in class universum.studios.android.ui.widget.RadioButtonWidget
 
onSizeChanged(int, int, int, int) - Method in class universum.studios.android.ui.widget.RecyclerViewWidget
 
onSizeChanged(int, int, int, int) - Method in class universum.studios.android.ui.widget.RelativeLayoutWidget
 
onSizeChanged(int, int, int, int) - Method in class universum.studios.android.ui.widget.ScrollViewWidget
 
onSizeChanged(int, int, int, int) - Method in class universum.studios.android.ui.widget.SeekBarWidget
 
onSizeChanged(int, int, int, int) - Method in class universum.studios.android.ui.widget.SpinnerWidget
 
onSizeChanged(int, int, int, int) - Method in class universum.studios.android.ui.widget.SwitchWidget
 
onSizeChanged(int, int, int, int) - Method in class universum.studios.android.ui.widget.TextViewWidget
 
onSizeChanged(int, int, int, int) - Method in class universum.studios.android.ui.widget.ToggleButtonWidget
 
onSizeChanged(int, int, int, int) - Method in class universum.studios.android.ui.widget.ViewPagerWidget
 
onSizeChanged(int, int, int, int) - Method in class universum.studios.android.ui.widget.ViewWidget
 
onSizeChanged(int, int, int, int) - Method in class universum.studios.android.ui.widget.WebViewWidget
 
onStart() - Method in class universum.studios.android.ui.graphics.drawable.CircularProgressDrawable
 
onStart() - Method in class universum.studios.android.ui.graphics.drawable.LinearProgressDrawable
 
onStart() - Method in class universum.studios.android.ui.graphics.drawable.ProgressDrawable
Invoked whenever ProgressDrawable.start() is called and this progress drawable does not have animation session currently running and the current mode is none DETERMINATE.
onStarted(ProgressDrawable) - Method in interface universum.studios.android.ui.graphics.drawable.ProgressDrawable.AnimationCallback
Invoked whenever a new animation session is started for the specified progress drawable.
onStarted(BaseProgressBar, ProgressDrawable) - Method in interface universum.studios.android.ui.widget.BaseProgressBar.OnProgressAnimationListener
Invoked whenever a new animation session is started for the specified progress drawable.
onStarted(ProgressDrawable) - Method in class universum.studios.android.ui.widget.BaseProgressBar
 
onStateChange(int[]) - Method in class universum.studios.android.ui.graphics.drawable.DrawableWrapper
 
onStateChange(int[]) - Method in class universum.studios.android.ui.graphics.drawable.LinearProgressDrawable
 
onStateChange(int[]) - Method in class universum.studios.android.ui.graphics.drawable.ProgressDrawable
 
onStateChange(int[]) - Method in class universum.studios.android.ui.graphics.drawable.TintDrawable
 
onStateChange(int[]) - Method in class universum.studios.android.ui.graphics.drawable.TintLayerDrawable
 
onStop() - Method in class universum.studios.android.ui.graphics.drawable.CircularProgressDrawable
 
onStop() - Method in class universum.studios.android.ui.graphics.drawable.LinearProgressDrawable
 
onStop() - Method in class universum.studios.android.ui.graphics.drawable.ProgressDrawable
Invoked whenever ProgressDrawable.stop() is called and this progress drawable does have animation sessions currently running and the current mode is none DETERMINATE.
onStopImmediate() - Method in class universum.studios.android.ui.graphics.drawable.CircularProgressDrawable
 
onStopImmediate() - Method in class universum.studios.android.ui.graphics.drawable.LinearProgressDrawable
 
onStopImmediate() - Method in class universum.studios.android.ui.graphics.drawable.ProgressDrawable
Invoked whenever ProgressDrawable.stopImmediate() is called and this progress drawable does have animation sessions currently running and the current mode is none DETERMINATE.
onStopped(ProgressDrawable) - Method in interface universum.studios.android.ui.graphics.drawable.ProgressDrawable.AnimationCallback
Invoked whenever the current animation sessions is stopped for the specified progress drawable.
onStopped(BaseProgressBar, ProgressDrawable) - Method in interface universum.studios.android.ui.widget.BaseProgressBar.OnProgressAnimationListener
Invoked whenever the current animation sessions is stopped for the specified progress drawable.
onStopped(ProgressDrawable) - Method in class universum.studios.android.ui.widget.BaseProgressBar
 
onTextChanged(CharSequence, int, int, int) - Method in class universum.studios.android.ui.widget.AutoCompleteTextViewWidget
 
onTextChanged(CharSequence, int, int, int) - Method in class universum.studios.android.ui.widget.EditTextWidget
 
onThicknessChange(float) - Method in class universum.studios.android.ui.graphics.drawable.CircularProgressDrawable
 
onThicknessChange(float) - Method in class universum.studios.android.ui.graphics.drawable.LinearProgressDrawable
 
onThicknessChange(float) - Method in class universum.studios.android.ui.graphics.drawable.ProgressDrawable
Invoked whenever ProgressDrawable.setThickness(float) is called and the current thickness has been changed.
onTouchEvent(MotionEvent) - Method in class universum.studios.android.ui.widget.CalendarView
 
onTouchEvent(MotionEvent) - Method in class universum.studios.android.ui.widget.CircularNumberPicker
 
onTouchEvent(MotionEvent) - Method in class universum.studios.android.ui.widget.FrameLayoutWidget
 
onTouchEvent(MotionEvent) - Method in class universum.studios.android.ui.widget.GridViewWidget
 
onTouchEvent(MotionEvent) - Method in class universum.studios.android.ui.widget.HorizontalScrollViewWidget
 
onTouchEvent(MotionEvent) - Method in class universum.studios.android.ui.widget.LinearLayoutWidget
 
onTouchEvent(MotionEvent) - Method in class universum.studios.android.ui.widget.ListViewWidget
 
onTouchEvent(MotionEvent) - Method in class universum.studios.android.ui.widget.MonthView
 
onTouchEvent(MotionEvent) - Method in class universum.studios.android.ui.widget.RecyclerViewWidget
 
onTouchEvent(MotionEvent) - Method in class universum.studios.android.ui.widget.RelativeLayoutWidget
 
onTouchEvent(MotionEvent) - Method in class universum.studios.android.ui.widget.ScrollViewWidget
 
onTouchEvent(MotionEvent) - Method in class universum.studios.android.ui.widget.SearchView
 
onTouchEvent(MotionEvent) - Method in class universum.studios.android.ui.widget.SeekBarWidget
 
onTouchEvent(MotionEvent) - Method in class universum.studios.android.ui.widget.ViewPagerWidget
 
onTouchEvent(MotionEvent) - Method in class universum.studios.android.ui.widget.WebViewWidget
 
onVisibilityChanged(View, int) - Method in class universum.studios.android.ui.widget.BaseProgressBar
 
onYearChanged(CalendarView, int) - Method in interface universum.studios.android.ui.widget.CalendarView.OnYearChangeListener
Invoked whenever the specified year has been changed within the given calendarView due to change in the scroll.
Orientation - Class in universum.studios.android.ui.widget
 
Orientation() - Constructor for class universum.studios.android.ui.widget.Orientation
 
Orientation.Value - Annotation Type in universum.studios.android.ui.widget
todo:
originDegrees - Variable in enum universum.studios.android.ui.widget.CubicPageTransformer.CameraPosition
Rotation degrees for the origin page position.
originPivotXFactor - Variable in enum universum.studios.android.ui.widget.CubicPageTransformer.CameraPosition
Rotation pivot x factor for the origin page position.
OUT_OF_SCREEN - Static variable in interface universum.studios.android.ui.widget.Slideable
Position used to situate a view out of the screen in case such a view does not have its size initialized yet, so it is unable to compute fraction for X or Y coordinate.

P

paint - Variable in class universum.studios.android.ui.widget.GraphicsInfo
Paint used to draw graphics associated with this info.
parseTintMode(int, PorterDuff.Mode) - Static method in class universum.studios.android.ui.widget.TintManager
Parses a PorterDuff.Mode from the specified value.
processTouchEvent(MotionEvent) - Method in class universum.studios.android.ui.controller.PullController
 
processTouchEvent(MotionEvent) - Method in class universum.studios.android.ui.controller.RefreshController
 
ProgressBarWidget - Class in universum.studios.android.ui.widget
Extended version of ProgressBar.
ProgressBarWidget(Context) - Constructor for class universum.studios.android.ui.widget.ProgressBarWidget
ProgressBarWidget(Context, AttributeSet) - Constructor for class universum.studios.android.ui.widget.ProgressBarWidget
Same as ProgressBarWidget.ProgressBarWidget(android.content.Context, android.util.AttributeSet, int) with R.attr.progressBarStyle as attribute for default style.
ProgressBarWidget(Context, AttributeSet, int) - Constructor for class universum.studios.android.ui.widget.ProgressBarWidget
ProgressBarWidget(Context, AttributeSet, int, int) - Constructor for class universum.studios.android.ui.widget.ProgressBarWidget
Creates a new instance of ProgressBarWidget for the given context.
ProgressDrawable - Class in universum.studios.android.ui.graphics.drawable
This Drawable class represents base implementation for drawables that can draw a progress or an indeterminate graphics.
ProgressDrawable() - Constructor for class universum.studios.android.ui.graphics.drawable.ProgressDrawable
Creates a new instance of ProgressDrawable.
ProgressDrawable(int) - Constructor for class universum.studios.android.ui.graphics.drawable.ProgressDrawable
Creates a new instance of ProgressDrawable with the specified color.
ProgressDrawable(int[]) - Constructor for class universum.studios.android.ui.graphics.drawable.ProgressDrawable
Creates a new instance of ProgressDrawable with the specified set of colors.
ProgressDrawable.AnimationCallback - Interface in universum.studios.android.ui.graphics.drawable
Listener which can receive callbacks about started or stopped animation session of progress drawable.
ProgressDrawable.ExplodeAnimationCallback - Interface in universum.studios.android.ui.graphics.drawable
Listener which can receive callbacks about exploded and imploded thickness of progress drawable.
Pullable - Interface in universum.studios.android.ui.widget
Interface for pullable views.
Pullable.OnPullListener - Interface in universum.studios.android.ui.widget
Listener which can receive callbacks about the started, performed, released or collapsed pull.
Pullable.OnPullOverflowListener - Interface in universum.studios.android.ui.widget
Listener which can receive callback about the pull overflow.
Pullable.Pull - Interface in universum.studios.android.ui.widget
A layer that provides access to current pull data.
PullController<V extends android.view.View & Pullable> - Class in universum.studios.android.ui.controller
PullController can be used to support pull feature for the scrollable views, especially collections like ListView or ScrollView.
PullController(V) - Constructor for class universum.studios.android.ui.controller.PullController
Creates a new instance of PullController to handle pulling of the specified view.
PullController.PullFlags - Annotation Type in universum.studios.android.ui.controller
Defines an annotation for determining set of allowed flags for PullController.setPullMode(int) and PullController.setPullVisibility(int, boolean) methods.

R

RadioButtonWidget - Class in universum.studios.android.ui.widget
Extended version of RadioButton compound button.
RadioButtonWidget(Context) - Constructor for class universum.studios.android.ui.widget.RadioButtonWidget
RadioButtonWidget(Context, AttributeSet) - Constructor for class universum.studios.android.ui.widget.RadioButtonWidget
Same as RadioButtonWidget.RadioButtonWidget(android.content.Context, android.util.AttributeSet, int) with R.attr.radioButtonStyle as attribute for default style.
RadioButtonWidget(Context, AttributeSet, int) - Constructor for class universum.studios.android.ui.widget.RadioButtonWidget
RadioButtonWidget(Context, AttributeSet, int, int) - Constructor for class universum.studios.android.ui.widget.RadioButtonWidget
Creates a new instance of RadioButtonWidget for the given context.
RecyclerViewWidget - Class in universum.studios.android.ui.widget
Extended version of RecyclerView.
RecyclerViewWidget(Context) - Constructor for class universum.studios.android.ui.widget.RecyclerViewWidget
RecyclerViewWidget(Context, AttributeSet) - Constructor for class universum.studios.android.ui.widget.RecyclerViewWidget
Same as RecyclerViewWidget.RecyclerViewWidget(android.content.Context, android.util.AttributeSet, int) with R.attr#uiRecyclerViewStyle as attribute for default style.
RecyclerViewWidget(Context, AttributeSet, int) - Constructor for class universum.studios.android.ui.widget.RecyclerViewWidget
RecyclerViewWidget(Context, AttributeSet, int, int) - Constructor for class universum.studios.android.ui.widget.RecyclerViewWidget
Creates a new instance of RecyclerViewWidget for the given context.
Refreshable - Interface in universum.studios.android.ui.widget
Interface for refreshable views.
Refreshable.IndicatorTransition - Annotation Type in universum.studios.android.ui.widget
Defines an annotation for determining set of allowed transitions for refresh indicator of Refreshable widget.
Refreshable.OnRefreshListener - Interface in universum.studios.android.ui.widget
Listener which can receive callback about the initiated refresh.
RefreshController<V extends android.view.View & Refreshable> - Class in universum.studios.android.ui.controller
RefreshController can be used to support refresh feature for views with refreshable data set like ListView or GridView.
RefreshController(V) - Constructor for class universum.studios.android.ui.controller.RefreshController
Creates a new instance of RefreshHelper to handle refreshing of the specified view.
RefreshDrawable - Class in universum.studios.android.ui.graphics.drawable
This drawable wraps background drawable with CircularProgressDrawable into the one drawable which can be used to show indicator for running refresh operation for some collection view like ListView or GridView at its top edge.
RefreshDrawable() - Constructor for class universum.studios.android.ui.graphics.drawable.RefreshDrawable
Creates a new instance of RefreshDrawable to wrap CircularProgressDrawable and background drawable into one drawable.
registerOnPullListener(Pullable.OnPullListener) - Method in class universum.studios.android.ui.controller.PullController
Registers a callback to be invoked whenever the pull upon the attached pullable view is started, performed, released or collapsed.
registerOnPullOverflowListener(Pullable.OnPullOverflowListener) - Method in class universum.studios.android.ui.controller.PullController
Registers a callback to be invoked whenever the pull overflow upon the attached pullable view is performed.
RelativeLayoutWidget - Class in universum.studios.android.ui.widget
Extended version of RelativeLayout.
RelativeLayoutWidget(Context) - Constructor for class universum.studios.android.ui.widget.RelativeLayoutWidget
RelativeLayoutWidget(Context, AttributeSet) - Constructor for class universum.studios.android.ui.widget.RelativeLayoutWidget
RelativeLayoutWidget(Context, AttributeSet, int) - Constructor for class universum.studios.android.ui.widget.RelativeLayoutWidget
RelativeLayoutWidget(Context, AttributeSet, int, int) - Constructor for class universum.studios.android.ui.widget.RelativeLayoutWidget
Creates a new instance of RelativeLayoutWidget for the given context.
removeConstraintView() - Method in class universum.studios.android.ui.widget.InputLayout
Removes the current constraint view from this input layout if any.
removeLabelView() - Method in class universum.studios.android.ui.widget.InputLayout
Removes the current label view from this input layout if any.
removeNoteView() - Method in class universum.studios.android.ui.widget.InputLayout
Removes the current note view from this input layout if any.
removeOnItemSelectedListener() - Method in class universum.studios.android.ui.widget.SpinnerLayout
Removes the current OnItemSelectedListener callback if any.
removeOnScrollChangeListener(ViewWidget.OnScrollChangeListener) - Method in class universum.studios.android.ui.widget.HorizontalScrollViewWidget
Removes the previously added scroll change callback.
removeOnScrollChangeListener(ViewWidget.OnScrollChangeListener) - Method in class universum.studios.android.ui.widget.ScrollViewWidget
Removes the previously added scroll change callback.
requestInputFeatures(int) - Method in class universum.studios.android.ui.widget.InputLayout
Requests the given features to be enabled for this input layout.
REQUIRES_SOFTWARE_LAYER - Static variable in class universum.studios.android.ui.graphics.drawable.ProgressDrawable
Boolean flag indicating whether an instance of ProgressDrawable requires the software layer to be used by a view that is hosting such progress drawable so its drawing will work properly.
reset() - Method in class universum.studios.android.ui.widget.ActionButton.ItemConfigurationBuilder
Resets this build to its initial state.
ResistanceInterpolator - Class in universum.studios.android.ui.interpolator
Implementation of Interpolator to provide "resistance" like behaviour.
ResistanceInterpolator() - Constructor for class universum.studios.android.ui.interpolator.ResistanceInterpolator
 
resolveCalendarFieldName(Calendar, int, int, Locale) - Static method in class universum.studios.android.ui.widget.MonthView
Obtains a name of a calendar field with the specified field identifier from the given calendar for the specified locale.
resolveColorForState(ColorStateList, int[]) - Static method in class universum.studios.android.ui.widget.WidgetUtils
Obtains a color from the specified colorStateList for the specified stateSet.
ResourceUtils - Class in universum.studios.android.ui.util
Utils providing compatibility support.
restartMode() - Method in class universum.studios.android.ui.widget.BaseProgressBar
Restart the current mode.
restoreInstanceState(Parcelable) - Method in interface universum.studios.android.ui.widget.CalendarView.CalendarAdapter
Called to restore a previous state, saved by CalendarView.CalendarAdapter.saveInstanceState(), of this adapter.
restoreInstanceState(Parcelable) - Method in class universum.studios.android.ui.widget.CalendarView.SimpleCalendarAdapter
 
restoreInstanceState(Parcelable) - Method in interface universum.studios.android.ui.widget.StatefulAdapter
Called to restore a previous state, saved by StatefulAdapter.saveInstanceState(), of this adapter.
restoreLayoutState(Parcelable) - Method in class universum.studios.android.ui.widget.RecyclerViewWidget
Restores the layout state previously saved via RecyclerViewWidget.saveLayoutState().
restoreTempLayoutState() - Method in class universum.studios.android.ui.widget.RecyclerViewWidget
Restores the temporarily saved layout state previously saved via RecyclerViewWidget.saveTempLayoutState().
reveal() - Method in class universum.studios.android.ui.widget.SearchView
Reveals this search view via RevealAnimationHandler.startRevealAnimation(SearchView) using either default handler or handler specified via SearchView.setRevealAnimationHandler(RevealAnimationHandler).
reverseDrawingOrder - Variable in enum universum.studios.android.ui.widget.DepthPageTransformer.DepthOrigin
Boolean flag indicating whether to draw pages in pager in reversed order or not.
RTL_SUPPORT - Static variable in class universum.studios.android.ui.widget.WidgetGravity
Boolean flag indicating whether the current Android version supports RTL layout direction.

S

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
Creates a new instance of SavedState with the given superState to allow chaining of saved states in BaseProgressBar.onSaveInstanceState() and also in BaseProgressBar.onRestoreInstanceState(android.os.Parcelable).
SavedState(Parcel) - Constructor for class universum.studios.android.ui.widget.BaseProgressBar.SavedState
Called from BaseProgressBar.SavedState.CREATOR to create an instance of SavedState form the given parcel source.
SavedState(Parcelable) - Constructor for class universum.studios.android.ui.widget.CalendarView.SavedState
Creates a new instance of SavedState with the given superState to allow chaining of saved states in CalendarView.onSaveInstanceState() and also in CalendarView.onRestoreInstanceState(android.os.Parcelable).
SavedState(Parcel) - Constructor for class universum.studios.android.ui.widget.CalendarView.SavedState
Called from CalendarView.SavedState.CREATOR to create an instance of SavedState form the given parcel source.
SavedState(Parcelable) - Constructor for class universum.studios.android.ui.widget.CircularNumberPicker.SavedState
Creates a new instance of SavedState with the given superState to allow chaining of saved states in CircularNumberPicker.onSaveInstanceState() and also in CircularNumberPicker.onRestoreInstanceState(android.os.Parcelable).
SavedState(Parcel) - Constructor for class universum.studios.android.ui.widget.CircularNumberPicker.SavedState
Called from CircularNumberPicker.SavedState.CREATOR to create an instance of SavedState form the given parcel source.
SavedState(Parcelable) - Constructor for class universum.studios.android.ui.widget.EditLayout.SavedState
Creates a new instance of SavedState with the given superState to allow chaining of saved states in EditLayout.onSaveInstanceState() and also in EditLayout.onRestoreInstanceState(android.os.Parcelable).
SavedState(Parcel) - Constructor for class universum.studios.android.ui.widget.EditLayout.SavedState
Called from EditLayout.SavedState.CREATOR to create an instance of SavedState form the given parcel source.
SavedState(Parcelable) - Constructor for class universum.studios.android.ui.widget.InputLayout.SavedState
Creates a new instance of SavedState with the given superState to allow chaining of saved states in InputLayout.onSaveInstanceState() and also in InputLayout.onRestoreInstanceState(android.os.Parcelable).
SavedState(Parcel) - Constructor for class universum.studios.android.ui.widget.InputLayout.SavedState
Called from InputLayout.SavedState.CREATOR to create an instance of SavedState form the given parcel source.
SavedState(Parcelable) - Constructor for class universum.studios.android.ui.widget.LinearProgressBar.SavedState
Creates a new instance of SavedState with the given superState to allow chaining of saved states in LinearProgressBar.onSaveInstanceState() and also in LinearProgressBar.onRestoreInstanceState(android.os.Parcelable).
SavedState(Parcel) - Constructor for class universum.studios.android.ui.widget.LinearProgressBar.SavedState
Called from LinearProgressBar.SavedState.CREATOR to create an instance of SavedState form the given parcel source.
SavedState(Parcelable) - Constructor for class universum.studios.android.ui.widget.MonthView.SavedState
Creates a new instance of SavedState with the given superState to allow chaining of saved states in MonthView.onSaveInstanceState() and also in MonthView.onRestoreInstanceState(android.os.Parcelable).
SavedState(Parcel) - Constructor for class universum.studios.android.ui.widget.MonthView.SavedState
Called from MonthView.SavedState.CREATOR to create an instance of SavedState form the given parcel source.
SavedState(Parcelable) - Constructor for class universum.studios.android.ui.widget.SearchView.SavedState
Creates a new instance of SavedState with the given superState to allow chaining of saved states in SearchView.onSaveInstanceState() and also in SearchView.onRestoreInstanceState(android.os.Parcelable).
SavedState(Parcel) - Constructor for class universum.studios.android.ui.widget.SearchView.SavedState
Called from SearchView.SavedState.CREATOR to create an instance of SavedState form the given parcel source.
SavedState(Parcelable) - Constructor for class universum.studios.android.ui.widget.SeekBarWidget.SavedState
Creates a new instance of SavedState with the given superState to allow chaining of saved states in SeekBarWidget.onSaveInstanceState() and also in SeekBarWidget.onRestoreInstanceState(android.os.Parcelable).
SavedState(Parcel) - Constructor for class universum.studios.android.ui.widget.SeekBarWidget.SavedState
Called from SeekBarWidget.SavedState.CREATOR to create an instance of SavedState form the given parcel source.
SavedState(Parcelable) - Constructor for class universum.studios.android.ui.widget.SpinnerLayout.SavedState
Creates a new instance of SavedState with the given superState to allow chaining of saved states in SpinnerLayout.onSaveInstanceState() and also in SpinnerLayout.onRestoreInstanceState(android.os.Parcelable).
SavedState(Parcel) - Constructor for class universum.studios.android.ui.widget.SpinnerLayout.SavedState
Called from SpinnerLayout.SavedState.CREATOR to create an instance of SavedState form the given parcel source.
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
Same as ScrollViewWidget.ScrollViewWidget(android.content.Context, android.util.AttributeSet, int) with R.attr.scrollViewStyle as attribute for default style.
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
Same as SearchView.SearchView(android.content.Context, android.util.AttributeSet, int) with R.attr#uiSearchViewStyle as attribute for default style.
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
A WidgetSavedState implementation used to ensure that the state of SearchView is properly saved.
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
Same as SeekBarWidget.SeekBarWidget(android.content.Context, android.util.AttributeSet, int) with R.attr.seekBarStyle as attribute for default style.
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
A WidgetSavedState implementation used to ensure that the state of SeekBarWidget is properly saved.
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
Sets a calendar used by this data set properly calculate count of months according to specified data boundaries via CalendarView.CalendarDataSet.setMinMaxDate(long, long) and also to calculate position of a month for a specific year + month pair via CalendarView.CalendarDataSet.calculateMonthPosition(int, int).
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
Same as InputLayout.setConstraint(CharSequence), but for resource id.
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
Same as ViewPagerWidget.setCurrentItem(int), but this will use the specified duration for scroll.
setDate(Date) - Method in class universum.studios.android.ui.widget.MonthView
Same as MonthView.setDate(long) for Date object.
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
Same as MonthView.setDayLetterTextSize(int, float) in TypedValue.COMPLEX_UNIT_SP and the specified size.
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
Same as MonthView.setDayNumberTextSize(int, float) in TypedValue.COMPLEX_UNIT_SP and the specified size.
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
Same as MonthView.setDaySelector(Drawable) for resource id.
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
Sets a radius in which should be drawn the day selector's drawable specified via MonthView.setDaySelector(android.graphics.drawable.Drawable).
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
Specifies the blending mode used to apply the tint specified by MonthView.setDaySelectorTintList(android.content.res.ColorStateList) to the discrete indicator.
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
Same as SeekBarWidget.setDiscreteIndicatorTextSize(int, float) in TypedValue.COMPLEX_UNIT_SP and the specified size.
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
Specifies the blending mode used to apply the tint specified by SeekBarWidget.setDiscreteIndicatorTintList(android.content.res.ColorStateList)} to the discrete indicator.
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
Sets a ratio in which should be drawn tick marks of discrete interval of this seek bar if the discrete mode is enabled by SeekBarWidget.setDiscrete(boolean).
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
Same as InputLayout.setError(CharSequence), but for resource id.
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
Same as EditLayout.setHint(CharSequence) for resource id.
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
Like ImageButtonWidget.setImageResource(int) but this method will use ResourceUtils.getVectorDrawable(Resources, int, Resources.Theme) utility method to obtain the desired vector drawable and set it as image Drawable via ImageButtonWidget.setImageDrawable(Drawable) method.
setImageVectorResource(int) - Method in class universum.studios.android.ui.widget.ImageViewWidget
Like ImageViewWidget.setImageResource(int) but this method will use ResourceUtils.getVectorDrawable(Resources, int, Resources.Theme) utility method to obtain the desired vector drawable and set it as image Drawable via ImageViewWidget.setImageDrawable(Drawable) method.
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
Specifies the blending mode used to apply the tint specified by BaseProgressBar.setIndeterminateTintList(android.content.res.ColorStateList)} to the indeterminate graphics of the progress drawable.
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
Same as InputLayout.setLabel(CharSequence) for resource id.
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
Sets the maximum value of progress which can be set to this progress drawable by ProgressDrawable.setProgress(int).
setMax(int) - Method in class universum.studios.android.ui.widget.BaseProgressBar
Delegate method for ProgressDrawable.setMax(int).
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
Same as InputLayout.setNote(CharSequence), but for resource id.
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
Sets the duration for the text change within note view used when changing note text for the error text played whenever InputLayout.setError(CharSequence) or InputLayout.clearError() are called and the mentioned texts need to be properly changed.
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
Registers a callback to be invoked whenever a user releases the refresh indicator at or after the refresh position specified by RefreshController.setRefreshPosition(float).
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
Sets the duration for scroll used whenever ViewPagerWidget.setCurrentItem(int) or similar methods are called upon this view pager.
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
Delegate method for ProgressDrawable.setAlpha(int).
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
Specifies the blending mode used to apply the tint specified by BaseProgressBar.setProgressBackgroundTintList(android.content.res.ColorStateList)} to the background graphics of the progress drawable.
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
Delegate method for ProgressDrawable.setColor(int).
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
Delegate method for ProgressDrawable.setMode(int).
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
Specifies the blending mode used to apply the tint specified by BaseProgressBar.setProgressTintList(android.content.res.ColorStateList)} to the progress graphics of the progress drawable.
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
Same as SearchView.setQuery(CharSequence) for resource id.
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
Same as SearchView.setQueryHint(CharSequence) for resource id.
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
Unlike Refreshable.setRefreshEnabled(boolean) this will enable/disable the refresh gesture so a user can/cannot swipe down this view to refresh it.
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
Specifies the blending mode used to apply the tint specified by LinearProgressBar.setSecondaryProgressTintList(android.content.res.ColorStateList)} to the secondary progress graphics of the progress drawable.
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
Specifies a number of day that should be selected (highlighted by selector specified via MonthView.setDaySelector(android.graphics.drawable.Drawable)) for this month view.
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
Specifies the blending mode used to apply the tint specified by CircularNumberPicker.setSelectionIndicatorTintList(ColorStateList)} to the selection indicator.
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
Same as EditLayout.setText(CharSequence) for resource id.
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
Same as CircularNumberPicker.setTextSize(int, float) in TypedValue.COMPLEX_UNIT_SP and the specified size.
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
Specifies the blending mode used to apply the tint specified by SwitchWidget.setThumbTintList(ColorStateList)} to the thumb drawable.
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
Same as MonthView.setTitleTextSize(int, float) in TypedValue.COMPLEX_UNIT_SP and the specified size.
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
Specifies the blending mode used to apply the tint specified by SwitchWidget.setTrackTintList(ColorStateList)} to the track drawable.
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
Same as SpinnerLayout.SpinnerLayout(android.content.Context, android.util.AttributeSet, int) with R.attr#uiSpinnerLayoutStyle as attribute for default style.
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
A WidgetSavedState implementation used to ensure that the state of SpinnerLayout is properly saved.
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
Same as SpinnerWidget.SpinnerWidget(android.content.Context, android.util.AttributeSet, int) with R.attr.spinnerStyle as attribute for default style.
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
Flag for PullController.setPullMode(int) to indicate that the pull at the start of a pullable view is enabled.
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
Delegate method for ProgressDrawable.start().
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
Delegate method for ProgressDrawable.stop().
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
Like BaseProgressBar.stopIndeterminateImmediate(), but this will wait until the progress drawable finishes drawing of its indeterminate graphics and than stops its animation session.
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
Same as SwitchWidget.SwitchWidget(android.content.Context, android.util.AttributeSet, int) with R.attr#switchMinWidth as attribute for default style.
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.

T

TEXT_COLORS - Static variable in class universum.studios.android.ui.widget.TextAppearance
Default colors state list used for text of TextAppearance instances.
TextAppearance - Class in universum.studios.android.ui.widget
TextAppearance contains attributes that can be specified to 'describe' appearance of a text that is drawn on Canvas.
TextAppearance() - Constructor for class universum.studios.android.ui.widget.TextAppearance
Creates a new instance of empty TextAppearance.
TextAppearance.TextStyle - Annotation Type in universum.studios.android.ui.widget
Defines an annotation for determining set of available text styles.
TextAppearance.TypefaceIndex - Annotation Type in universum.studios.android.ui.widget
Defines an annotation for determining set of typeface indexes used to identify a specific typeface.
TextGraphicsInfo - Class in universum.studios.android.ui.widget
A GraphicsInfo implementation that can be used for text drawing purpose.
TextGraphicsInfo() - Constructor for class universum.studios.android.ui.widget.TextGraphicsInfo
Creates a new instance of ColorGraphicsInfo with initial Paint.
TextGraphicsInfo(Paint) - Constructor for class universum.studios.android.ui.widget.TextGraphicsInfo
Creates a new instance of ColorGraphicsInfo with the specified paint.
TextViewWidget - Class in universum.studios.android.ui.widget
Extended version of TextView.
TextViewWidget(Context) - Constructor for class universum.studios.android.ui.widget.TextViewWidget
TextViewWidget(Context, AttributeSet) - Constructor for class universum.studios.android.ui.widget.TextViewWidget
Same as TextViewWidget.TextViewWidget(android.content.Context, android.util.AttributeSet, int) with R.attr.textViewStyle as attribute for default style.
TextViewWidget(Context, AttributeSet, int) - Constructor for class universum.studios.android.ui.widget.TextViewWidget
TextViewWidget(Context, AttributeSet, int, int) - Constructor for class universum.studios.android.ui.widget.TextViewWidget
Creates a new instance of TextViewWidget for the given context.
TintDrawable - Class in universum.studios.android.ui.graphics.drawable
A DrawableWrapper implementation used to support tinting of a Drawable for the pre LOLLIPOP Android versions.
TintDrawable(Drawable) - Constructor for class universum.studios.android.ui.graphics.drawable.TintDrawable
Creates a new instance of TintDrawable to wrap the given drawable to which will be applied tint set to this drawable via TintDrawable.setTint(int) or TintDrawable.setTintList(ColorStateList).
TintDrawable(Drawable, boolean) - Constructor for class universum.studios.android.ui.graphics.drawable.TintDrawable
Creates a new instance of TintDrawable to wrap the given drawable to which will be applied tint set to this drawable via TintDrawable.setTint(int) or TintDrawable.setTintList(ColorStateList).
TintInfo() - Constructor for class universum.studios.android.ui.widget.Widget.TintInfo
 
TintLayerDrawable - Class in universum.studios.android.ui.graphics.drawable
A TintDrawable implementation used to support tinting of LayerDrawable, the pre LOLLIPOP Android versions.
TintLayerDrawable(LayerDrawable) - Constructor for class universum.studios.android.ui.graphics.drawable.TintLayerDrawable
Creates a new instance of TintLayerDrawable to wrap the given drawable to which layers will be applied tint set to this drawable via setTint(int, int) or setTintList(ColorStateList, int).
tintList - Variable in class universum.studios.android.ui.widget.Widget.TintInfo
Color state list used to tint a specific states of a particular drawable of the associated widget.
TintManager - Class in universum.studios.android.ui.widget
Manager used to create tint lists for the most commonly used widgets.
TintManager() - Constructor for class universum.studios.android.ui.widget.TintManager
 
TintManager.TintMode - Annotation Type in universum.studios.android.ui.widget
Defines an annotation for determining set of allowed tint modes for TintManager.parseTintMode(int, android.graphics.PorterDuff.Mode).
tintMode - Variable in class universum.studios.android.ui.widget.Widget.TintInfo
Blending mode used to apply tint to a particular drawable of the associated widget.
ToggleButtonWidget - Class in universum.studios.android.ui.widget
Extended version of ToggleButton compound button.
ToggleButtonWidget(Context) - Constructor for class universum.studios.android.ui.widget.ToggleButtonWidget
ToggleButtonWidget(Context, AttributeSet) - Constructor for class universum.studios.android.ui.widget.ToggleButtonWidget
Same as ToggleButtonWidget.ToggleButtonWidget(android.content.Context, android.util.AttributeSet, int) with R.attr.buttonStyleToggle as attribute for default style.
ToggleButtonWidget(Context, AttributeSet, int) - Constructor for class universum.studios.android.ui.widget.ToggleButtonWidget
ToggleButtonWidget(Context, AttributeSet, int, int) - Constructor for class universum.studios.android.ui.widget.ToggleButtonWidget
Creates a new instance of ToggleButtonWidget for the given context.
transformPage(View, float) - Method in class universum.studios.android.ui.widget.CubicPageTransformer
 
transformPage(View, float) - Method in class universum.studios.android.ui.widget.DepthPageTransformer
 
TRANSITION_ABOVE - Static variable in interface universum.studios.android.ui.widget.Refreshable
Transition type for the refresh indicator used for refreshing of a content that is above every other surface in z-space.
TRANSITION_BELOW - Static variable in interface universum.studios.android.ui.widget.Refreshable
Transition type for the refresh indicator used for refreshing of a content that is below another surface in z-space.
TRANSITION_COPLANAR - Static variable in interface universum.studios.android.ui.widget.Refreshable
This transition type is not supported yet.
TRANSITION_NONE - Static variable in interface universum.studios.android.ui.widget.Refreshable
Transition type for the refresh indicator indicating that no transition should be used when showing/hiding refresh indicator.
trimText(CharSequence) - Static method in class universum.studios.android.ui.widget.EmptyView
Trims the specified text by removing white spaces at its start and also at its end.
TYPE_DEFAULT - Static variable in exception universum.studios.android.ui.UiException
Default type of database exception.
TYPE_INSTANTIATION - Static variable in exception universum.studios.android.ui.UiException
Type of ui exception determining that such exception has been thrown due to instantiation failure of a specific class of which instance is required.
TYPE_MISCONFIGURATION - Static variable in exception universum.studios.android.ui.UiException
Type of ui exception determining that such exception has been thrown only due to wrong configuration.

U

UiConfig - Class in universum.studios.android.ui
Configuration options for the UI library.
UiException - Exception in universum.studios.android.ui
An exception that is used across the Ui library to inform about any misconfiguration or about missing annotations that are required for proper working of parts of an Android application that depend on the Ui library.
universum.studios.android.ui - package universum.studios.android.ui
Contains classes and packages providing UI components to support Material design and UIX.
universum.studios.android.ui.controller - package universum.studios.android.ui.controller
Provides classes that are used to control a specific logic for UI widgets like refresh or pull feature.
universum.studios.android.ui.graphics.drawable - package universum.studios.android.ui.graphics.drawable
Provides additional drawable classes that are used across UI library.
universum.studios.android.ui.interpolator - package universum.studios.android.ui.interpolator
Provides a group of interpolators that may be used to interpolate animation values.
universum.studios.android.ui.util - package universum.studios.android.ui.util
Provides utility classes that may be used in context of custom UI widgets.
universum.studios.android.ui.widget - package universum.studios.android.ui.widget
Provides group of extended widgets that support additional features (primarily tinting for Android versions below LOLLIPOP) to provide UI components that may be used to develop a fully-materialized Android application according to the Material design guidelines.
unregisterOnPullListener(Pullable.OnPullListener) - Method in class universum.studios.android.ui.controller.PullController
Un-registers previously registered OnPullListener listener.
unregisterOnPullOverflowListener(Pullable.OnPullOverflowListener) - Method in class universum.studios.android.ui.controller.PullController
Un-registers previously registered OnPullOverflowListener listener.
unscheduleDrawable(Drawable, Runnable) - Method in class universum.studios.android.ui.graphics.drawable.DrawableWrapper
 
updateColors(ColorStateList, int[]) - Method in class universum.studios.android.ui.widget.ColorGraphicsInfo
Updates colors of this info to the specified one.
updatePaint(int[]) - Method in class universum.studios.android.ui.widget.ColorGraphicsInfo
 
updatePaint(int[]) - Method in class universum.studios.android.ui.widget.GraphicsInfo
Updates this info's paint with settings hold by this info according to the specified stateSet.
updatePaint(Paint, int[]) - Method in class universum.studios.android.ui.widget.TextAppearance
Updates all text related settings for the given paint with current configuration of this text appearance.
updatePaint(int[]) - Method in class universum.studios.android.ui.widget.TextGraphicsInfo
Updates a text size, color and typeface of this info's paint to the actual hold by this info.
updatePaintColor(int[]) - Method in class universum.studios.android.ui.widget.ColorGraphicsInfo
Updates a color of this info's paint according to the specified stateSet from the actual colors hold by this info.
updatePaintColor(Paint, int[]) - Method in class universum.studios.android.ui.widget.TextAppearance
Updates color setting for the given paint to the one specified for this text appearance.
updatePaintColor(Paint, int[], ColorStateList) - Static method in class universum.studios.android.ui.widget.TextAppearance
Updates color setting for the given paint to the actual one picked from the given colors according to the specified stateSet.
updatePaintColor(Paint, int) - Static method in class universum.studios.android.ui.widget.TextAppearance
Updates color setting for the given paint the the specified one.
updatePaintColor(int[]) - Method in class universum.studios.android.ui.widget.TextGraphicsInfo
Updates a color of this info's paint according to the specified stateSet from the actual colors hold by this info.
updatePaintTextSize(Paint) - Method in class universum.studios.android.ui.widget.TextAppearance
Updates text size setting for the given paint to the one specified for this text appearance.
updatePaintTextSize(Paint, float) - Static method in class universum.studios.android.ui.widget.TextAppearance
Updates text size setting for the given paint to the specified one.
updatePaintTextSize() - Method in class universum.studios.android.ui.widget.TextGraphicsInfo
Updates a text size of this info's paint to the actual hold by this info.
updatePaintTypeface(Paint) - Method in class universum.studios.android.ui.widget.TextAppearance
Updates typeface setting for the given paint to the one specified for this text appearance.
updatePaintTypeface(Paint, Typeface, int) - Static method in class universum.studios.android.ui.widget.TextAppearance
Updates typeface setting for the given paint to the specified one.
updatePaintTypeface(Paint, Typeface) - Static method in class universum.studios.android.ui.widget.TextAppearance
Updates typeface setting for the given paint to the specified one.
updatePaintTypeface() - Method in class universum.studios.android.ui.widget.TextGraphicsInfo
Updates a typeface of this info's paint to the actual one hold by this info.
updateTextColor(ColorStateList, int[]) - Method in class universum.studios.android.ui.widget.TextGraphicsInfo
Updates a text color of this info to the specified colors.
updateTextSize(float) - Method in class universum.studios.android.ui.widget.TextGraphicsInfo
Updates a text size of this info to the specified one.
updateTypeface(Typeface, int) - Method in class universum.studios.android.ui.widget.TextGraphicsInfo
Updates a typeface of this info to the specified one.
updateTypeface(Typeface) - Method in class universum.studios.android.ui.widget.TextGraphicsInfo
Updates a typeface of this info to the specified one.

V

validateInputView(View) - Method in class universum.studios.android.ui.widget.EditLayout
 
validateInputView(View) - Method in class universum.studios.android.ui.widget.InputLayout
Called whenever some of addView(...) methods is called upon this input layout to validate if the specified view can be input view for this input layout.
validateInputView(View) - Method in class universum.studios.android.ui.widget.SpinnerLayout
 
valueOf(String) - Static method in enum universum.studios.android.ui.widget.CubicPageTransformer.CameraPosition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum universum.studios.android.ui.widget.DepthPageTransformer.DepthOrigin
Returns the enum constant of this type with the specified name.
values() - Static method in enum universum.studios.android.ui.widget.CubicPageTransformer.CameraPosition
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum universum.studios.android.ui.widget.DepthPageTransformer.DepthOrigin
Returns an array containing the constants of this enum type, in the order they are declared.
vectorIcon(int) - Method in class universum.studios.android.ui.widget.ActionButton.ItemConfigurationBuilder
Specifies a vector icon resource id for the menu item to be configured by the new ItemConfiguration.
VELOCITY_UNITS - Static variable in class universum.studios.android.ui.UiConfig
Units for velocity used in touch tracking operations.
verifyDrawable(Drawable) - Method in class universum.studios.android.ui.widget.BaseProgressBar
 
verifyDrawable(Drawable) - Method in class universum.studios.android.ui.widget.GridViewWidget
 
verifyDrawable(Drawable) - Method in class universum.studios.android.ui.widget.ListViewWidget
 
verifyDrawable(Drawable) - Method in class universum.studios.android.ui.widget.MonthView
 
verifyDrawable(Drawable) - Method in class universum.studios.android.ui.widget.RecyclerViewWidget
 
verifyDrawable(Drawable) - Method in class universum.studios.android.ui.widget.SeekBarWidget
 
verifyDrawable(Drawable) - Method in class universum.studios.android.ui.widget.WebViewWidget
 
verifyRefreshIndicatorDrawable(Drawable) - Method in class universum.studios.android.ui.controller.RefreshController
Called to verify if the given drawable is refresh indicator's drawable of this helper.
VERTICAL - Static variable in class universum.studios.android.ui.widget.Orientation
Constant identifying vertical orientation.
ViewPagerWidget - Class in universum.studios.android.ui.widget
Extended version of ViewPager.
ViewPagerWidget(Context) - Constructor for class universum.studios.android.ui.widget.ViewPagerWidget
ViewPagerWidget(Context, AttributeSet) - Constructor for class universum.studios.android.ui.widget.ViewPagerWidget
Same as ViewPagerWidget.ViewPagerWidget(android.content.Context, android.util.AttributeSet, int) with R.attr#uiViewPagerStyle as attribute for default style.
ViewPagerWidget(Context, AttributeSet, int) - Constructor for class universum.studios.android.ui.widget.ViewPagerWidget
ViewPagerWidget(Context, AttributeSet, int, int) - Constructor for class universum.studios.android.ui.widget.ViewPagerWidget
Creates a new instance of ViewPagerWidget for the given context.
ViewWidget - Class in universum.studios.android.ui.widget
Extended version of View.
ViewWidget(Context) - Constructor for class universum.studios.android.ui.widget.ViewWidget
ViewWidget(Context, AttributeSet) - Constructor for class universum.studios.android.ui.widget.ViewWidget
ViewWidget(Context, AttributeSet, int) - Constructor for class universum.studios.android.ui.widget.ViewWidget
ViewWidget(Context, AttributeSet, int, int) - Constructor for class universum.studios.android.ui.widget.ViewWidget
Creates a new instance of ViewWidget for the given context.
ViewWidget.OnScrollChangeListener - Interface in universum.studios.android.ui.widget
Listener that receives callback about change in a view's scroll position.

W

WebViewWidget - Class in universum.studios.android.ui.widget
Extended version of WebView.
WebViewWidget(Context) - Constructor for class universum.studios.android.ui.widget.WebViewWidget
WebViewWidget(Context, AttributeSet) - Constructor for class universum.studios.android.ui.widget.WebViewWidget
Same as WebViewWidget.WebViewWidget(android.content.Context, android.util.AttributeSet, int) with R.attr.webViewStyle as attribute for default style.
WebViewWidget(Context, AttributeSet, int) - Constructor for class universum.studios.android.ui.widget.WebViewWidget
WebViewWidget(Context, AttributeSet, int, int) - Constructor for class universum.studios.android.ui.widget.WebViewWidget
Creates a new instance of WebViewWidget for the given context.
Widget - Interface in universum.studios.android.ui.widget
Interface for the widgets presented within the UI library.
Widget.BackgroundTintInfo - Class in universum.studios.android.ui.widget
This class holds base data necessary to tint components and background of a particular widget.
Widget.TintInfo - Class in universum.studios.android.ui.widget
This class holds base data necessary to tint components of a particular widget.
WidgetGravity - Class in universum.studios.android.ui.widget
Utility class that supports features related to Gravity for backward compatibility.
WidgetGroup - Interface in universum.studios.android.ui.widget
Interface for the widget groups presented within the UI library.
WidgetSavedState - Class in universum.studios.android.ui.widget
Saved state implementation like View.BaseSavedState that should be used by all custom widgets from the UI library and also for theirs derivatives.
WidgetSavedState(Parcelable) - Constructor for class universum.studios.android.ui.widget.WidgetSavedState
Should be called by a derived view classes when creating theirs SavedState objects to allow chaining of those states in View.onSaveInstanceState().
WidgetSavedState(Parcel) - Constructor for class universum.studios.android.ui.widget.WidgetSavedState
Should be called from a WidgetSavedState.CREATOR of a derived class to create an instance of WidgetSavedState with super state from the given parcel source.
WidgetSizeAnimator - Class in universum.studios.android.ui.widget
This animator class is not implemented yet and does nothing.
WidgetSizeAnimator(View) - Constructor for class universum.studios.android.ui.widget.WidgetSizeAnimator
Creates a new instance of WidgetSizeAnimator for the specified view.
WidgetStateSet - Class in universum.studios.android.ui.widget
This class holds common state sets for widgets.
WidgetUtils - Class in universum.studios.android.ui.widget
Set of utils used by extended widgets from this library.
wrapScrollableView(V) - Static method in class universum.studios.android.ui.widget.ScrollableWrapper
Wraps the given scrollableView into scrollable wrapper implementation that best suits to the type of the given view.
writeToParcel(Parcel, int) - Method in class universum.studios.android.ui.widget.BaseProgressBar.SavedState
 
writeToParcel(Parcel, int) - Method in class universum.studios.android.ui.widget.CalendarView.CalendarDataSet
 
writeToParcel(Parcel, int) - Method in class universum.studios.android.ui.widget.CalendarView.SavedState
 
writeToParcel(Parcel, int) - Method in class universum.studios.android.ui.widget.CircularNumberPicker.SavedState
 
writeToParcel(Parcel, int) - Method in class universum.studios.android.ui.widget.CollectionSavedState
 
writeToParcel(Parcel, int) - Method in class universum.studios.android.ui.widget.EditLayout.SavedState
 
writeToParcel(Parcel, int) - Method in class universum.studios.android.ui.widget.InputLayout.SavedState
 
writeToParcel(Parcel, int) - Method in class universum.studios.android.ui.widget.LinearProgressBar.SavedState
 
writeToParcel(Parcel, int) - Method in class universum.studios.android.ui.widget.MonthView.SavedState
 
writeToParcel(Parcel, int) - Method in class universum.studios.android.ui.widget.SearchView.SavedState
 
writeToParcel(Parcel, int) - Method in class universum.studios.android.ui.widget.SeekBarWidget.SavedState
 
writeToParcel(Parcel, int) - Method in class universum.studios.android.ui.widget.SpinnerLayout.SavedState
 
writeToParcel(Parcel, int) - Method in class universum.studios.android.ui.widget.WidgetSavedState
 
A B C D E F G H I J L M N O P R S T U V W 
Version 0.10.4 Documentation