Skip navigation links
A B C D E F G H I K L M N O P Q R S T U V 

A

AbsListViewScrollEvent - Class in com.jakewharton.rxbinding2.widget
 
actionId() - Method in class com.jakewharton.rxbinding2.widget.TextViewEditorActionEvent
 
actionViewEvents(MenuItem) - Static method in class com.jakewharton.rxbinding2.support.v4.view.RxMenuItemCompat
actionViewEvents(MenuItem, <any>) - Static method in class com.jakewharton.rxbinding2.support.v4.view.RxMenuItemCompat
Deprecated.
Use RxMenuItem#actionViewEvents(MenuItem, Predicate).
actionViewEvents(MenuItem) - Static method in class com.jakewharton.rxbinding2.view.RxMenuItem
Create an observable of action view events for menuItem.
actionViewEvents(MenuItem, <any>) - Static method in class com.jakewharton.rxbinding2.view.RxMenuItem
Create an observable of action view events for menuItem.
activated(View) - Static method in class com.jakewharton.rxbinding2.view.RxView
Deprecated.
Use view::setActivated method reference.
AdapterViewItemClickEvent - Class in com.jakewharton.rxbinding2.widget
 
AdapterViewItemLongClickEvent - Class in com.jakewharton.rxbinding2.widget
 
AdapterViewItemSelectionEvent - Class in com.jakewharton.rxbinding2.widget
 
AdapterViewNothingSelectionEvent - Class in com.jakewharton.rxbinding2.widget
 
AdapterViewSelectionEvent - Class in com.jakewharton.rxbinding2.widget
 
after() - Method in class com.jakewharton.rxbinding2.widget.TextViewBeforeTextChangeEvent
 
afterTextChangeEvents(TextView) - Static method in class com.jakewharton.rxbinding2.widget.RxTextView
Create an observable of after text change events for view.
attaches(View) - Static method in class com.jakewharton.rxbinding2.view.RxView
Create an observable which emits on view attach events.
attachEvents(View) - Static method in class com.jakewharton.rxbinding2.view.RxView
Create an observable of attach and detach events on view.

B

before() - Method in class com.jakewharton.rxbinding2.widget.TextViewTextChangeEvent
 
beforeTextChangeEvents(TextView) - Static method in class com.jakewharton.rxbinding2.widget.RxTextView
Create an observable of before text change events for view.
bottom() - Method in class com.jakewharton.rxbinding2.view.ViewLayoutChangeEvent
 

C

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
Deprecated.
Use view::setChecked method reference.
checked(MenuItem) - Static method in class com.jakewharton.rxbinding2.view.RxMenuItem
Deprecated.
Use menuItem::setChecked method reference.
checked(CompoundButton) - Static method in class com.jakewharton.rxbinding2.widget.RxCompoundButton
Deprecated.
Use view::setChecked method reference.
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
Deprecated.
Use view::setClickable method reference.
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
Deprecated.
Use view::setTextColor method reference.
com.jakewharton.rxbinding2 - package com.jakewharton.rxbinding2
 
com.jakewharton.rxbinding2.support.v4.view - package com.jakewharton.rxbinding2.support.v4.view
 
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
Deprecated.
Use view::setCompletionHint method reference.
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
Deprecated.
Use view::setCurrentText method reference.

D

dataChanges(T) - Static method in class com.jakewharton.rxbinding2.widget.RxAdapter
Create an observable of data change events for adapter.
detaches(View) - Static method in class com.jakewharton.rxbinding2.view.RxView
Create an observable which emits on view detach events.
dismisses(PopupMenu) - Static method in class com.jakewharton.rxbinding2.widget.RxPopupMenu
Create an observable which emits on view dismiss events.
drags(View) - Static method in class com.jakewharton.rxbinding2.view.RxView
Create an observable of DragEvent for drags on view.
drags(View, <any>) - Static method in class com.jakewharton.rxbinding2.view.RxView
Create an observable of DragEvent for view.
draws(View) - Static method in class com.jakewharton.rxbinding2.view.RxView
Create an observable for draws on view.

