Searched refs:getName (Results 251 - 275 of 1171) sorted by path

<<11121314151617181920>>

/frameworks/base/core/java/android/widget/
H A DRemoteViews.java904 throw new ActionException("view: " + klass.getName() + " doesn't have method: "
909 throw new ActionException("view: " + klass.getName()
938 throw new ActionException("Async implementation for " + method.getName() +
943 method.getName());
H A DScrollView.java877 return ScrollView.class.getName();
H A DSearchView.java1423 return SearchView.class.getName();
H A DSeekBar.java129 return SeekBar.class.getName();
H A DSimpleAdapter.java216 throw new IllegalStateException(v.getClass().getName() +
231 throw new IllegalStateException(v.getClass().getName() + " is not a " +
H A DSimpleCursorAdapter.java160 throw new IllegalStateException(v.getClass().getName() + " is not a " +
H A DSlidingDrawer.java837 return SlidingDrawer.class.getName();
H A DSpinner.java795 return Spinner.class.getName();
H A DStackView.java1233 return StackView.class.getName();
H A DSwitch.java1403 return Switch.class.getName();
H A DTabHost.java398 return TabHost.class.getName();
H A DTabWidget.java438 return TabWidget.class.getName();
H A DTableLayout.java669 return TableLayout.class.getName();
H A DTableRow.java385 return TableRow.class.getName();
H A DTextSwitcher.java94 return TextSwitcher.class.getName();
H A DTextView.java10151 return TextView.class.getName();
H A DTimePicker.java324 return TimePicker.class.getName();
H A DToast.java514 event.setClassName(getClass().getName());
H A DToggleButton.java156 return ToggleButton.class.getName();
H A DTwoLineListItem.java95 return TwoLineListItem.class.getName();
H A DVideoView.java235 return VideoView.class.getName();
H A DViewAnimator.java361 return ViewAnimator.class.getName();
H A DViewFlipper.java152 return ViewFlipper.class.getName();
H A DViewSwitcher.java71 return ViewSwitcher.class.getName();
H A DZoomButton.java123 return ZoomButton.class.getName();

Completed in 516 milliseconds

<<11121314151617181920>>