Home
last modified time | relevance | path

Searched refs:BindingMethod (Results 1 – 25 of 38) sorted by relevance

12

/frameworks/data-binding/extensions/baseAdapters/src/main/java/android/databinding/adapters/
DViewBindingAdapter.java20 import android.databinding.BindingMethod;
30 …@BindingMethod(type = View.class, attribute = "android:backgroundTint", method = "setBackgroundTin…
31 …@BindingMethod(type = View.class, attribute = "android:fadeScrollbars", method = "setScrollbarFadi…
32 …@BindingMethod(type = View.class, attribute = "android:getOutline", method = "setOutlineProvider"),
33 …@BindingMethod(type = View.class, attribute = "android:nextFocusForward", method = "setNextFocusFo…
34 …@BindingMethod(type = View.class, attribute = "android:nextFocusLeft", method = "setNextFocusLeftI…
35 …@BindingMethod(type = View.class, attribute = "android:nextFocusRight", method = "setNextFocusRigh…
36 … @BindingMethod(type = View.class, attribute = "android:nextFocusUp", method = "setNextFocusUpId"),
37 …@BindingMethod(type = View.class, attribute = "android:nextFocusDown", method = "setNextFocusDownI…
38 …@BindingMethod(type = View.class, attribute = "android:requiresFadingEdge", method = "setVerticalF…
[all …]
DExpandableListViewBindingAdapter.java18 import android.databinding.BindingMethod;
23 …@BindingMethod(type = ExpandableListView.class, attribute = "android:onChildClick", method = "setO…
24 …@BindingMethod(type = ExpandableListView.class, attribute = "android:onGroupClick", method = "setO…
25 …@BindingMethod(type = ExpandableListView.class, attribute = "android:onGroupCollapse", method = "s…
26 …@BindingMethod(type = ExpandableListView.class, attribute = "android:onGroupExpand", method = "set…
DVideoViewBindingAdapter.java18 import android.databinding.BindingMethod;
24 …@BindingMethod(type = VideoView.class, attribute = "android:onCompletion", method = "setOnCompleti…
25 …@BindingMethod(type = VideoView.class, attribute = "android:onError", method = "setOnErrorListener…
26 …@BindingMethod(type = VideoView.class, attribute = "android:onInfo", method = "setOnInfoListener"),
27 …@BindingMethod(type = VideoView.class, attribute = "android:onPrepared", method = "setOnPreparedLi…
DTabWidgetBindingAdapter.java18 import android.databinding.BindingMethod;
22 …@BindingMethod(type = android.widget.TabWidget.class, attribute = "android:divider", method = "set…
23 …@BindingMethod(type = android.widget.TabWidget.class, attribute = "android:tabStripEnabled", metho…
24 …@BindingMethod(type = android.widget.TabWidget.class, attribute = "android:tabStripLeft", method =…
25 …@BindingMethod(type = android.widget.TabWidget.class, attribute = "android:tabStripRight", method …
DNumberPickerBindingAdapter.java18 import android.databinding.BindingMethod;
23 … @BindingMethod(type = NumberPicker.class, attribute = "android:format", method = "setFormatter"),
24 …@BindingMethod(type = NumberPicker.class, attribute = "android:onScrollStateChange", method = "set…
25 …@BindingMethod(type = NumberPicker.class, attribute = "android:onValueChange", method = "setOnValu…
DProgressBarBindingAdapter.java18 import android.databinding.BindingMethod;
22 …@BindingMethod(type = android.widget.ProgressBar.class, attribute = "android:indeterminateTint", m…
23 …@BindingMethod(type = android.widget.ProgressBar.class, attribute = "android:progressTint", method…
24 …@BindingMethod(type = android.widget.ProgressBar.class, attribute = "android:secondaryProgressTint…
DAbsListViewBindingAdapter.java19 import android.databinding.BindingMethod;
25 …@BindingMethod(type = AbsListView.class, attribute = "android:listSelector", method = "setSelector…
26 …@BindingMethod(type = AbsListView.class, attribute = "android:scrollingCache", method = "setScroll…
27 …@BindingMethod(type = AbsListView.class, attribute = "android:smoothScrollbar", method = "setSmoot…
28 …@BindingMethod(type = AbsListView.class, attribute = "android:onMovedToScrapHeap", method = "setRe…
DCardViewBindingAdapter.java19 import android.databinding.BindingMethod;
24 …@BindingMethod(type = android.support.v7.widget.CardView.class, attribute = "cardCornerRadius", me…
25 …@BindingMethod(type = android.support.v7.widget.CardView.class, attribute = "cardMaxElevation", me…
26 …@BindingMethod(type = android.support.v7.widget.CardView.class, attribute = "cardPreventCornerOver…
27 …@BindingMethod(type = android.support.v7.widget.CardView.class, attribute = "cardUseCompatPadding"…
DAutoCompleteTextViewBindingAdapter.java19 import android.databinding.BindingMethod;
28 …@BindingMethod(type = AutoCompleteTextView.class, attribute = "android:completionThreshold", metho…
29 …@BindingMethod(type = AutoCompleteTextView.class, attribute = "android:popupBackground", method = …
30 …@BindingMethod(type = AutoCompleteTextView.class, attribute = "android:onDismiss", method = "setOn…
31 …@BindingMethod(type = AutoCompleteTextView.class, attribute = "android:onItemClick", method = "set…
DRadioGroupBindingAdapter.java18 import android.databinding.BindingMethod;
23 … @BindingMethod(type = RadioGroup.class, attribute = "android:checkedButton", method = "check"),
24 …@BindingMethod(type = RadioGroup.class, attribute = "android:onCheckedChanged", method = "setOnChe…
DToolbarBindingAdapter.java18 import android.databinding.BindingMethod;
23 …@BindingMethod(type = Toolbar.class, attribute = "android:onMenuItemClick", method = "setOnMenuIte…
24 …@BindingMethod(type = Toolbar.class, attribute = "android:onNavigationClick", method = "setNavigat…
DZoomControlsBindingAdapter.java18 import android.databinding.BindingMethod;
23 …@BindingMethod(type = ZoomControls.class, attribute = "android:onZoomIn", method = "setOnZoomInCli…
24 …@BindingMethod(type = ZoomControls.class, attribute = "android:onZoomOut", method = "setOnZoomOutC…
DLinearLayoutBindingAdapter.java18 import android.databinding.BindingMethod;
22 …@BindingMethod(type = android.widget.LinearLayout.class, attribute = "android:divider", method = "…
23 …@BindingMethod(type = android.widget.LinearLayout.class, attribute = "android:measureWithLargestCh…
DCheckedTextViewBindingAdapter.java18 import android.databinding.BindingMethod;
22 …@BindingMethod(type = android.widget.CheckedTextView.class, attribute = "android:checkMark", metho…
23 …@BindingMethod(type = android.widget.CheckedTextView.class, attribute = "android:checkMarkTint", m…
DCompoundButtonBindingAdapter.java19 import android.databinding.BindingMethod;
25 …@BindingMethod(type = CompoundButton.class, attribute = "android:buttonTint", method = "setButtonT…
26 …@BindingMethod(type = CompoundButton.class, attribute = "android:onCheckedChanged", method = "setO…
DSwitchCompatBindingAdapter.java19 import android.databinding.BindingMethod;
24 …@BindingMethod(type = android.support.v7.widget.SwitchCompat.class, attribute = "android:thumb", m…
25 …@BindingMethod(type = android.support.v7.widget.SwitchCompat.class, attribute = "android:track", m…
DSwitchBindingAdapter.java20 import android.databinding.BindingMethod;
26 …@BindingMethod(type = android.widget.Switch.class, attribute = "android:thumb", method = "setThumb…
27 …@BindingMethod(type = android.widget.Switch.class, attribute = "android:track", method = "setTrack…
DImageViewBindingAdapter.java19 import android.databinding.BindingMethod;
26 …@BindingMethod(type = android.widget.ImageView.class, attribute = "android:tint", method = "setIma…
27 …@BindingMethod(type = android.widget.ImageView.class, attribute = "android:tintMode", method = "se…
DTextViewBindingAdapter.java19 import android.databinding.BindingMethod;
39 … @BindingMethod(type = TextView.class, attribute = "android:autoLink", method = "setAutoLinkMask"),
40 …@BindingMethod(type = TextView.class, attribute = "android:drawablePadding", method = "setCompound…
41 …@BindingMethod(type = TextView.class, attribute = "android:editorExtras", method = "setInputExtras…
42 …@BindingMethod(type = TextView.class, attribute = "android:inputType", method = "setRawInputType"),
43 …@BindingMethod(type = TextView.class, attribute = "android:scrollHorizontally", method = "setHoriz…
44 … @BindingMethod(type = TextView.class, attribute = "android:textAllCaps", method = "setAllCaps"),
45 …@BindingMethod(type = TextView.class, attribute = "android:textColorHighlight", method = "setHighl…
46 …@BindingMethod(type = TextView.class, attribute = "android:textColorHint", method = "setHintTextCo…
47 …@BindingMethod(type = TextView.class, attribute = "android:textColorLink", method = "setLinkTextCo…
[all …]
DSearchViewBindingAdapter.java20 import android.databinding.BindingMethod;
32 …@BindingMethod(type = SearchView.class, attribute = "android:onQueryTextFocusChange", method = "se…
33 …@BindingMethod(type = SearchView.class, attribute = "android:onSearchClick", method = "setOnSearch…
34 …@BindingMethod(type = SearchView.class, attribute = "android:onClose", method = "setOnCloseListene…
DAdapterViewBindingAdapter.java19 import android.databinding.BindingMethod;
26 …@BindingMethod(type = AdapterView.class, attribute = "android:onItemClick", method = "setOnItemCli…
27 …@BindingMethod(type = AdapterView.class, attribute = "android:onItemLongClick", method = "setOnIte…
DAbsSeekBarBindingAdapter.java18 import android.databinding.BindingMethod;
22 …@BindingMethod(type = android.widget.AbsSeekBar.class, attribute = "android:thumbTint", method = "…
DFrameLayoutBindingAdapter.java18 import android.databinding.BindingMethod;
22 …@BindingMethod(type = android.widget.FrameLayout.class, attribute = "android:foregroundTint", meth…
DSpinnerBindingAdapter.java18 import android.databinding.BindingMethod;
22 …@BindingMethod(type = android.widget.Spinner.class, attribute = "android:popupBackground", method …
DRatingBarBindingAdapter.java18 import android.databinding.BindingMethod;
23 …@BindingMethod(type = RatingBar.class, attribute = "android:onRatingChanged", method = "setOnRatin…

12