Home | History | Annotate | Download | only in view

Lines Matching defs:class

59  * (called children.) The view group is the base class for layouts and views
60 * containers. This class also defines the
61 * {@link android.view.ViewGroup.LayoutParams} class which serves as the base
62 * class for layouts parameters.
69 * <div class="special reference">
103 public abstract class ViewGroup extends View implements ViewParent, ViewManager {
213 * the DisplayList class
2523 event.setClassName(ViewGroup.class.getName());
5679 * for a list of all child view attributes that this class supports.
5682 * The base LayoutParams class just describes how big the view wants to be
5695 * <div class="special reference">
5704 public static class LayoutParams {
5888 * for a list of all child view attributes that this class supports.
5890 public static class MarginLayoutParams extends ViewGroup.LayoutParams {
6344 private static final class TouchTarget {
6396 private static final class HoverTarget {
6442 * Pooled class that orderes the children of a ViewGroup from start
6445 static class ChildListForAccessibility {
6512 * Pooled class that holds a View and its location with respect to
6517 static class ViewLocationHolder implements Comparable<ViewLocationHolder> {