Searched defs:ROW_SPAN (Results 1 - 2 of 2) sorted by last modified time

/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
H A DGridLayout.java1770 private static final int ROW_SPAN = R.styleable.GridLayout_Layout_layout_rowSpan; field in class:GridLayout.LayoutParams
1912 int rowSpan = a.getInt(ROW_SPAN, DEFAULT_SPAN_SIZE);
/frameworks/base/core/java/android/widget/
H A DGridLayout.java1837 private static final int ROW_SPAN = R.styleable.GridLayout_Layout_layout_rowSpan; field in class:GridLayout.LayoutParams
1979 int rowSpan = a.getInt(ROW_SPAN, DEFAULT_SPAN_SIZE);

Completed in 268 milliseconds