E

editable() - Method in class com.jakewharton.rxbinding2.widget.TextViewAfterTextChangeEvent
 
editorActionEvents(TextView) - Static method in class com.jakewharton.rxbinding2.widget.RxTextView
Create an observable of editor action events on view.
editorActionEvents(TextView, <any>) - Static method in class com.jakewharton.rxbinding2.widget.RxTextView
Create an observable of editor action events on view.
editorActions(TextView) - Static method in class com.jakewharton.rxbinding2.widget.RxTextView
Create an observable of editor actions on view.
editorActions(TextView, <any>) - Static method in class com.jakewharton.rxbinding2.widget.RxTextView
Create an observable of editor actions on view.
enabled(MenuItem) - Static method in class com.jakewharton.rxbinding2.view.RxMenuItem
Deprecated.
Use menuItem::setEnabled method reference.
enabled(View) - Static method in class com.jakewharton.rxbinding2.view.RxView
Deprecated.
Use view::setEnabled method reference.
error(TextView) - Static method in class com.jakewharton.rxbinding2.widget.RxTextView
Deprecated.
Use view::setError method reference.
errorRes(TextView) - Static method in class com.jakewharton.rxbinding2.widget.RxTextView
Deprecated.
Use view::setError method reference.

F

firstVisibleItem() - Method in class com.jakewharton.rxbinding2.widget.AbsListViewScrollEvent
 
focusChanges(View) - Static method in class com.jakewharton.rxbinding2.view.RxView
Create an observable of booleans representing the focus of view.
fromUser() - Method in class com.jakewharton.rxbinding2.widget.RatingBarChangeEvent
 
fromUser() - Method in class com.jakewharton.rxbinding2.widget.SeekBarProgressChangeEvent
 

G

getInitialValue() - Method in class com.jakewharton.rxbinding2.InitialValueObservable
 
globalLayouts(View) - Static method in class com.jakewharton.rxbinding2.view.RxView
Create an observable which emits on view globalLayout events.

H

hint(TextView) - Static method in class com.jakewharton.rxbinding2.widget.RxTextView
Deprecated.
Use view::setHint method reference.
hintRes(TextView) - Static method in class com.jakewharton.rxbinding2.widget.RxTextView
Deprecated.
Use view::setHint method reference.
hovers(View) - Static method in class com.jakewharton.rxbinding2.view.RxView
Create an observable of hover events for view.
hovers(View, <any>) - Static method in class com.jakewharton.rxbinding2.view.RxView
Create an observable of hover events for view.

I

icon(MenuItem) - Static method in class com.jakewharton.rxbinding2.view.RxMenuItem
Deprecated.
Use menuItem::setIcon method reference.
iconRes(MenuItem) - Static method in class com.jakewharton.rxbinding2.view.RxMenuItem
Deprecated.
Use menuItem::setIcon method reference.
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
Deprecated.
Use view::incrementProgressBy method reference.
incrementSecondaryProgressBy(ProgressBar) - Static method in class com.jakewharton.rxbinding2.widget.RxProgressBar
Deprecated.
Use view::incrementSecondaryProgressBy method reference.
indeterminate(ProgressBar) - Static method in class com.jakewharton.rxbinding2.widget.RxProgressBar
Deprecated.
Use view::setIndeterminate method reference.
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
Deprecated.
Use view::setIsIndicator method reference.
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.

K

keyEvent() - Method in class com.jakewharton.rxbinding2.widget.TextViewEditorActionEvent
 
keys(View) - Static method in class com.jakewharton.rxbinding2.view.RxView
Create an observable of key events for view.
keys(View, <any>) - Static method in class com.jakewharton.rxbinding2.view.RxView
Create an observable of key events for view.

L

layoutChangeEvents(View) - Static method in class com.jakewharton.rxbinding2.view.RxView
Create an observable of layout-change events for view.
layoutChanges(View) - Static method in class com.jakewharton.rxbinding2.view.RxView
Create an observable which emits on view layout changes.
left() - Method in class com.jakewharton.rxbinding2.view.ViewLayoutChangeEvent
 
