HomeSort by relevance Sort by last modified time
    Searched refs:BindingMethod (Results 1 - 25 of 37) sorted by null

1 2

  /frameworks/data-binding/extensions/baseAdapters/src/main/java/android/databinding/adapters/
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 = "setOnScrollListener"),
25 @BindingMethod(type = NumberPicker.class, attribute = "android:onValueChange", method = "setOnValueChangedListener"),
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"),
CalendarViewBindingAdapter.java 18 import android.databinding.BindingMethod;
23 @BindingMethod(type = CalendarView.class, attribute = "android:onSelectedDayChange", method = "setOnDateChangeListener"),
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"),
RatingBarBindingAdapter.java 18 import android.databinding.BindingMethod;
23 @BindingMethod(type = RatingBar.class, attribute = "android:onRatingChanged", method = "setOnRatingBarChangeListener"),
SpinnerBindingAdapter.java 18 import android.databinding.BindingMethod;
22 @BindingMethod(type = android.widget.Spinner.class, attribute = "android:popupBackground", method = "setPopupBackgroundDrawable"),
TabHostBindingAdapter.java 18 import android.databinding.BindingMethod;
23 @BindingMethod(type = TabHost.class, attribute = "android:onTabChanged", method = "setOnTabChangedListener"),
TimePickerBindingAdapter.java 18 import android.databinding.BindingMethod;
23 @BindingMethod(type = TimePicker.class, attribute = "android:onTimeChanged", method = "setOnTimeChangedListener"),
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"),
CompoundButtonBindingAdapter.java 19 import android.databinding.BindingMethod;
25 @BindingMethod(type = CompoundButton.class, attribute = "android:buttonTint", method = "setButtonTintList"),
26 @BindingMethod(type = CompoundButton.class, attribute = "android:onCheckedChanged", method = "setOnCheckedChangeListener"),
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"),
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 = "setOnCheckedChangeListener"),
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"),
ViewBindingAdapter.java 20 import android.databinding.BindingMethod;
30 @BindingMethod(type = View.class, attribute = "android:backgroundTint", method = "setBackgroundTintList"),
31 @BindingMethod(type = View.class, attribute = "android:fadeScrollbars", method = "setScrollbarFadingEnabled"),
32 @BindingMethod(type = View.class, attribute = "android:getOutline", method = "setOutlineProvider"),
33 @BindingMethod(type = View.class, attribute = "android:nextFocusForward", method = "setNextFocusForwardId"),
34 @BindingMethod(type = View.class, attribute = "android:nextFocusLeft", method = "setNextFocusLeftId"),
35 @BindingMethod(type = View.class, attribute = "android:nextFocusRight", method = "setNextFocusRightId"),
36 @BindingMethod(type = View.class, attribute = "android:nextFocusUp", method = "setNextFocusUpId"),
37 @BindingMethod(type = View.class, attribute = "android:nextFocusDown", method = "setNextFocusDownId"),
38 @BindingMethod(type = View.class, attribute = "android:requiresFadingEdge", method = "setVerticalFadingEdgeEnable (…)
    [all...]
  /frameworks/data-binding/baseLibrary/src/main/java/android/databinding/
BindingMethod.java 23 public @interface BindingMethod {
BindingMethods.java 24 * {@link BindingMethod} annotations in the value.
28 BindingMethod[] value();

Completed in 808 milliseconds

1 2