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

/frameworks/ex/widget/java/com/android/ex/widget/
H A DStaggeredGridView.java140 private int[] mMargins; field in class:StaggeredGridView.LayoutRecord
143 if (mMargins == null) {
146 mMargins = new int[span * 2];
151 if (mMargins == null) {
154 return mMargins[col * 2];
158 if (mMargins == null) {
161 return mMargins[col * 2 + 1];
165 if (mMargins == null && margin == 0) {
169 mMargins[col * 2] = margin;
173 if (mMargins
[all...]

Completed in 61 milliseconds