longClicks(View) - Static method in class com.jakewharton.rxbinding2.view.RxView
Create an observable which emits on view long-click events.
longClicks(View, Callable<Boolean>) - Static method in class com.jakewharton.rxbinding2.view.RxView
Create an observable which emits on view long-click events.

M

max(ProgressBar) - Static method in class com.jakewharton.rxbinding2.widget.RxProgressBar
Deprecated.
Use view::setMax method reference.
menuItem() - Method in class com.jakewharton.rxbinding2.view.MenuItemActionViewEvent
The menu item from which this event occurred.
MenuItemActionViewCollapseEvent - Class in com.jakewharton.rxbinding2.view
 
MenuItemActionViewEvent - Class in com.jakewharton.rxbinding2.view
An action view event on a menu item.
MenuItemActionViewExpandEvent - Class in com.jakewharton.rxbinding2.view
 

N

navigationClicks(Toolbar) - Static method in class com.jakewharton.rxbinding2.widget.RxToolbar
Create an observable which emits on view navigation click events.

O

oldBottom() - Method in class com.jakewharton.rxbinding2.view.ViewLayoutChangeEvent
 
oldLeft() - Method in class com.jakewharton.rxbinding2.view.ViewLayoutChangeEvent
 
oldRight() - Method in class com.jakewharton.rxbinding2.view.ViewLayoutChangeEvent
 
oldScrollX() - Method in class com.jakewharton.rxbinding2.view.ViewScrollChangeEvent
 
oldScrollY() - Method in class com.jakewharton.rxbinding2.view.ViewScrollChangeEvent
 
oldTop() - Method in class com.jakewharton.rxbinding2.view.ViewLayoutChangeEvent
 

P

position() - Method in class com.jakewharton.rxbinding2.widget.AdapterViewItemClickEvent
 
position() - Method in class com.jakewharton.rxbinding2.widget.AdapterViewItemLongClickEvent
 
position() - Method in class com.jakewharton.rxbinding2.widget.AdapterViewItemSelectionEvent
 
preDraws(View, Callable<Boolean>) - Static method in class com.jakewharton.rxbinding2.view.RxView
Create an observable for pre-draws on view.
pressed(View) - Static method in class com.jakewharton.rxbinding2.view.RxView
Deprecated.
Use view::setPressed method reference.
progress(ProgressBar) - Static method in class com.jakewharton.rxbinding2.widget.RxProgressBar
Deprecated.
Use view::setProgress method reference.
progress() - Method in class com.jakewharton.rxbinding2.widget.SeekBarProgressChangeEvent
 

Q

query(SearchView, boolean) - Static method in class com.jakewharton.rxbinding2.widget.RxSearchView
An action which sets the query property of view with character sequences.
queryText() - Method in class com.jakewharton.rxbinding2.widget.SearchViewQueryTextEvent
 
queryTextChangeEvents(SearchView) - Static method in class com.jakewharton.rxbinding2.widget.RxSearchView
Create an observable of query text events on view.
queryTextChanges(SearchView) - Static method in class com.jakewharton.rxbinding2.widget.RxSearchView
Create an observable of character sequences for query text changes on view.

R

rating() - Method in class com.jakewharton.rxbinding2.widget.RatingBarChangeEvent
 
rating(RatingBar) - Static method in class com.jakewharton.rxbinding2.widget.RxRatingBar
Deprecated.
Use view::setRating method reference.
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.
RxMenuItemCompat - Class in com.jakewharton.rxbinding2.support.v4.view
Deprecated.
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.

S

scrollChangeEvents(View) - Static method in class com.jakewharton.rxbinding2.view.RxView
Create an observable of scroll-change events for view.
scrollEvents(AbsListView) - Static method in class com.jakewharton.rxbinding2.widget.RxAbsListView
Create an observable of scroll events on absListView.
scrollState() - Method in class com.jakewharton.rxbinding2.widget.AbsListViewScrollEvent
 
