Searched refs:Space (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DSpace.java25 * Space is a lightweight View subclass that may be used to create gaps between components
28 public final class Space extends View { class in inherits:View
32 public Space(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { method in class:Space
42 public Space(Context context, AttributeSet attrs, int defStyleAttr) { method in class:Space
49 public Space(Context context, AttributeSet attrs) { method in class:Space
56 public Space(Context context) { method in class:Space
H A DGridLayout.java86 * <h4>Space</h4>
88 * Space between children may be specified either by using instances of the
89 * dedicated {@link Space} view or by setting the
105 * <h4>Excess Space Distribution</h4>
651 if (c.getClass() == Space.class) {
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
H A DSpace.java26 * Space is a lightweight View subclass that may be used to create gaps between components
29 public final class Space extends View { class in inherits:View
33 public Space(Context context, AttributeSet attrs, int defStyle) { method in class:Space
43 public Space(Context context, AttributeSet attrs) { method in class:Space
50 public Space(Context context) { method in class:Space
H A DGridLayout.java83 * <h4>Space</h4>
85 * Space between children may be specified either by using instances of the
86 * dedicated {@link android.support.v7.widget.Space} view or by setting the
102 * <h4>Excess Space Distribution</h4>
635 if (c.getClass() == android.support.v7.widget.Space.class) {
/frameworks/base/tests/BiDiTests/src/com/android/bidi/
H A DBiDiTestGridLayoutCodeLtr.java29 import android.widget.Space;
120 Space c = new Space(context);
H A DBiDiTestGridLayoutCodeRtl.java29 import android.widget.Space;
120 Space c = new Space(context);

Completed in 135 milliseconds