/frameworks/data-binding/extensions/baseAdapters/src/main/java/android/databinding/adapters/ |
D | ViewBindingAdapter.java | 20 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 …]
|
D | ExpandableListViewBindingAdapter.java | 18 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…
|
D | VideoViewBindingAdapter.java | 18 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…
|
D | TabWidgetBindingAdapter.java | 18 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 …
|
D | NumberPickerBindingAdapter.java | 18 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…
|
D | ProgressBarBindingAdapter.java | 18 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…
|
D | AbsListViewBindingAdapter.java | 19 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…
|
D | CardViewBindingAdapter.java | 19 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"…
|
D | AutoCompleteTextViewBindingAdapter.java | 19 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…
|
D | RadioGroupBindingAdapter.java | 18 import android.databinding.BindingMethod; 23 … @BindingMethod(type = RadioGroup.class, attribute = "android:checkedButton", method = "check"), 24 …@BindingMethod(type = RadioGroup.class, attribute = "android:onCheckedChanged", method = "setOnChe…
|
D | ToolbarBindingAdapter.java | 18 import android.databinding.BindingMethod; 23 …@BindingMethod(type = Toolbar.class, attribute = "android:onMenuItemClick", method = "setOnMenuIte… 24 …@BindingMethod(type = Toolbar.class, attribute = "android:onNavigationClick", method = "setNavigat…
|
D | ZoomControlsBindingAdapter.java | 18 import android.databinding.BindingMethod; 23 …@BindingMethod(type = ZoomControls.class, attribute = "android:onZoomIn", method = "setOnZoomInCli… 24 …@BindingMethod(type = ZoomControls.class, attribute = "android:onZoomOut", method = "setOnZoomOutC…
|
D | LinearLayoutBindingAdapter.java | 18 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…
|
D | CheckedTextViewBindingAdapter.java | 18 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…
|
D | CompoundButtonBindingAdapter.java | 19 import android.databinding.BindingMethod; 25 …@BindingMethod(type = CompoundButton.class, attribute = "android:buttonTint", method = "setButtonT… 26 …@BindingMethod(type = CompoundButton.class, attribute = "android:onCheckedChanged", method = "setO…
|
D | SwitchCompatBindingAdapter.java | 19 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…
|
D | SwitchBindingAdapter.java | 20 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…
|
D | ImageViewBindingAdapter.java | 19 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…
|
D | TextViewBindingAdapter.java | 19 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 …]
|
D | SearchViewBindingAdapter.java | 20 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…
|
D | AdapterViewBindingAdapter.java | 19 import android.databinding.BindingMethod; 26 …@BindingMethod(type = AdapterView.class, attribute = "android:onItemClick", method = "setOnItemCli… 27 …@BindingMethod(type = AdapterView.class, attribute = "android:onItemLongClick", method = "setOnIte…
|
D | AbsSeekBarBindingAdapter.java | 18 import android.databinding.BindingMethod; 22 …@BindingMethod(type = android.widget.AbsSeekBar.class, attribute = "android:thumbTint", method = "…
|
D | FrameLayoutBindingAdapter.java | 18 import android.databinding.BindingMethod; 22 …@BindingMethod(type = android.widget.FrameLayout.class, attribute = "android:foregroundTint", meth…
|
D | SpinnerBindingAdapter.java | 18 import android.databinding.BindingMethod; 22 …@BindingMethod(type = android.widget.Spinner.class, attribute = "android:popupBackground", method …
|
D | RatingBarBindingAdapter.java | 18 import android.databinding.BindingMethod; 23 …@BindingMethod(type = RatingBar.class, attribute = "android:onRatingChanged", method = "setOnRatin…
|