Home | History | Annotate | Download | only in widget

Lines Matching defs:attributeArray

279         final TypedArray attributeArray = context.obtainStyledAttributes(
281 mActionBarSize = attributeArray.getDimensionPixelSize(0, 0);
286 attributeArray.recycle();