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

/frameworks/base/tools/layoutlib/create/tests/mock_android/view/
H A DViewGroup.java19 public class ViewGroup extends View { class in inherits:View
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
H A DViewGroup.java25 * Custom ViewGroup providing some services to the support implementation of GridLayout.
28 abstract class ViewGroup extends android.view.ViewGroup { class in inherits:android.view.ViewGroup
30 public ViewGroup(Context context, AttributeSet attrs, int defStyle) { method in class:ViewGroup
/frameworks/base/tools/layoutlib/create/tests/data/
H A Dmock_android.jarMETA-INF/MANIFEST.MF mock_android/dummy/InnerTest$DerivingClass.class InnerTest.java package mock_android. ...
/frameworks/base/core/java/android/view/
H A DViewGroup.java55 * A <code>ViewGroup</code> is a special view that can contain other views
58 * {@link android.view.ViewGroup.LayoutParams} class which serves as the base
82 public abstract class ViewGroup extends View implements ViewParent, ViewManager { class in inherits:View,ViewParent,ViewManager
83 private static final String TAG = "ViewGroup";
103 // The view contained within this ViewGroup that has or contains focus.
193 // When set, ViewGroup invalidates only the child's rectangle
197 // When set, ViewGroup excludes the padding area from the invalidate rectangle
208 // When set, there is either no layout animation on the ViewGroup or the layout
213 // If set, this ViewGroup has padding; if unset there is no padding and we don't need
217 // When set, this ViewGroup cache
419 public ViewGroup(Context context) { method in class:ViewGroup
424 public ViewGroup(Context context, AttributeSet attrs) { method in class:ViewGroup
430 public ViewGroup(Context context, AttributeSet attrs, int defStyle) { method in class:ViewGroup
[all...]

Completed in 228 milliseconds