Home | History | Annotate | Download | only in fuelgauge

Lines Matching refs:appearance

244             TypedArray appearance = null;
247 appearance = context.obtainStyledAttributes(ap,
250 if (appearance != null) {
251 int n = appearance.getIndexCount();
253 int attr = appearance.getIndex(i);
257 textColor = appearance.getColorStateList(attr);
261 textSize = appearance.getDimensionPixelSize(attr, textSize);
265 typefaceIndex = appearance.getInt(attr, -1);
269 styleIndex = appearance.getInt(attr, -1);
274 appearance.recycle();