Home | History | Annotate | Download | only in launcher2

Lines Matching refs:styleable

206                 R.styleable.PagedView, defStyle, 0);
207 setPageSpacing(a.getDimensionPixelSize(R.styleable.PagedView_pageSpacing, 0));
209 R.styleable.PagedView_pageLayoutPaddingTop, 0);
211 R.styleable.PagedView_pageLayoutPaddingBottom, 0);
213 R.styleable.PagedView_pageLayoutPaddingLeft, 0);
215 R.styleable.PagedView_pageLayoutPaddingRight, 0);
217 R.styleable.PagedView_pageLayoutWidthGap, 0);
219 R.styleable.PagedView_pageLayoutHeightGap, 0);
221 a.getDimensionPixelSize(R.styleable.PagedView_scrollIndicatorPaddingLeft, 0);
223 a.getDimensionPixelSize(R.styleable.PagedView_scrollIndicatorPaddingRight, 0);