Home | History | Annotate | Download | only in fuelgauge

Lines Matching defs:appearance

213         TypedArray appearance = null;
216 appearance = context.obtainStyledAttributes(ap,
220 if (appearance != null) {
221 int n = appearance.getIndexCount();
223 int attr = appearance.getIndex(i);
227 textColor = appearance.getColorStateList(attr);
231 textSize = appearance.getDimensionPixelSize(attr, textSize);
235 typefaceIndex = appearance.getInt(attr, -1);
239 styleIndex = appearance.getInt(attr, -1);
244 appearance.recycle();