/frameworks/data-binding/extensions/baseAdapters/src/main/java/android/databinding/adapters/ |
ProgressBarBindingAdapter.java | 18 import android.databinding.BindingMethod; 22 @BindingMethod(type = android.widget.ProgressBar.class, attribute = "android:indeterminateTint", method = "setIndeterminateTintList"), 23 @BindingMethod(type = android.widget.ProgressBar.class, attribute = "android:progressTint", method = "setProgressTintList"), 24 @BindingMethod(type = android.widget.ProgressBar.class, attribute = "android:secondaryProgressTint", method = "setSecondaryProgressTintList"),
|
ExpandableListViewBindingAdapter.java | 18 import android.databinding.BindingMethod; 23 @BindingMethod(type = ExpandableListView.class, attribute = "android:onChildClick", method = "setOnChildClickListener"), 24 @BindingMethod(type = ExpandableListView.class, attribute = "android:onGroupClick", method = "setOnGroupClickListener"), 25 @BindingMethod(type = ExpandableListView.class, attribute = "android:onGroupCollapse", method = "setOnGroupCollapseListener"), 26 @BindingMethod(type = ExpandableListView.class, attribute = "android:onGroupExpand", method = "setOnGroupExpandListener"),
|
TabWidgetBindingAdapter.java | 18 import android.databinding.BindingMethod; 22 @BindingMethod(type = android.widget.TabWidget.class, attribute = "android:divider", method = "setDividerDrawable"), 23 @BindingMethod(type = android.widget.TabWidget.class, attribute = "android:tabStripEnabled", method = "setStripEnabled"), 24 @BindingMethod(type = android.widget.TabWidget.class, attribute = "android:tabStripLeft", method = "setLeftStripDrawable"), 25 @BindingMethod(type = android.widget.TabWidget.class, attribute = "android:tabStripRight", method = "setRightStripDrawable"),
|
VideoViewBindingAdapter.java | 18 import android.databinding.BindingMethod; 24 @BindingMethod(type = VideoView.class, attribute = "android:onCompletion", method = "setOnCompletionListener"), 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 = "setOnPreparedListener"),
|
AbsSeekBarBindingAdapter.java | 18 import android.databinding.BindingMethod; 22 @BindingMethod(type = android.widget.AbsSeekBar.class, attribute = "android:thumbTint", method = "setThumbTintList"),
|
ActionMenuViewBindingAdapter.java | 18 import android.databinding.BindingMethod; 23 @BindingMethod(type = ActionMenuView.class, attribute = "android:onMenuItemClick", method = "setOnMenuItemClickListener"),
|
ChronometerBindingAdapter.java | 18 import android.databinding.BindingMethod; 23 @BindingMethod(type = Chronometer.class, attribute = "android:onChronometerTick", method = "setOnChronometerTickListener"),
|
FrameLayoutBindingAdapter.java | 18 import android.databinding.BindingMethod; 22 @BindingMethod(type = android.widget.FrameLayout.class, attribute = "android:foregroundTint", method = "setForegroundTintList"),
|
SpinnerBindingAdapter.java | 18 import android.databinding.BindingMethod; 22 @BindingMethod(type = android.widget.Spinner.class, attribute = "android:popupBackground", method = "setPopupBackgroundDrawable"),
|
CheckedTextViewBindingAdapter.java | 18 import android.databinding.BindingMethod; 22 @BindingMethod(type = android.widget.CheckedTextView.class, attribute = "android:checkMark", method = "setCheckMarkDrawable"), 23 @BindingMethod(type = android.widget.CheckedTextView.class, attribute = "android:checkMarkTint", method = "setCheckMarkTintList"),
|
LinearLayoutBindingAdapter.java | 18 import android.databinding.BindingMethod; 22 @BindingMethod(type = android.widget.LinearLayout.class, attribute = "android:divider", method = "setDividerDrawable"), 23 @BindingMethod(type = android.widget.LinearLayout.class, attribute = "android:measureWithLargestChild", method = "setMeasureWithLargestChildEnabled"),
|
ToolbarBindingAdapter.java | 18 import android.databinding.BindingMethod; 23 @BindingMethod(type = Toolbar.class, attribute = "android:onMenuItemClick", method = "setOnMenuItemClickListener"), 24 @BindingMethod(type = Toolbar.class, attribute = "android:onNavigationClick", method = "setNavigationOnClickListener"),
|
ZoomControlsBindingAdapter.java | 18 import android.databinding.BindingMethod; 23 @BindingMethod(type = ZoomControls.class, attribute = "android:onZoomIn", method = "setOnZoomInClickListener"), 24 @BindingMethod(type = ZoomControls.class, attribute = "android:onZoomOut", method = "setOnZoomOutClickListener"),
|
SwitchBindingAdapter.java | 20 import android.databinding.BindingMethod; 26 @BindingMethod(type = android.widget.Switch.class, attribute = "android:thumb", method = "setThumbDrawable"), 27 @BindingMethod(type = android.widget.Switch.class, attribute = "android:track", method = "setTrackDrawable"),
|
SwitchCompatBindingAdapter.java | 19 import android.databinding.BindingMethod; 24 @BindingMethod(type = android.support.v7.widget.SwitchCompat.class, attribute = "android:thumb", method = "setThumbDrawable"), 25 @BindingMethod(type = android.support.v7.widget.SwitchCompat.class, attribute = "android:track", method = "setTrackDrawable"),
|
ViewStubBindingAdapter.java | 19 import android.databinding.BindingMethod; 27 @BindingMethod(type = android.view.ViewStub.class, attribute = "android:layout", method = "setLayoutResource")
|
ViewBindingAdapter.java | 20 import android.databinding.BindingMethod; 31 @BindingMethod(type = View.class, attribute = "android:backgroundTint", method = "setBackgroundTintList"), 32 @BindingMethod(type = View.class, attribute = "android:fadeScrollbars", method = "setScrollbarFadingEnabled"), 33 @BindingMethod(type = View.class, attribute = "android:getOutline", method = "setOutlineProvider"), 34 @BindingMethod(type = View.class, attribute = "android:nextFocusForward", method = "setNextFocusForwardId"), 35 @BindingMethod(type = View.class, attribute = "android:nextFocusLeft", method = "setNextFocusLeftId"), 36 @BindingMethod(type = View.class, attribute = "android:nextFocusRight", method = "setNextFocusRightId"), 37 @BindingMethod(type = View.class, attribute = "android:nextFocusUp", method = "setNextFocusUpId"), 38 @BindingMethod(type = View.class, attribute = "android:nextFocusDown", method = "setNextFocusDownId"), 39 @BindingMethod(type = View.class, attribute = "android:requiresFadingEdge", method = "setVerticalFadingEdgeEnable (…) [all...] |
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 = "setScrollingCacheEnabled"), 27 @BindingMethod(type = AbsListView.class, attribute = "android:smoothScrollbar", method = "setSmoothScrollbarEnabled"), 28 @BindingMethod(type = AbsListView.class, attribute = "android:onMovedToScrapHeap", method = "setRecyclerListener"),
|
AutoCompleteTextViewBindingAdapter.java | 19 import android.databinding.BindingMethod; 28 @BindingMethod(type = AutoCompleteTextView.class, attribute = "android:completionThreshold", method = "setThreshold"), 29 @BindingMethod(type = AutoCompleteTextView.class, attribute = "android:popupBackground", method = "setDropDownBackgroundDrawable"), 30 @BindingMethod(type = AutoCompleteTextView.class, attribute = "android:onDismiss", method = "setOnDismissListener"), 31 @BindingMethod(type = AutoCompleteTextView.class, attribute = "android:onItemClick", method = "setOnItemClickListener"),
|
ImageViewBindingAdapter.java | 19 import android.databinding.BindingMethod; 26 @BindingMethod(type = android.widget.ImageView.class, attribute = "android:tint", method = "setImageTintList"), 27 @BindingMethod(type = android.widget.ImageView.class, attribute = "android:tintMode", method = "setImageTintMode"),
|
CardViewBindingAdapter.java | 19 import android.databinding.BindingMethod; 24 @BindingMethod(type = android.support.v7.widget.CardView.class, attribute = "cardCornerRadius", method = "setRadius"), 25 @BindingMethod(type = android.support.v7.widget.CardView.class, attribute = "cardMaxElevation", method = "setMaxCardElevation"), 26 @BindingMethod(type = android.support.v7.widget.CardView.class, attribute = "cardPreventCornerOverlap", method = "setPreventCornerOverlap"), 27 @BindingMethod(type = android.support.v7.widget.CardView.class, attribute = "cardUseCompatPadding", method = "setUseCompatPadding"),
|
SearchViewBindingAdapter.java | 20 import android.databinding.BindingMethod; 29 @BindingMethod(type = SearchView.class, attribute = "android:onQueryTextFocusChange", method = "setOnQueryTextFocusChangeListener"), 30 @BindingMethod(type = SearchView.class, attribute = "android:onSearchClick", method = "setOnSearchClickListener"), 31 @BindingMethod(type = SearchView.class, attribute = "android:onClose", method = "setOnCloseListener"),
|
CompoundButtonBindingAdapter.java | 19 import android.databinding.BindingMethod; 28 @BindingMethod(type = CompoundButton.class, attribute = "android:buttonTint", method = "setButtonTintList"), 29 @BindingMethod(type = CompoundButton.class, attribute = "android:onCheckedChanged", method = "setOnCheckedChangeListener"),
|
/frameworks/data-binding/baseLibrary/src/main/java/android/databinding/ |
BindingMethod.java | 27 public @interface BindingMethod {
|
BindingMethods.java | 24 * {@link BindingMethod} annotations in the value. 28 BindingMethod[] value();
|