scrollX() - Method in class com.jakewharton.rxbinding2.view.ViewScrollChangeEvent
 
scrollY() - Method in class com.jakewharton.rxbinding2.view.ViewScrollChangeEvent
 
SearchViewQueryTextEvent - Class in com.jakewharton.rxbinding2.widget
 
secondaryProgress(ProgressBar) - Static method in class com.jakewharton.rxbinding2.widget.RxProgressBar
Deprecated.
Use view::setSecondaryProgress method reference.
SeekBarChangeEvent - Class in com.jakewharton.rxbinding2.widget
 
SeekBarProgressChangeEvent - Class in com.jakewharton.rxbinding2.widget
 
SeekBarStartChangeEvent - Class in com.jakewharton.rxbinding2.widget
 
SeekBarStopChangeEvent - Class in com.jakewharton.rxbinding2.widget
 
selected(View) - Static method in class com.jakewharton.rxbinding2.view.RxView
Deprecated.
Use view::setSelected method reference.
selectedView() - Method in class com.jakewharton.rxbinding2.widget.AdapterViewItemSelectionEvent
 
selection(AdapterView<T>) - Static method in class com.jakewharton.rxbinding2.widget.RxAdapterView
Deprecated.
Use view::setSelection method reference.
selectionEvents(AdapterView<T>) - Static method in class com.jakewharton.rxbinding2.widget.RxAdapterView
Create an observable of selection events for view.
skipInitialValue() - Method in class com.jakewharton.rxbinding2.InitialValueObservable
 
start() - Method in class com.jakewharton.rxbinding2.widget.TextViewBeforeTextChangeEvent
 
start() - Method in class com.jakewharton.rxbinding2.widget.TextViewTextChangeEvent
 
subscribeActual(<any>) - Method in class com.jakewharton.rxbinding2.InitialValueObservable
 
subscribeListener(<any>) - Method in class com.jakewharton.rxbinding2.InitialValueObservable
 
subtitle(Toolbar) - Static method in class com.jakewharton.rxbinding2.widget.RxToolbar
Deprecated.
Use view::setSubtitle method reference.
subtitleRes(Toolbar) - Static method in class com.jakewharton.rxbinding2.widget.RxToolbar
Deprecated.
Use view::setSubtitle method reference.
systemChanges(SeekBar) - Static method in class com.jakewharton.rxbinding2.widget.RxSeekBar
Create an observable of progress value changes on view that were made only from the system.
systemUiVisibilityChanges(View) - Static method in class com.jakewharton.rxbinding2.view.RxView
Create an observable of integers representing a new system UI visibility for view.

T

text(TextSwitcher) - Static method in class com.jakewharton.rxbinding2.widget.RxTextSwitcher
Deprecated.
Use view::setText method reference.
text(TextView) - Static method in class com.jakewharton.rxbinding2.widget.RxTextView
Deprecated.
Use view::setText method reference.
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
Deprecated.
Use view::setText method reference.
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
Deprecated.
Use view::setThreshold method reference.
title(MenuItem) - Static method in class com.jakewharton.rxbinding2.view.RxMenuItem
Deprecated.
Use menuItem::setTitle method reference.
title(Toolbar) - Static method in class com.jakewharton.rxbinding2.widget.RxToolbar
Deprecated.
Use view::setTitle method reference.
titleRes(MenuItem) - Static method in class com.jakewharton.rxbinding2.view.RxMenuItem
Deprecated.
Use menuItem::setTitle method reference.
titleRes(Toolbar) - Static method in class com.jakewharton.rxbinding2.widget.RxToolbar
Deprecated.
Use view::setTitle method reference.
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.

U

userChanges(SeekBar) - Static method in class com.jakewharton.rxbinding2.widget.RxSeekBar
Create an observable of progress value changes on view that were made only from the user.

V

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
Deprecated.
Use menuItem::setVisible method reference.
visibleItemCount() - Method in class com.jakewharton.rxbinding2.widget.AbsListViewScrollEvent
 
A B C D E F G H I K L M N O P Q R S T U V 
Skip navigation links