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

/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DPagingIndicator.java142 mDotRadius = getDimensionFromTypedArray(typedArray, R.styleable.PagingIndicator_lbDotRadius,
145 mArrowRadius = getDimensionFromTypedArray(typedArray,
148 mDotGap = getDimensionFromTypedArray(typedArray, R.styleable.PagingIndicator_dotToDotGap,
150 mArrowGap = getDimensionFromTypedArray(typedArray,
183 private int getDimensionFromTypedArray(TypedArray typedArray, int attr, int defaultId) { method in class:PagingIndicator

Completed in 60 milliseconds