Searched refs:MARGIN (Results 1 - 3 of 3) sorted by relevance

/frameworks/ex/common/java/com/android/ex/editstyledtext/
H A DEditStyledText.java2719 int MARGIN = 20;
2724 if (width > MARGIN) {
2725 width -= MARGIN;
/frameworks/base/core/java/android/widget/
H A DGridLayout.java2005 private static final int MARGIN = R.styleable.ViewGroup_MarginLayout_layout_margin; field in class:GridLayout.LayoutParams
2143 int margin = a.getDimensionPixelSize(MARGIN, DEFAULT_MARGIN);
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
H A DGridLayout.java1896 private static final int MARGIN = R.styleable.GridLayout_Layout_android_layout_margin; field in class:GridLayout.LayoutParams
2033 int margin = a.getDimensionPixelSize(MARGIN, DEFAULT_MARGIN);

Completed in 88 milliseconds