- changeEvents(ViewGroup) - Static method in class com.jakewharton.rxbinding2.view.RxViewGroup
-
Create an observable of hierarchy change events for viewGroup.
- changeEvents(SeekBar) - Static method in class com.jakewharton.rxbinding2.widget.RxSeekBar
-
Create an observable of progress change events for view.
- changes(SeekBar) - Static method in class com.jakewharton.rxbinding2.widget.RxSeekBar
-
Create an observable of progress value changes on view.
- check(CheckedTextView) - Static method in class com.jakewharton.rxbinding2.widget.RxCheckedTextView
-
A consumer which sets the checked property of view with a boolean value.
- checked(MenuItem) - Static method in class com.jakewharton.rxbinding2.view.RxMenuItem
-
- checked(CompoundButton) - Static method in class com.jakewharton.rxbinding2.widget.RxCompoundButton
-
An action which sets the checked property of view.
- checked(RadioGroup) - Static method in class com.jakewharton.rxbinding2.widget.RxRadioGroup
-
An action which sets the checked child of view with ID.
- checkedChanges(CompoundButton) - Static method in class com.jakewharton.rxbinding2.widget.RxCompoundButton
-
Create an observable of booleans representing the checked state of view.
- checkedChanges(RadioGroup) - Static method in class com.jakewharton.rxbinding2.widget.RxRadioGroup
-
Create an observable of the checked view ID changes in view.
- child() - Method in class com.jakewharton.rxbinding2.view.ViewGroupHierarchyChangeEvent
-
The child from which this event occurred.
- clickable(View) - Static method in class com.jakewharton.rxbinding2.view.RxView
-
- clickedView() - Method in class com.jakewharton.rxbinding2.widget.AdapterViewItemClickEvent
-
- clickedView() - Method in class com.jakewharton.rxbinding2.widget.AdapterViewItemLongClickEvent
-
- clicks(MenuItem) - Static method in class com.jakewharton.rxbinding2.view.RxMenuItem
-
Create an observable which emits on menuItem click events.
- clicks(MenuItem, <any>) - Static method in class com.jakewharton.rxbinding2.view.RxMenuItem
-
Create an observable which emits on menuItem click events.
- clicks(View) - Static method in class com.jakewharton.rxbinding2.view.RxView
-
Create an observable which emits on view click events.
- color(TextView) - Static method in class com.jakewharton.rxbinding2.widget.RxTextView
-
An action which sets the color property of view with color integer.
- com.jakewharton.rxbinding2 - package com.jakewharton.rxbinding2
-
- com.jakewharton.rxbinding2.view - package com.jakewharton.rxbinding2.view
-
- com.jakewharton.rxbinding2.widget - package com.jakewharton.rxbinding2.widget
-
- completionHint(AutoCompleteTextView) - Static method in class com.jakewharton.rxbinding2.widget.RxAutoCompleteTextView
-
An action that sets the optional hint text that is displayed at the bottom of the the matching
list.
- count() - Method in class com.jakewharton.rxbinding2.widget.TextViewBeforeTextChangeEvent
-
- count() - Method in class com.jakewharton.rxbinding2.widget.TextViewTextChangeEvent
-
- create(MenuItem) - Static method in class com.jakewharton.rxbinding2.view.MenuItemActionViewCollapseEvent
-
- create(MenuItem) - Static method in class com.jakewharton.rxbinding2.view.MenuItemActionViewExpandEvent
-
- create(View) - Static method in class com.jakewharton.rxbinding2.view.ViewAttachAttachedEvent
-
- create(View) - Static method in class com.jakewharton.rxbinding2.view.ViewAttachDetachedEvent
-
- create(ViewGroup, View) - Static method in class com.jakewharton.rxbinding2.view.ViewGroupHierarchyChildViewAddEvent
-
- create(ViewGroup, View) - Static method in class com.jakewharton.rxbinding2.view.ViewGroupHierarchyChildViewRemoveEvent
-
- create(View, int, int, int, int, int, int, int, int) - Static method in class com.jakewharton.rxbinding2.view.ViewLayoutChangeEvent
-
- create(View, int, int, int, int) - Static method in class com.jakewharton.rxbinding2.view.ViewScrollChangeEvent
-
- create(AbsListView, int, int, int, int) - Static method in class com.jakewharton.rxbinding2.widget.AbsListViewScrollEvent
-
- create(AdapterView<?>, View, int, long) - Static method in class com.jakewharton.rxbinding2.widget.AdapterViewItemClickEvent
-
- create(AdapterView<?>, View, int, long) - Static method in class com.jakewharton.rxbinding2.widget.AdapterViewItemLongClickEvent
-
- create(AdapterView<?>, View, int, long) - Static method in class com.jakewharton.rxbinding2.widget.AdapterViewItemSelectionEvent
-
- create(AdapterView<?>) - Static method in class com.jakewharton.rxbinding2.widget.AdapterViewNothingSelectionEvent
-
- create(RatingBar, float, boolean) - Static method in class com.jakewharton.rxbinding2.widget.RatingBarChangeEvent
-
- create(SearchView, CharSequence, boolean) - Static method in class com.jakewharton.rxbinding2.widget.SearchViewQueryTextEvent
-
- create(SeekBar, int, boolean) - Static method in class com.jakewharton.rxbinding2.widget.SeekBarProgressChangeEvent
-
- create(SeekBar) - Static method in class com.jakewharton.rxbinding2.widget.SeekBarStartChangeEvent
-
- create(SeekBar) - Static method in class com.jakewharton.rxbinding2.widget.SeekBarStopChangeEvent
-
- create(TextView, Editable) - Static method in class com.jakewharton.rxbinding2.widget.TextViewAfterTextChangeEvent
-
- create(TextView, CharSequence, int, int, int) - Static method in class com.jakewharton.rxbinding2.widget.TextViewBeforeTextChangeEvent
-
- create(TextView, int, KeyEvent) - Static method in class com.jakewharton.rxbinding2.widget.TextViewEditorActionEvent
-
- create(TextView, CharSequence, int, int, int) - Static method in class com.jakewharton.rxbinding2.widget.TextViewTextChangeEvent
-
- currentText(TextSwitcher) - Static method in class com.jakewharton.rxbinding2.widget.RxTextSwitcher
-
An action which sets the current text property of view.
- icon(MenuItem) - Static method in class com.jakewharton.rxbinding2.view.RxMenuItem
-
- iconRes(MenuItem) - Static method in class com.jakewharton.rxbinding2.view.RxMenuItem
-
- id() - Method in class com.jakewharton.rxbinding2.widget.AdapterViewItemClickEvent
-
- id() - Method in class com.jakewharton.rxbinding2.widget.AdapterViewItemLongClickEvent
-
- id() - Method in class com.jakewharton.rxbinding2.widget.AdapterViewItemSelectionEvent
-
- incrementProgressBy(ProgressBar) - Static method in class com.jakewharton.rxbinding2.widget.RxProgressBar
-
An action which increments the progress value of view.
- incrementSecondaryProgressBy(ProgressBar) - Static method in class com.jakewharton.rxbinding2.widget.RxProgressBar
-
An action which increments the secondary progress value of view.
- indeterminate(ProgressBar) - Static method in class com.jakewharton.rxbinding2.widget.RxProgressBar
-
An action which sets whether view is indeterminate.
- InitialValueObservable<T> - Class in com.jakewharton.rxbinding2
-
- InitialValueObservable() - Constructor for class com.jakewharton.rxbinding2.InitialValueObservable
-
- isIndicator(RatingBar) - Static method in class com.jakewharton.rxbinding2.widget.RxRatingBar
-
An action which sets whether view is an indicator (thus non-changeable by the user).
- isSubmitted() - Method in class com.jakewharton.rxbinding2.widget.SearchViewQueryTextEvent
-
- itemClickEvents(AdapterView<T>) - Static method in class com.jakewharton.rxbinding2.widget.RxAdapterView
-
Create an observable of the item click events for view.
- itemClickEvents(AutoCompleteTextView) - Static method in class com.jakewharton.rxbinding2.widget.RxAutoCompleteTextView
-
Create an observable of item click events on view.
- itemClicks(AdapterView<T>) - Static method in class com.jakewharton.rxbinding2.widget.RxAdapterView
-
Create an observable of the position of item clicks for view.
- itemClicks(PopupMenu) - Static method in class com.jakewharton.rxbinding2.widget.RxPopupMenu
-
Create an observable which emits the clicked item in view's menu.
- itemClicks(Toolbar) - Static method in class com.jakewharton.rxbinding2.widget.RxToolbar
-
Create an observable which emits the clicked item in view's menu.
- itemLongClickEvents(AdapterView<T>) - Static method in class com.jakewharton.rxbinding2.widget.RxAdapterView
-
Create an observable of the item long-click events for view.
- itemLongClickEvents(AdapterView<T>, <any>) - Static method in class com.jakewharton.rxbinding2.widget.RxAdapterView
-
Create an observable of the item long-click events for view.
- itemLongClicks(AdapterView<T>) - Static method in class com.jakewharton.rxbinding2.widget.RxAdapterView
-
Create an observable of the position of item long-clicks for view.
- itemLongClicks(AdapterView<T>, Callable<Boolean>) - Static method in class com.jakewharton.rxbinding2.widget.RxAdapterView
-
Create an observable of the position of item long-clicks for view.
- itemSelections(AdapterView<T>) - Static method in class com.jakewharton.rxbinding2.widget.RxAdapterView
-
Create an observable of the selected position of view.
- rating() - Method in class com.jakewharton.rxbinding2.widget.RatingBarChangeEvent
-
- rating(RatingBar) - Static method in class com.jakewharton.rxbinding2.widget.RxRatingBar
-
An action which sets the rating of view.
- RatingBarChangeEvent - Class in com.jakewharton.rxbinding2.widget
-
- ratingChangeEvents(RatingBar) - Static method in class com.jakewharton.rxbinding2.widget.RxRatingBar
-
Create an observable of the rating change events on view.
- ratingChanges(RatingBar) - Static method in class com.jakewharton.rxbinding2.widget.RxRatingBar
-
Create an observable of the rating changes on view.
- right() - Method in class com.jakewharton.rxbinding2.view.ViewLayoutChangeEvent
-
- RxAbsListView - Class in com.jakewharton.rxbinding2.widget
-
- RxAdapter - Class in com.jakewharton.rxbinding2.widget
-
Static factory methods for creating observables for Adapter.
- RxAdapterView - Class in com.jakewharton.rxbinding2.widget
-
Static factory methods for creating observables and actions for AdapterView.
- RxAutoCompleteTextView - Class in com.jakewharton.rxbinding2.widget
-
Static factory methods for creating observables and actions for AutoCompleteTextView.
- RxCheckedTextView - Class in com.jakewharton.rxbinding2.widget
-
Static factory methods for creating actions for CheckedTextView.
- RxCompoundButton - Class in com.jakewharton.rxbinding2.widget
-
Static factory methods for creating observables and actions for CompoundButton.
- RxMenuItem - Class in com.jakewharton.rxbinding2.view
-
Static factory methods for creating observables and actions for MenuItem.
- RxPopupMenu - Class in com.jakewharton.rxbinding2.widget
-
Static factory methods for creating observables for PopupMenu.
- RxProgressBar - Class in com.jakewharton.rxbinding2.widget
-
- RxRadioGroup - Class in com.jakewharton.rxbinding2.widget
-
- RxRatingBar - Class in com.jakewharton.rxbinding2.widget
-
- RxSearchView - Class in com.jakewharton.rxbinding2.widget
-
Static factory methods for creating observables and consumers for SearchView.
- RxSeekBar - Class in com.jakewharton.rxbinding2.widget
-
- RxTextSwitcher - Class in com.jakewharton.rxbinding2.widget
-
Static factory methods for creating observables and consumers for TextSwitcher.
- RxTextView - Class in com.jakewharton.rxbinding2.widget
-
Static factory methods for creating observables and actions for TextView.
- RxToolbar - Class in com.jakewharton.rxbinding2.widget
-
Static factory methods for creating observables for Toolbar.
- RxView - Class in com.jakewharton.rxbinding2.view
-
Static factory methods for creating observables and actions for View.
- RxViewGroup - Class in com.jakewharton.rxbinding2.view
-
Static factory methods for creating observables for ViewGroup.
- text(TextSwitcher) - Static method in class com.jakewharton.rxbinding2.widget.RxTextSwitcher
-
An action which sets the text property of view.
- text(TextView) - Static method in class com.jakewharton.rxbinding2.widget.RxTextView
-
An action which sets the text property of view with character sequences.
- text() - Method in class com.jakewharton.rxbinding2.widget.TextViewBeforeTextChangeEvent
-
- text() - Method in class com.jakewharton.rxbinding2.widget.TextViewTextChangeEvent
-
- textChangeEvents(TextView) - Static method in class com.jakewharton.rxbinding2.widget.RxTextView
-
Create an observable of text change events for view.
- textChanges(TextView) - Static method in class com.jakewharton.rxbinding2.widget.RxTextView
-
Create an observable of character sequences for text changes on view.
- textRes(TextView) - Static method in class com.jakewharton.rxbinding2.widget.RxTextView
-
An action which sets the text property of view string resource IDs.
- TextViewAfterTextChangeEvent - Class in com.jakewharton.rxbinding2.widget
-
An after text-change event on a view.
- TextViewBeforeTextChangeEvent - Class in com.jakewharton.rxbinding2.widget
-
A before text-change event on a view.
- TextViewEditorActionEvent - Class in com.jakewharton.rxbinding2.widget
-
- TextViewTextChangeEvent - Class in com.jakewharton.rxbinding2.widget
-
A text-change event on a view.
- threshold(AutoCompleteTextView) - Static method in class com.jakewharton.rxbinding2.widget.RxAutoCompleteTextView
-
An action that specifies the minimum number of characters the user has to type in the edit box
before the drop down list is shown.
- title(MenuItem) - Static method in class com.jakewharton.rxbinding2.view.RxMenuItem
-
- title(Toolbar) - Static method in class com.jakewharton.rxbinding2.widget.RxToolbar
-
An action which sets the title property of view with character sequences.
- titleRes(MenuItem) - Static method in class com.jakewharton.rxbinding2.view.RxMenuItem
-
- titleRes(Toolbar) - Static method in class com.jakewharton.rxbinding2.widget.RxToolbar
-
An action which sets the title property of view string resource IDs.
- toggle(CompoundButton) - Static method in class com.jakewharton.rxbinding2.widget.RxCompoundButton
-
An action which sets the toggles property of view with each value.
- top() - Method in class com.jakewharton.rxbinding2.view.ViewLayoutChangeEvent
-
- totalItemCount() - Method in class com.jakewharton.rxbinding2.widget.AbsListViewScrollEvent
-
- touches(View) - Static method in class com.jakewharton.rxbinding2.view.RxView
-
Create an observable of touch events for view.
- touches(View, <any>) - Static method in class com.jakewharton.rxbinding2.view.RxView
-
Create an observable of touch events for view.
- view() - Method in class com.jakewharton.rxbinding2.view.ViewAttachEvent
-
The view from which this event occurred.
- view() - Method in class com.jakewharton.rxbinding2.view.ViewGroupHierarchyChangeEvent
-
The view from which this event occurred.
- view() - Method in class com.jakewharton.rxbinding2.view.ViewLayoutChangeEvent
-
The view from which this event occurred.
- view() - Method in class com.jakewharton.rxbinding2.view.ViewScrollChangeEvent
-
The view from which this event occurred.
- view() - Method in class com.jakewharton.rxbinding2.widget.AbsListViewScrollEvent
-
The view from which this event occurred.
- view() - Method in class com.jakewharton.rxbinding2.widget.AdapterViewItemClickEvent
-
The view from which this event occurred.
- view() - Method in class com.jakewharton.rxbinding2.widget.AdapterViewItemLongClickEvent
-
The view from which this event occurred.
- view() - Method in class com.jakewharton.rxbinding2.widget.AdapterViewSelectionEvent
-
The view from which this event occurred.
- view() - Method in class com.jakewharton.rxbinding2.widget.RatingBarChangeEvent
-
The view from which this event occurred.
- view() - Method in class com.jakewharton.rxbinding2.widget.SearchViewQueryTextEvent
-
The view from which this event occurred.
- view() - Method in class com.jakewharton.rxbinding2.widget.SeekBarChangeEvent
-
The view from which this event occurred.
- view() - Method in class com.jakewharton.rxbinding2.widget.TextViewAfterTextChangeEvent
-
The view from which this event occurred.
- view() - Method in class com.jakewharton.rxbinding2.widget.TextViewBeforeTextChangeEvent
-
The view from which this event occurred.
- view() - Method in class com.jakewharton.rxbinding2.widget.TextViewEditorActionEvent
-
The view from which this event occurred.
- view() - Method in class com.jakewharton.rxbinding2.widget.TextViewTextChangeEvent
-
The view from which this event occurred.
- ViewAttachAttachedEvent - Class in com.jakewharton.rxbinding2.view
-
A view attached event on a view.
- ViewAttachDetachedEvent - Class in com.jakewharton.rxbinding2.view
-
A view detached event on a view.
- ViewAttachEvent - Class in com.jakewharton.rxbinding2.view
-
A view attach event on a view.
- ViewGroupHierarchyChangeEvent - Class in com.jakewharton.rxbinding2.view
-
- ViewGroupHierarchyChildViewAddEvent - Class in com.jakewharton.rxbinding2.view
-
A child view add event on a ViewGroup.
- ViewGroupHierarchyChildViewRemoveEvent - Class in com.jakewharton.rxbinding2.view
-
A child view remove event on a ViewGroup.
- ViewLayoutChangeEvent - Class in com.jakewharton.rxbinding2.view
-
A layout-change event on a view.
- ViewScrollChangeEvent - Class in com.jakewharton.rxbinding2.view
-
A scroll-change event on a view.
- visibility(View) - Static method in class com.jakewharton.rxbinding2.view.RxView
-
An action which sets the visibility property of view.
- visibility(View, int) - Static method in class com.jakewharton.rxbinding2.view.RxView
-
An action which sets the visibility property of view.
- visible(MenuItem) - Static method in class com.jakewharton.rxbinding2.view.RxMenuItem
-
- visibleItemCount() - Method in class com.jakewharton.rxbinding2.widget.AbsListViewScrollEvent
-