Home | History | Annotate | Download | only in widget

Lines Matching defs:class

80  * Base class that can be used to implement virtualized lists of items. A list does
81 * not have a spatial definition here. For instance, subclases of this class can
95 public abstract class AbsListView extends AdapterView<ListAdapter> implements TextWatcher,
1424 // Since this class calls onScrollChanged even if the mFirstPosition and the
1444 event.setClassName(AbsListView.class.getName());
1450 info.setClassName(AbsListView.class.getName());
1616 static class SavedState extends BaseSavedState {
2302 class ListItemAccessibilityDelegate extends AccessibilityDelegate {
2870 * A base class for Runnables that will check that their view is still attached to
2874 private class WindowRunnnable {
2886 private class PerformClick extends WindowRunnnable implements Runnable {
2910 private class CheckForLongPress extends WindowRunnnable implements Runnable {
2934 private class CheckForKeyLongPress extends WindowRunnnable implements Runnable {
3106 final class CheckForTap implements Runnable {
4054 private class FlingRunnable implements Runnable {
4317 class PositionScroller implements Runnable {
5771 private class InputConnectionWrapper implements InputConnection {
6277 class AdapterDataSetObserver extends AdapterView<ListAdapter>.AdapterDataSetObserver {
6315 class MultiChoiceModeWrapper implements MultiChoiceModeListener {
6376 public static class LayoutParams extends ViewGroup.LayoutParams {
6466 class RecycleBin {