Searched defs:ViewGroup (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/tools/layoutlib/create/tests/mock_data/mock_android/view/
H A DViewGroup.java19 public class ViewGroup extends View { class in inherits:View
/frameworks/base/tools/layoutlib/create/tests/data/
H A Dmock_android.jarMETA-INF/MANIFEST.MF java/lang/JavaClass.class JavaClass.java package java.lang public ...
/frameworks/base/core/java/android/view/
H A DViewGroup.java67 * A <code>ViewGroup</code> is a special view that can contain other views
70 * {@link android.view.ViewGroup.LayoutParams} class which serves as the base
84 * <p>Here is a complete implementation of a custom ViewGroup that implements
113 public abstract class ViewGroup extends View implements ViewParent, ViewManager { class in inherits:View,ViewParent,ViewManager
114 private static final String TAG = "ViewGroup";
136 // The view contained within this ViewGroup that has or contains focus.
227 // When set, ViewGroup invalidates only the child's rectangle
231 // When set, ViewGroup excludes the padding area from the invalidate rectangle
242 // When set, there is either no layout animation on the ViewGroup or the layout
247 // If set, this ViewGroup ha
565 public ViewGroup(Context context) { method in class:ViewGroup
569 public ViewGroup(Context context, AttributeSet attrs) { method in class:ViewGroup
573 public ViewGroup(Context context, AttributeSet attrs, int defStyleAttr) { method in class:ViewGroup
577 public ViewGroup(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { method in class:ViewGroup
[all...]

Completed in 103 milliseconds